From 3a1b6e62be30bcfe379e24174f9428b1608cc078 Mon Sep 17 00:00:00 2001 From: Vasi Vasireddy <41936996+vasireddy99@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:18:45 -0800 Subject: [PATCH] [release/v0.35.x] Upgrade go version to 1.20.12 in workflows (#2513) * Update Go version in workflows to 1.20.12 * bump version to v0.35.1 --- .github/workflows/CI.yml | 2 +- .github/workflows/PR-build.yml | 2 +- .github/workflows/aws-resources-clean.yml | 2 +- .github/workflows/canary.yml | 2 +- .github/workflows/perf.yml | 2 +- .github/workflows/prod-image-mirror.yml | 2 +- VERSION | 2 +- docs/releases/v0.35.1.md | 12 ++++++++++++ tools/packaging/windows/aws-otel-collector.wxs | 2 +- 9 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 docs/releases/v0.35.1.md diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f7c1b47df..48de179cb 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.10 + GO_VERSION: ~1.20.12 concurrency: diff --git a/.github/workflows/PR-build.yml b/.github/workflows/PR-build.yml index 403af0d5f..082077e4b 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.10 + GO_VERSION: ~1.20.12 concurrency: group: pr-build-${{ github.event.pull_request.number }} diff --git a/.github/workflows/aws-resources-clean.yml b/.github/workflows/aws-resources-clean.yml index 97b84665a..bcb75859e 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.10 + GO_VERSION: ~1.20.12 permissions: id-token: write diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index aa97d00dd..01580732b 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.10' + go-version: '~1.20.12' 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 6088b91ed..59d34c62b 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.10 + GO_VERSION: ~1.20.12 permissions: id-token: write diff --git a/.github/workflows/prod-image-mirror.yml b/.github/workflows/prod-image-mirror.yml index 8877fa212..03c276b46 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.10 + go-version: ~1.20.12 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 diff --git a/VERSION b/VERSION index ab4e51c67..6911254bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.35.0 +v0.35.1 diff --git a/docs/releases/v0.35.1.md b/docs/releases/v0.35.1.md new file mode 100644 index 000000000..2089dd161 --- /dev/null +++ b/docs/releases/v0.35.1.md @@ -0,0 +1,12 @@ +# Changelog + +## [v0.35.1](https://github.com/aws-observability/aws-otel-collector/tree/v0.35.1) (2023-12-05) + +[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.35.0...v0.35.1) + +**Merged pull requests:** + +- Upgrade go version to 1.20.12 in workflows [\#2513](https://github.com/aws-observability/aws-otel-collector/pull/2513) ([vasireddy99](https://github.com/vasireddy99)) + + +\* *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 71efa16a0..9240103bf 100644 --- a/tools/packaging/windows/aws-otel-collector.wxs +++ b/tools/packaging/windows/aws-otel-collector.wxs @@ -3,7 +3,7 @@