Skip to content

Commit

Permalink
[chore] Merge release/v0.34.x branch to main (#2424)
Browse files Browse the repository at this point in the history
* bump version to v0.34.0 (#2422)

* Check Result for GH job (#2423)
  • Loading branch information
vasireddy99 authored Oct 17, 2023
1 parent a1cc0a8 commit 1124251
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ jobs:
release-candidate:
runs-on: ubuntu-latest
if: ${{ always() && needs.validate-all-tests-pass.result == 'success'
&& needs.run-logs-testbed.status == 'success'
&& needs.run-logs-testbed.result == 'success'
&& (startsWith(github.ref_name, 'release/v') || github.ref_name == 'main') }}
needs: [validate-all-tests-pass, run-logs-testbed]
steps:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.33.3
v0.34.0
14 changes: 14 additions & 0 deletions docs/releases/v0.34.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [v0.34.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.34.0) (2023-10-16)

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

**Merged pull requests:**

- Fix ctl script error when providing default filepath [\#2389](https://github.com/aws-observability/aws-otel-collector/pull/2389) ([bryan-aguilar](https://github.com/bryan-aguilar))
- Add Components - CWLogs Exporter, Filelog Receiver, Storage Extension [\#2388](https://github.com/aws-observability/aws-otel-collector/pull/2388) ([vasireddy99](https://github.com/vasireddy99))
- Handle prometheus normalization breaking change [\#2366](https://github.com/aws-observability/aws-otel-collector/pull/2366) ([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.33.3"
Version="0.34.0"
Codepage='1252'
Manufacturer="Amazon.com, Inc."
Language="1033">
Expand Down

0 comments on commit 1124251

Please sign in to comment.