Skip to content

Commit

Permalink
Prepare release v0.23.1 (#1694)
Browse files Browse the repository at this point in the history
* Remove references to vpc and sg

* Ensure Go v1.18.9 is used for all builds (#1691)

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>

* bump version to v0.23.1

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Co-authored-by: Bryan Aguilar <bryaag@amazon.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
  • Loading branch information
3 people authored Dec 8, 2022
1 parent 1797714 commit bb6266d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD-adot-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ~1.18.8
go-version: ~1.18.9

- name: Login to Public Release ECR
uses: docker/login-action@v2
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/CI-Operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ env:
TESTING_FRAMEWORK_REPO: aws-observability/aws-otel-test-framework
DDB_TABLE_NAME: BatchTestCache
NUM_BATCHES: 2
TF_VAR_aoc_vpc_name: aoc-vpc-large
TF_VAR_aoc_vpc_security_group: aoc-vpc-security-group-large


concurrency:
Expand Down Expand Up @@ -80,7 +78,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: '~1.18.8'
go-version: '~1.18.9'

- name: Create test batch key values
id: set-batches
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ env:
IMAGE_NAME: aws-otel-collector
PACKAGING_ROOT: build/packages
ECR_REPO: aws-otel-test/adot-collector-integration-test
TF_VAR_aoc_vpc_name: aoc-vpc-large
TF_VAR_aoc_vpc_security_group: aoc-vpc-security-group-large
# TF_VAR_patch: 'true'
PKG_SIGN_PRIVATE_KEY_NAME: aoc-linux-pkg-signing-gpg-key
WIN_UNSIGNED_PKG_BUCKET: aoc-aws-signer-unsigned-artifact-src
Expand All @@ -50,7 +48,7 @@ env:
DDB_TABLE_NAME: BatchTestCache
MAX_JOBS: 90
BATCH_INCLUDED_SERVICES: EKS,ECS,EC2,EKS_ARM64,EKS_FARGATE
GO_VERSION: ~1.18.8
GO_VERSION: ~1.18.9


concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: ${{ needs.changes.outputs.changed == 'true' }}
uses: actions/setup-go@v3
with:
go-version: '~1.18.8'
go-version: '~1.18.9'

- name: Checkout
if: ${{ needs.changes.outputs.changed == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: '~1.18.8'
go-version: '~1.18.9'
- name: Build aotutil
run: cd testing-framework/cmd/aotutil && make build
- name: Cache aotutil
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.8
GO_VERSION: ~1.18.9

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.23.0
v0.23.1
12 changes: 12 additions & 0 deletions docs/releases/v0.23.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [v0.23.1](https://github.com/aws-observability/aws-otel-collector/tree/v0.23.1) (2022-12-07)

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

**Merged pull requests:**

- Ensure Go v1.18.9 is used for all builds [\#1691](https://github.com/aws-observability/aws-otel-collector/pull/1691) ([Aneurysm9](https://github.com/Aneurysm9))


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module-sets:
#Github Repo for Go Multimod: https://github.com/open-telemetry/opentelemetry-go-build-tools/tree/main/multimod
#Goals: Centralize all the module set into one files and use this version yaml to manage all the module set during the release.
adot-base:
version: v0.22.0
version: v0.23.1
modules:
- github.com/aws-observability/aws-otel-collector
- github.com/aws-observability/aws-otel-collector/pkg/lambdacomponents
Expand Down

0 comments on commit bb6266d

Please sign in to comment.