-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] prep v0.31.0 release (#2194)
* bump version to v0.31.0 * ignore tag compare that can fail in release notes * check mdlc version * Fix typo in pattern * Update normalize featuregate note * Update minimum go version used in workflows
- Loading branch information
1 parent
a7c9f87
commit 3758895
Showing
10 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ env: | |
COMMIT_USER: Github Actions | ||
COMMIT_EMAIL: [email protected] | ||
TESTING_FRAMEWORK_REPO: aws-observability/aws-otel-test-framework | ||
GO_VERSION: ~1.20.5 | ||
GO_VERSION: ~1.20.6 | ||
|
||
permissions: | ||
id-token: write | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: ~1.20.5 | ||
go-version: ~1.20.6 | ||
|
||
- name: Configure AWS Credentials | ||
uses: aws-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.30.0 | ||
v0.31.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## [v0.31.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.31.0) (2023-07-11) | ||
|
||
[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.30.0...v0.31.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- Do not set prometheus normalize feature gate to alpha status at ADOT Collector startup [\#2178](https://github.com/aws-observability/aws-otel-collector/pull/2178) ([bryan-aguilar](https://github.com/bryan-aguilar)) | ||
- Chore: Update collector components to v0.80.0 [\#2169](https://github.com/aws-observability/aws-otel-collector/pull/2169) ([rapphil](https://github.com/rapphil)) | ||
- Update windows permissions in logs and configuration [\#2158](https://github.com/aws-observability/aws-otel-collector/pull/2158) ([rapphil](https://github.com/rapphil)) | ||
- Reduce permission in the folder that stores configuration and logs on Windows [\#2156](https://github.com/aws-observability/aws-otel-collector/pull/2156) ([rapphil](https://github.com/rapphil)) | ||
- 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 aws-otel-fargate-sidecar-deployment-cfn.yaml [\#2054](https://github.com/aws-observability/aws-otel-collector/pull/2054) ([PaurushGarg](https://github.com/PaurushGarg)) | ||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters