diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e30470285..8dc7794f4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -50,7 +50,7 @@ env: DDB_TABLE_NAME: BatchTestCache MAX_JOBS: 110 BATCH_INCLUDED_SERVICES: EKS,ECS,EC2,EKS_ARM64,EKS_FARGATE - GO_VERSION: ~1.20.9 + GO_VERSION: ~1.20.10 concurrency: @@ -130,6 +130,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Remove cache + run: rm -rf /opt/hostedtoolcache + - uses: actions/checkout@v3 - name: apply patches diff --git a/.github/workflows/PR-build.yml b/.github/workflows/PR-build.yml index a59c8dd5a..cf7de7353 100644 --- a/.github/workflows/PR-build.yml +++ b/.github/workflows/PR-build.yml @@ -25,7 +25,7 @@ env: IMAGE_NAME: aws-otel-collector PACKAGING_ROOT: build/packages TESTING_FRAMEWORK_REPO: aws-observability/aws-otel-test-framework - GO_VERSION: ~1.20.9 + GO_VERSION: ~1.20.10 concurrency: group: pr-build-${{ github.event.pull_request.number }} @@ -134,6 +134,9 @@ jobs: runs-on: ubuntu-latest needs: [changes] steps: + - name: Remove cache + run: rm -rf /opt/hostedtoolcache + - name: Checkout if: ${{ needs.changes.outputs.changed == 'true' }} uses: actions/checkout@v3 diff --git a/.github/workflows/aws-resources-clean.yml b/.github/workflows/aws-resources-clean.yml index 3efc32243..7f4bec013 100644 --- a/.github/workflows/aws-resources-clean.yml +++ b/.github/workflows/aws-resources-clean.yml @@ -24,7 +24,7 @@ on: default: "3" env: DAYS_TO_KEEP: 3 - GO_VERSION: ~1.20.9 + GO_VERSION: ~1.20.10 permissions: id-token: write diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index e2ccb7187..d700f8ba7 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -57,7 +57,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: '~1.20.8' + go-version: '~1.20.10' cache-dependency-path: testing-framework/cmd/aotutil/go.sum - name: Build aotutil run: cd testing-framework/cmd/aotutil && make build diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 512d6a84f..c98fbcafd 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -27,7 +27,7 @@ env: COMMIT_USER: Github Actions COMMIT_EMAIL: actions@github.com TESTING_FRAMEWORK_REPO: aws-observability/aws-otel-test-framework - GO_VERSION: ~1.20.9 + GO_VERSION: ~1.20.10 permissions: id-token: write diff --git a/.github/workflows/prod-image-mirror.yml b/.github/workflows/prod-image-mirror.yml index c20a72b98..c6bbe0f71 100644 --- a/.github/workflows/prod-image-mirror.yml +++ b/.github/workflows/prod-image-mirror.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: ~1.20.8 + go-version: ~1.20.10 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v2.2.0 diff --git a/VERSION b/VERSION index 0122648aa..a54b6de00 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.33.2 +v0.33.3 diff --git a/docs/releases/v0.33.3.md b/docs/releases/v0.33.3.md new file mode 100644 index 000000000..fdb1e43da --- /dev/null +++ b/docs/releases/v0.33.3.md @@ -0,0 +1,11 @@ +# Changelog + +## [v0.33.3](https://github.com/aws-observability/aws-otel-collector/tree/v0.33.3) (2023-10-10) + +[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.33.2...v0.33.3) + +**Merged pull requests:** + +- Upgrade go version to 1.20.10 and collector version [\#2395](https://github.com/aws-observability/aws-otel-collector/pull/2395) ([humivo](https://github.com/humivo)) + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/tools/packaging/windows/aws-otel-collector.wxs b/tools/packaging/windows/aws-otel-collector.wxs index 1cd36876f..3e88d4c56 100644 --- a/tools/packaging/windows/aws-otel-collector.wxs +++ b/tools/packaging/windows/aws-otel-collector.wxs @@ -3,7 +3,7 @@