Skip to content

Commit 721bc3b

Browse files
authored
bump version to v0.5.0 (#237)
* trim the unsupported exporters * update lambda dependencies * bump version to v0.5.0 * add the latest user agent chagnes for xray and emf exporter
1 parent 1334f58 commit 721bc3b

File tree

9 files changed

+172
-82
lines changed

9 files changed

+172
-82
lines changed

VERSION

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

docs/releases/v0.5.0.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# Changelog
2+
3+
## [v0.5.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.5.0) (2020-12-08)
4+
5+
[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.4.0...v0.5.0)
6+
7+
**Fixed bugs:**
8+
9+
- Docker example fails with "bucketName is empty" and "DEADLINE\_EXCEEDED" [\#96](https://github.com/aws-observability/aws-otel-collector/issues/96)
10+
11+
**Closed issues:**
12+
13+
- \[NewRelic Exporter\] Performance test anomaly [\#180](https://github.com/aws-observability/aws-otel-collector/issues/180)
14+
- \[Datadog Exporter\] Performance test anomaly [\#179](https://github.com/aws-observability/aws-otel-collector/issues/179)
15+
- Segfault on collector startup with awsecscontainermetrics receiver [\#174](https://github.com/aws-observability/aws-otel-collector/issues/174)
16+
- Give a link to the OpenTelemetry collector for reference [\#130](https://github.com/aws-observability/aws-otel-collector/issues/130)
17+
- Strip down aws-otel-collector binary for AWS Lambda layer [\#102](https://github.com/aws-observability/aws-otel-collector/issues/102)
18+
19+
**Merged pull requests:**
20+
21+
- fix cd workflow [\#228](https://github.com/aws-observability/aws-otel-collector/pull/228) ([wyTrivail](https://github.com/wyTrivail))
22+
- use dispatch instead of listening on tagging [\#227](https://github.com/aws-observability/aws-otel-collector/pull/227) ([wyTrivail](https://github.com/wyTrivail))
23+
- change the extraconfig path [\#224](https://github.com/aws-observability/aws-otel-collector/pull/224) ([wyTrivail](https://github.com/wyTrivail))
24+
- CI listen on release branch [\#223](https://github.com/aws-observability/aws-otel-collector/pull/223) ([wyTrivail](https://github.com/wyTrivail))
25+
- Fix extraconfig on windows [\#222](https://github.com/aws-observability/aws-otel-collector/pull/222) ([wyTrivail](https://github.com/wyTrivail))
26+
- Update EMF exporter to the latest version [\#221](https://github.com/aws-observability/aws-otel-collector/pull/221) ([mxiamxia](https://github.com/mxiamxia))
27+
- destroy resources in soaking test [\#219](https://github.com/aws-observability/aws-otel-collector/pull/219) ([wyTrivail](https://github.com/wyTrivail))
28+
- Support public ECR release [\#217](https://github.com/aws-observability/aws-otel-collector/pull/217) ([wyTrivail](https://github.com/wyTrivail))
29+
- Add an extraconfig for enabling debug log [\#216](https://github.com/aws-observability/aws-otel-collector/pull/216) ([wyTrivail](https://github.com/wyTrivail))
30+
- Bump github.com/opencontainers/runc from 1.0.0-rc10 to 1.0.0-rc92 [\#215](https://github.com/aws-observability/aws-otel-collector/pull/215) ([dependabot[bot]](https://github.com/apps/dependabot))
31+
- Update the ECS templates [\#214](https://github.com/aws-observability/aws-otel-collector/pull/214) ([JohnWu20](https://github.com/JohnWu20))
32+
- Update Performance Model [\#212](https://github.com/aws-observability/aws-otel-collector/pull/212) ([github-actions[bot]](https://github.com/apps/github-actions))
33+
- Fix the typo for the ecs default config file [\#211](https://github.com/aws-observability/aws-otel-collector/pull/211) ([JohnWu20](https://github.com/JohnWu20))
34+
- Enable AWSPrometheusRemoteWriteExporter in the collector [\#208](https://github.com/aws-observability/aws-otel-collector/pull/208) ([JasonXZLiu](https://github.com/JasonXZLiu))
35+
- Add OTel pipeline components to performance report [\#207](https://github.com/aws-observability/aws-otel-collector/pull/207) ([kohrapha](https://github.com/kohrapha))
36+
- Split up performance results into separate tables [\#206](https://github.com/aws-observability/aws-otel-collector/pull/206) ([kohrapha](https://github.com/kohrapha))
37+
- remove clean logic on eks cluster [\#204](https://github.com/aws-observability/aws-otel-collector/pull/204) ([wyTrivail](https://github.com/wyTrivail))
38+
- Run the collector as a custom user [\#203](https://github.com/aws-observability/aws-otel-collector/pull/203) ([mxiamxia](https://github.com/mxiamxia))
39+
- Inject aws-otel-collector and version for x-ray exporter user agent [\#202](https://github.com/aws-observability/aws-otel-collector/pull/202) ([mxiamxia](https://github.com/mxiamxia))
40+
- Update the collector dependencies to v0.16.0 [\#201](https://github.com/aws-observability/aws-otel-collector/pull/201) ([mxiamxia](https://github.com/mxiamxia))
41+
- Reduce the concurrence of testing resources [\#199](https://github.com/aws-observability/aws-otel-collector/pull/199) ([wyTrivail](https://github.com/wyTrivail))
42+
- Logzio exporter test [\#197](https://github.com/aws-observability/aws-otel-collector/pull/197) ([yyyogev](https://github.com/yyyogev))
43+
- Revert ECS task definition sample code [\#195](https://github.com/aws-observability/aws-otel-collector/pull/195) ([mxiamxia](https://github.com/mxiamxia))
44+
- Update README.md [\#193](https://github.com/aws-observability/aws-otel-collector/pull/193) ([awssandra](https://github.com/awssandra))
45+
- Fix canary test to every hour [\#192](https://github.com/aws-observability/aws-otel-collector/pull/192) ([wyTrivail](https://github.com/wyTrivail))
46+
- Update all go.mod dependencies [\#190](https://github.com/aws-observability/aws-otel-collector/pull/190) ([mx-psi](https://github.com/mx-psi))
47+
- fix canary test workflow [\#189](https://github.com/aws-observability/aws-otel-collector/pull/189) ([mxiamxia](https://github.com/mxiamxia))
48+
- clean up utility scripts and make collector run as 'aoc' user with 'upstart' [\#186](https://github.com/aws-observability/aws-otel-collector/pull/186) ([mxiamxia](https://github.com/mxiamxia))
49+
- fix broken link in doc [\#184](https://github.com/aws-observability/aws-otel-collector/pull/184) ([lenimartin](https://github.com/lenimartin))
50+
- Add Splunk HEC trace exporter [\#182](https://github.com/aws-observability/aws-otel-collector/pull/182) ([tigrannajaryan](https://github.com/tigrannajaryan))
51+
- Add SignalFx metric exporter [\#181](https://github.com/aws-observability/aws-otel-collector/pull/181) ([tigrannajaryan](https://github.com/tigrannajaryan))
52+
- Added stripped DefaultComponents for Lambda Extension [\#178](https://github.com/aws-observability/aws-otel-collector/pull/178) ([AsakerMohd](https://github.com/AsakerMohd))
53+
- Remove stripping of trailing new lines [\#177](https://github.com/aws-observability/aws-otel-collector/pull/177) ([kohrapha](https://github.com/kohrapha))
54+
- Update Performance Model [\#176](https://github.com/aws-observability/aws-otel-collector/pull/176) ([github-actions[bot]](https://github.com/apps/github-actions))
55+
- Fix performance model report [\#175](https://github.com/aws-observability/aws-otel-collector/pull/175) ([kohrapha](https://github.com/kohrapha))
56+
- Fix Performance model template [\#173](https://github.com/aws-observability/aws-otel-collector/pull/173) ([kohrapha](https://github.com/kohrapha))
57+
- Reduce the max tps to 5000 [\#171](https://github.com/aws-observability/aws-otel-collector/pull/171) ([wyTrivail](https://github.com/wyTrivail))
58+
- enhance perf test [\#169](https://github.com/aws-observability/aws-otel-collector/pull/169) ([wyTrivail](https://github.com/wyTrivail))
59+
- remove soaking for debugging [\#167](https://github.com/aws-observability/aws-otel-collector/pull/167) ([wyTrivail](https://github.com/wyTrivail))
60+
- debug on perf test [\#166](https://github.com/aws-observability/aws-otel-collector/pull/166) ([wyTrivail](https://github.com/wyTrivail))
61+
- Enable windows in soaking and perf test [\#165](https://github.com/aws-observability/aws-otel-collector/pull/165) ([wyTrivail](https://github.com/wyTrivail))
62+
- Fix performance model script [\#164](https://github.com/aws-observability/aws-otel-collector/pull/164) ([wyTrivail](https://github.com/wyTrivail))
63+
- change the max-parallel to 10 [\#163](https://github.com/aws-observability/aws-otel-collector/pull/163) ([wyTrivail](https://github.com/wyTrivail))
64+
- remove windows from soaking and perf test [\#162](https://github.com/aws-observability/aws-otel-collector/pull/162) ([wyTrivail](https://github.com/wyTrivail))
65+
- Fix performance test [\#161](https://github.com/aws-observability/aws-otel-collector/pull/161) ([wyTrivail](https://github.com/wyTrivail))
66+
- Add canary tests workflow [\#160](https://github.com/aws-observability/aws-otel-collector/pull/160) ([shaochengwang](https://github.com/shaochengwang))
67+
- Set up performance test auto workflow [\#158](https://github.com/aws-observability/aws-otel-collector/pull/158) ([wyTrivail](https://github.com/wyTrivail))
68+
- Updated run the collector on EC2 demo documentation [\#155](https://github.com/aws-observability/aws-otel-collector/pull/155) ([mxiamxia](https://github.com/mxiamxia))
69+
- Don't fail the whole jobs if one fails [\#154](https://github.com/aws-observability/aws-otel-collector/pull/154) ([wyTrivail](https://github.com/wyTrivail))
70+
- Add commit id as a dimension to soaking metric [\#153](https://github.com/aws-observability/aws-otel-collector/pull/153) ([wyTrivail](https://github.com/wyTrivail))
71+
- Remove windows from negative soaking [\#152](https://github.com/aws-observability/aws-otel-collector/pull/152) ([wyTrivail](https://github.com/wyTrivail))
72+
- fix resource cleaner for soaking [\#151](https://github.com/aws-observability/aws-otel-collector/pull/151) ([wyTrivail](https://github.com/wyTrivail))
73+
- remove windows from soaking test for this moment [\#150](https://github.com/aws-observability/aws-otel-collector/pull/150) ([wyTrivail](https://github.com/wyTrivail))
74+
- awsemf- add placeholder support in log\_group and log\_stream [\#149](https://github.com/aws-observability/aws-otel-collector/pull/149) ([hossain-rayhan](https://github.com/hossain-rayhan))
75+
- Add ECS config files [\#148](https://github.com/aws-observability/aws-otel-collector/pull/148) ([JohnWu20](https://github.com/JohnWu20))
76+
- make clean-terraform-resources.sh work in ubuntu [\#147](https://github.com/aws-observability/aws-otel-collector/pull/147) ([wyTrivail](https://github.com/wyTrivail))
77+
- fix candidate version building [\#146](https://github.com/aws-observability/aws-otel-collector/pull/146) ([wyTrivail](https://github.com/wyTrivail))
78+
- Update clean-terraform-resources.sh [\#145](https://github.com/aws-observability/aws-otel-collector/pull/145) ([wyTrivail](https://github.com/wyTrivail))
79+
- Add SAPM trace exporter [\#144](https://github.com/aws-observability/aws-otel-collector/pull/144) ([tigrannajaryan](https://github.com/tigrannajaryan))
80+
- Add Dynatrace metric exporter [\#143](https://github.com/aws-observability/aws-otel-collector/pull/143) ([dyladan](https://github.com/dyladan))
81+
- Add Datadog exporter [\#142](https://github.com/aws-observability/aws-otel-collector/pull/142) ([mx-psi](https://github.com/mx-psi))
82+
- add a workflow to clean terraform resources created by soaking [\#140](https://github.com/aws-observability/aws-otel-collector/pull/140) ([wyTrivail](https://github.com/wyTrivail))
83+
- Add New Relic Exporter [\#138](https://github.com/aws-observability/aws-otel-collector/pull/138) ([TimPansino](https://github.com/TimPansino))
84+
85+
86+
87+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

e2etest/testcases.json

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -27,42 +27,6 @@
2727
"case_name": "otlp_http_exporter_trace_mock",
2828
"platforms": ["EC2", "ECS", "EKS", "LOCAL", "SOAKING", "NEG_SOAKING", "CANARY"]
2929
},
30-
{
31-
"case_name": "sapm_exporter_trace_mock",
32-
"platforms": ["EC2", "ECS", "EKS", "LOCAL", "SOAKING", "NEG_SOAKING"]
33-
},
34-
{
35-
"case_name": "signalfx_exporter_metric_mock",
36-
"platforms": ["EC2", "ECS", "EKS", "LOCAL", "SOAKING", "NEG_SOAKING"]
37-
},
38-
{
39-
"case_name": "splunkhec_exporter_trace_mock",
40-
"platforms": ["EC2", "ECS", "EKS", "LOCAL", "SOAKING", "NEG_SOAKING"]
41-
},
42-
{
43-
"case_name": "dynatrace_exporter_metric_mock",
44-
"platforms": ["EC2", "ECS", "EKS", "LOCAL", "SOAKING", "NEG_SOAKING"]
45-
},
46-
{
47-
"case_name": "datadog_exporter_metric_mock",
48-
"platforms": ["EC2", "ECS", "EKS", "LOCAL", "SOAKING", "NEG_SOAKING"]
49-
},
50-
{
51-
"case_name": "datadog_exporter_trace_mock",
52-
"platforms": ["EC2", "ECS", "EKS", "LOCAL", "SOAKING", "NEG_SOAKING"]
53-
},
54-
{
55-
"case_name": "newrelic_exporter_trace_mock",
56-
"platforms": ["EC2", "ECS", "EKS", "LOCAL", "SOAKING", "NEG_SOAKING"]
57-
},
58-
{
59-
"case_name": "newrelic_exporter_metric_mock",
60-
"platforms": ["EC2", "ECS", "EKS", "LOCAL", "SOAKING", "NEG_SOAKING"]
61-
},
62-
{
63-
"case_name": "logzio_exporter_trace_mock",
64-
"platforms": ["EC2", "ECS", "EKS", "LOCAL", "SOAKING", "NEG_SOAKING"]
65-
},
6630
{
6731
"case_name": "prometheus_mock",
6832
"platforms": ["EC2", "EKS", "LOCAL", "SOAKING"]

go.mod

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ module github.com/aws-observability/aws-otel-collector
33
go 1.14
44

55
require (
6-
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsemfexporter v0.16.1-0.20201207210533-1a9bf924610e
6+
github.com/golangci/golangci-lint v1.33.0 // indirect
7+
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsemfexporter v0.16.1-0.20201209014323-5008dc15f83a
78
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsprometheusremotewriteexporter v0.16.1-0.20201207164444-473669511a75
8-
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxrayexporter v0.16.1-0.20201207164444-473669511a75
9-
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.16.1-0.20201207164444-473669511a75
10-
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/dynatraceexporter v0.16.1-0.20201207164444-473669511a75
11-
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/logzioexporter v0.16.1-0.20201207164444-473669511a75
12-
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/newrelicexporter v0.16.1-0.20201207164444-473669511a75
13-
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/sapmexporter v0.16.1-0.20201207164444-473669511a75
14-
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/signalfxexporter v0.16.1-0.20201207164444-473669511a75
15-
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/splunkhecexporter v0.16.1-0.20201207164444-473669511a75
9+
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxrayexporter v0.16.1-0.20201209014323-5008dc15f83a
1610
github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor v0.16.1-0.20201207164444-473669511a75
1711
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsecscontainermetricsreceiver v0.16.1-0.20201207164444-473669511a75
1812
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.16.1-0.20201207164444-473669511a75
@@ -29,14 +23,4 @@ require (
2923

3024
replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/awsxray => github.com/open-telemetry/opentelemetry-collector-contrib/internal/awsxray v0.16.0
3125

32-
replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk => github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.16.1-0.20201207164444-473669511a75
33-
3426
replace github.com/aws-observability/aws-otel-collector/pkg/lambdacomponents => ./pkg/lambdacomponents
35-
36-
replace github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver => github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver v0.16.1-0.20201207164444-473669511a75
37-
38-
replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig => github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.16.0
39-
40-
replace github.com/open-telemetry/opentelemetry-collector-contrib/internal/common => github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.16.1-0.20201202202556-124933a7e0f8
41-
42-
replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr => github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr v0.16.0

0 commit comments

Comments
 (0)