Skip to content

Commit 86b4046

Browse files
authored
bump version to v0.10.0 (#525)
1 parent bf8b2b0 commit 86b4046

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

VERSION

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

docs/releases/v0.10.0.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## [v0.10.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.10.0) (2021-05-22)
4+
5+
[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.9.0...v0.10.0)
6+
7+
**Closed issues:**
8+
9+
- Include Batch processor [\#502](https://github.com/aws-observability/aws-otel-collector/issues/502)
10+
- Statsd Receiver [\#110](https://github.com/aws-observability/aws-otel-collector/issues/110)
11+
12+
**Merged pull requests:**
13+
14+
- chore: use os.Chown instead of calling chown command [\#524](https://github.com/aws-observability/aws-otel-collector/pull/524) ([haojhcwa](https://github.com/haojhcwa))
15+
- update OTel collector deps to v0.27.0 [\#522](https://github.com/aws-observability/aws-otel-collector/pull/522) ([mxiamxia](https://github.com/mxiamxia))
16+
- Fix Docker command [\#515](https://github.com/aws-observability/aws-otel-collector/pull/515) ([willarmiros](https://github.com/willarmiros))
17+
- Update versions of Collector and components to v0.26.0, update usages for new version [\#514](https://github.com/aws-observability/aws-otel-collector/pull/514) ([dhruv-vora](https://github.com/dhruv-vora))
18+
- Update Performance Model [\#509](https://github.com/aws-observability/aws-otel-collector/pull/509) ([github-actions[bot]](https://github.com/apps/github-actions))
19+
- Update CI job after terraform test case update [\#501](https://github.com/aws-observability/aws-otel-collector/pull/501) ([bjrara](https://github.com/bjrara))
20+
- Update Performance Model [\#499](https://github.com/aws-observability/aws-otel-collector/pull/499) ([github-actions[bot]](https://github.com/apps/github-actions))
21+
- Enable SSM package testcase in canary test [\#498](https://github.com/aws-observability/aws-otel-collector/pull/498) ([vastin](https://github.com/vastin))
22+
- Add support of default config in SSM package [\#495](https://github.com/aws-observability/aws-otel-collector/pull/495) ([vastin](https://github.com/vastin))
23+
- Don't set default version of SSM in CI workflow [\#493](https://github.com/aws-observability/aws-otel-collector/pull/493) ([vastin](https://github.com/vastin))
24+
- Fix SSM version name/quota and speed up CI [\#491](https://github.com/aws-observability/aws-otel-collector/pull/491) ([vastin](https://github.com/vastin))
25+
- Disable fail-fast in CD workflow [\#490](https://github.com/aws-observability/aws-otel-collector/pull/490) ([vastin](https://github.com/vastin))
26+
- Fix cache key in CD workflow [\#488](https://github.com/aws-observability/aws-otel-collector/pull/488) ([vastin](https://github.com/vastin))
27+
- terraform\_version: 0.14.10 [\#487](https://github.com/aws-observability/aws-otel-collector/pull/487) ([mxiamxia](https://github.com/mxiamxia))
28+
- fix DockerHub release account username in CD WF [\#486](https://github.com/aws-observability/aws-otel-collector/pull/486) ([mxiamxia](https://github.com/mxiamxia))
29+
30+
31+
32+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)