Skip to content

Commit 12a4783

Browse files
authored
bump version to v0.3.0 (#91)
1 parent 554f7a0 commit 12a4783

File tree

4 files changed

+40
-17
lines changed

4 files changed

+40
-17
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.0
1+
v0.3.0

docs/releases/v0.3.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [v0.3.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.3.0) (2020-11-03)
4+
5+
[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.2.0...v0.3.0)
6+
7+
**Merged pull requests:**
8+
9+
- Revert "Update otel-collector-contrib versions" [\#90](https://github.com/aws-observability/aws-otel-collector/pull/90) ([wyTrivail](https://github.com/wyTrivail))
10+
- Lock testing framework version to v0.2.1 [\#88](https://github.com/aws-observability/aws-otel-collector/pull/88) ([wyTrivail](https://github.com/wyTrivail))
11+
- Update CD.yml [\#87](https://github.com/aws-observability/aws-otel-collector/pull/87) ([wyTrivail](https://github.com/wyTrivail))
12+
- Update otel-collector-contrib versions [\#85](https://github.com/aws-observability/aws-otel-collector/pull/85) ([kohrapha](https://github.com/kohrapha))
13+
- Enhance unit test coverage [\#84](https://github.com/aws-observability/aws-otel-collector/pull/84) ([mxiamxia](https://github.com/mxiamxia))
14+
- Create performance\_model.template [\#83](https://github.com/aws-observability/aws-otel-collector/pull/83) ([wyTrivail](https://github.com/wyTrivail))
15+
- Merge Xray receiver to AOC [\#80](https://github.com/aws-observability/aws-otel-collector/pull/80) ([JohnWu20](https://github.com/JohnWu20))
16+
- fix the test cases [\#79](https://github.com/aws-observability/aws-otel-collector/pull/79) ([wyTrivail](https://github.com/wyTrivail))
17+
- Update CI.yml [\#78](https://github.com/aws-observability/aws-otel-collector/pull/78) ([wyTrivail](https://github.com/wyTrivail))
18+
- Enhance 'make package-rpm' command to prevent compiling errors on Amazon EC2 [\#74](https://github.com/aws-observability/aws-otel-collector/pull/74) ([mxiamxia](https://github.com/mxiamxia))
19+
- Update README to include new components [\#73](https://github.com/aws-observability/aws-otel-collector/pull/73) ([hossain-rayhan](https://github.com/hossain-rayhan))
20+
21+
22+
23+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

tools/release/bump-version-and-create-release-note.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
## this is the script to bump the version and create the release note
1717
## please run this script whenever you want to bump the version instead of directly modifying the VERSION file
1818
## below is an example to run this script:
19-
## RELEASE_VERSION=v0.1.8 GITHUB_USER=mxiamxia GITHUB_TOKEN=e75***********fa3d0d ./tools/release/bump-version-and-create-release-note.sh
19+
## RELEASE_VERSION=v0.1.8 GITHUB_TOKEN=e75***********fa3d0d ./tools/release/bump-version-and-create-release-note.sh
2020

2121
# get the current version
2222
VERSION=`cat VERSION`
2323
OUTPUT="docs/releases/${RELEASE_VERSION}.md"
2424

2525
# generate release note
2626
docker run -it -v "`pwd`":/usr/local/src/your-app ferrarimarco/github-changelog-generator \
27-
--user ${GITHUB_USER} \
27+
--user aws-observability \
2828
--project aws-otel-collector \
2929
-t ${GITHUB_TOKEN} \
3030
--since-tag ${VERSION} \

tools/release/downloading-links.md.template

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33

44
| ARCH | OS | LINK | | |
55
|-------|-------------|------------------------------------------------------------------------------------------------------------------------------------|---|---|
6-
| AMD64 | AMAZONLINUX | https://aws-observability-collector-release.s3.amazonaws.com/amazon_linux/amd64/__VERSION__/aws-observability-collector.rpm | | |
7-
| ARM64 | AMAZONLINUX | https://aws-observability-collector-release.s3.amazonaws.com/amazon_linux/arm64/__VERSION__/aws-observability-collector.rpm | | |
8-
| AMD64 | REDHAT | https://aws-observability-collector-release.s3.amazonaws.com/redhat/amd64/__VERSION__/aws-observability-collector.rpm | | |
9-
| ARM64 | REDHAT | https://aws-observability-collector-release.s3.amazonaws.com/redhat/arm64/__VERSION__/aws-observability-collector.rpm | | |
10-
| AMD64 | CENTOS | https://aws-observability-collector-release.s3.amazonaws.com/centos/amd64/__VERSION__/aws-observability-collector.rpm | | |
11-
| ARM64 | CENTOS | https://aws-observability-collector-release.s3.amazonaws.com/centos/arm64/__VERSION__/aws-observability-collector.rpm | | |
12-
| AMD64 | SUSE | https://aws-observability-collector-release.s3.amazonaws.com/suse/amd64/__VERSION__/aws-observability-collector.rpm | | |
13-
| ARM64 | SUSE | https://aws-observability-collector-release.s3.amazonaws.com/suse/arm64/__VERSION__/aws-observability-collector.rpm | | |
14-
| AMD64 | DEBIAN | https://aws-observability-collector-release.s3.amazonaws.com/debian/amd64/__VERSION__/aws-observability-collector.deb | | |
15-
| ARM64 | DEBIAN | https://aws-observability-collector-release.s3.amazonaws.com/debian/arm64/__VERSION__/aws-observability-collector.deb | | |
16-
| AMD64 | UBUNTU | https://aws-observability-collector-release.s3.amazonaws.com/ubuntu/amd64/__VERSION__/aws-observability-collector.deb | | |
17-
| ARM64 | UBUNTU | https://aws-observability-collector-release.s3.amazonaws.com/ubuntu/arm64/__VERSION__/aws-observability-collector.deb | | |
18-
| AMD64 | WIDNOWS | https://aws-observability-collector-release.s3.amazonaws.com/windows/amd64/__VERSION__/aws-observability-collector.msi | | |
6+
| AMD64 | AMAZONLINUX | https://aws-otel-collector.s3.amazonaws.com/amazon_linux/amd64/__VERSION__/aws-otel-collector.rpm | | |
7+
| ARM64 | AMAZONLINUX | https://aws-otel-collector.s3.amazonaws.com/amazon_linux/arm64/__VERSION__/aws-otel-collector.rpm | | |
8+
| AMD64 | REDHAT | https://aws-otel-collector.s3.amazonaws.com/redhat/amd64/__VERSION__/aws-otel-collector.rpm | | |
9+
| ARM64 | REDHAT | https://aws-otel-collector.s3.amazonaws.com/redhat/arm64/__VERSION__/aws-otel-collector.rpm | | |
10+
| AMD64 | CENTOS | https://aws-otel-collector.s3.amazonaws.com/centos/amd64/__VERSION__/aws-otel-collector.rpm | | |
11+
| ARM64 | CENTOS | https://aws-otel-collector.s3.amazonaws.com/centos/arm64/__VERSION__/aws-otel-collector.rpm | | |
12+
| AMD64 | SUSE | https://aws-otel-collector.s3.amazonaws.com/suse/amd64/__VERSION__/aws-otel-collector.rpm | | |
13+
| ARM64 | SUSE | https://aws-otel-collector.s3.amazonaws.com/suse/arm64/__VERSION__/aws-otel-collector.rpm | | |
14+
| AMD64 | DEBIAN | https://aws-otel-collector.s3.amazonaws.com/debian/amd64/__VERSION__/aws-otel-collector.deb | | |
15+
| ARM64 | DEBIAN | https://aws-otel-collector.s3.amazonaws.com/debian/arm64/__VERSION__/aws-otel-collector.deb | | |
16+
| AMD64 | UBUNTU | https://aws-otel-collector.s3.amazonaws.com/ubuntu/amd64/__VERSION__/aws-otel-collector.deb | | |
17+
| ARM64 | UBUNTU | https://aws-otel-collector.s3.amazonaws.com/ubuntu/arm64/__VERSION__/aws-otel-collector.deb | | |
18+
| AMD64 | WIDNOWS | https://aws-otel-collector.s3.amazonaws.com/windows/amd64/__VERSION__/aws-otel-collector.msi | | |
1919

2020
## Docker
2121

22-
docker pull ghcr.io/mxiamxia/aws-observability-collector:__VERSION__
22+
docker pull amazon/aws-otel-collector:__VERSION__
2323

2424

0 commit comments

Comments
 (0)