Skip to content

Commit e5271f9

Browse files
[chore] prepare v0.27.1 release (#1942)
* Bump go versions * bump version to v0.27.1 * Update PR
1 parent 7b82fa1 commit e5271f9

File tree

9 files changed

+20
-8
lines changed

9 files changed

+20
-8
lines changed

.github/workflows/CD-adot-operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go 1.x
3434
uses: actions/setup-go@v3
3535
with:
36-
go-version: ~1.19.6
36+
go-version: ~1.19.8
3737

3838
- name: Configure AWS Credentials
3939
uses: aws-actions/configure-aws-credentials@v1-node16

.github/workflows/CI-Operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set up Go 1.x
7676
uses: actions/setup-go@v3
7777
with:
78-
go-version: '~1.19.6'
78+
go-version: '~1.19.8'
7979

8080
- name: Create test batch key values
8181
id: set-batches

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ env:
4848
DDB_TABLE_NAME: BatchTestCache
4949
MAX_JOBS: 90
5050
BATCH_INCLUDED_SERVICES: EKS,ECS,EC2,EKS_ARM64,EKS_FARGATE
51-
GO_VERSION: ~1.19.6
51+
GO_VERSION: ~1.19.8
5252

5353

5454
concurrency:

.github/workflows/PR-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if: ${{ needs.changes.outputs.changed == 'true' }}
8282
uses: actions/setup-go@v3
8383
with:
84-
go-version: '~1.19.6'
84+
go-version: '~1.19.8'
8585

8686
- name: Checkout
8787
if: ${{ needs.changes.outputs.changed == 'true' }}

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Go 1.x
5858
uses: actions/setup-go@v3
5959
with:
60-
go-version: '~1.19.6'
60+
go-version: '~1.19.8'
6161
- name: Build aotutil
6262
run: cd testing-framework/cmd/aotutil && make build
6363
- name: Cache aotutil

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
COMMIT_USER: Github Actions
2828
COMMIT_EMAIL: [email protected]
2929
TESTING_FRAMEWORK_REPO: aws-observability/aws-otel-test-framework
30-
GO_VERSION: ~1.19.6
30+
GO_VERSION: ~1.19.8
3131

3232
permissions:
3333
id-token: write

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.27.0
1+
v0.27.1

docs/releases/v0.27.1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [v0.27.1](https://github.com/aws-observability/aws-otel-collector/tree/v0.27.1) (2023-04-04)
4+
5+
[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/pkg/lambdacomponents/v0.27.0...v0.27.1)
6+
7+
**Merged pull requests:**
8+
9+
- Use Go version 1.19.8 in build toolchain[\#1942](https://github.com/aws-observability/aws-otel-collector/pull/1942) ([bryan-aguilar](https://github.com/bryan-aguilar))
10+
11+
12+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

tools/packaging/windows/aws-otel-collector.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Product Id="EBBD8548-75D1-41D3-A402-ABE189F0C167"
44
UpgradeCode="B7C263DD-95A5-436A-A025-DCA5200C2BE3"
55
Name="ADOT Collector"
6-
Version="0.27.0"
6+
Version="0.27.1"
77
Codepage='1252'
88
Manufacturer="Amazon.com, Inc."
99
Language="1033">

0 commit comments

Comments
 (0)