Skip to content

Commit

Permalink
Merge release branch [release/v0.30.x] to main (aws-observability#2123)
Browse files Browse the repository at this point in the history
* Update go version to use 1.20.5 in workflows (aws-observability#2117) (aws-observability#2118)

* [release/v0.30.x] Bump version to v0.30.0 (aws-observability#2120)

* Update go version to use 1.20.5 in workflows (aws-observability#2117)

* bump version to v0.30.0

* Update merged pull requests

* Fix/remove unused gh action in CD workflow (aws-observability#2121)

* fix indentation

* Remove previous action related problem

* Use Appropriate command for gh release (aws-observability#2122)

* Use Appropriate command for gh release

* Remove Discussion Category
  • Loading branch information
vasireddy99 authored Jun 8, 2023
1 parent 40f6265 commit 8d33f5b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,7 @@ jobs:
gh release create --target ${{ needs.release-checking.outputs.sha }} \
--title ${{ needs.release-checking.outputs.version }} \
--notes-file release-note \
--discussion-category announcements \
--verify-tag \
--draft \
--pre-release \
--prerelease \
${{ needs.release-checking.outputs.version }}
with:
tag_name: ${{ needs.release-checking.outputs.version }}
commitish: ${{ needs.release-checking.outputs.sha }}
release_name: ${{ needs.release-checking.outputs.version }}
body_path: release-note
draft: true
prerelease: true
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.29.0
v0.30.0
14 changes: 14 additions & 0 deletions docs/releases/v0.30.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [v0.30.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.30.0) (2023-06-07)

[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.29.1...v0.30.0)

**Merged pull requests:**

- Update go version to use 1.20.5 in workflows [\#2117](https://github.com/aws-observability/aws-otel-collector/pull/2117) ([vasireddy99](https://github.com/vasireddy99))
- Update request limits in fargate template [\#2109](https://github.com/aws-observability/aws-otel-collector/pull/2109) ([bryan-aguilar](https://github.com/bryan-aguilar))
- Fix permissions on potentially sensitive files in linux packaging scripts [\#2108](https://github.com/aws-observability/aws-otel-collector/pull/2108) ([Aneurysm9](https://github.com/Aneurysm9))
- Fix: fix upstart style init script [\#2070](https://github.com/aws-observability/aws-otel-collector/pull/2070) ([rapphil](https://github.com/rapphil))

\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion tools/packaging/windows/aws-otel-collector.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product Id="EBBD8548-75D1-41D3-A402-ABE189F0C167"
UpgradeCode="B7C263DD-95A5-436A-A025-DCA5200C2BE3"
Name="ADOT Collector"
Version="0.29.0"
Version="0.30.0"
Codepage='1252'
Manufacturer="Amazon.com, Inc."
Language="1033">
Expand Down

0 comments on commit 8d33f5b

Please sign in to comment.