Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] update main post v0.33.0 release #2324

Merged
merged 3 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 7 additions & 1 deletion .github/config/testcases.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,13 @@
"EKS",
"EKS_ARM64"
]
},
{
"case_name": "statsd_instscopedisabled",
"platforms": [
"EKS",
"EKS_ARM64"
]
}

]
}
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
GO_VERSION: ~1.20.8


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 @@ -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.6
GO_VERSION: ~1.20.8

concurrency:
group: pr-build-${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws-resources-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
default: "3"
env:
DAYS_TO_KEEP: 3
GO_VERSION: ~1.20.6
GO_VERSION: ~1.20.8

permissions:
id-token: write
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@v4
with:
go-version: '~1.20.6'
go-version: '~1.20.8'
cache-dependency-path: testing-framework/cmd/aotutil/go.sum
- name: Build aotutil
run: cd testing-framework/cmd/aotutil && make build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
COMMIT_USER: Github Actions
COMMIT_EMAIL: actions@github.com
TESTING_FRAMEWORK_REPO: aws-observability/aws-otel-test-framework
GO_VERSION: ~1.20.6
GO_VERSION: ~1.20.8

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-image-mirror.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@v4
with:
go-version: ~1.20.6
go-version: ~1.20.8

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.32.0
v0.33.0
15 changes: 15 additions & 0 deletions docs/releases/v0.33.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [v0.33.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.33.0) (2023-09-05)

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

**Merged pull requests:**

- \[aoc-collector non-root user\]: Removing code that changes user [\#2297](https://github.com/aws-observability/aws-otel-collector/pull/2297) ([PaurushGarg](https://github.com/PaurushGarg))
- Fix control script to avoid sed special characters [\#2267](https://github.com/aws-observability/aws-otel-collector/pull/2267) ([rapphil](https://github.com/rapphil))
- Fix: don't overwrite .env file [\#2261](https://github.com/aws-observability/aws-otel-collector/pull/2261) ([rapphil](https://github.com/rapphil))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
266 changes: 135 additions & 131 deletions go.mod

Large diffs are not rendered by default.

555 changes: 277 additions & 278 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion patches/statsDfeatGateInstrumentationScope.patch
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ index 1cfec5cf..699d6ee7 100644
)

+var instNameFeatGate = featuregate.GlobalRegistry().MustRegister("aws.statsd.populateInstrumentationScope",
+ featuregate.StageAlpha,
+ featuregate.StageBeta,
+ featuregate.WithRegisterFromVersion("v0.82.0"),
+ featuregate.WithRegisterDescription("populates instrumentation scope library name on StatsD receiver "+
+ "metric data points"),
Expand Down
290 changes: 147 additions & 143 deletions testbed/go.mod

Large diffs are not rendered by default.

609 changes: 304 additions & 305 deletions testbed/go.sum

Large diffs are not rendered by default.

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.32.0"
Version="0.33.0"
Codepage='1252'
Manufacturer="Amazon.com, Inc."
Language="1033">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 68 additions & 0 deletions vendor/github.com/DataDog/datadog-api-client-go/v2/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading