Skip to content

Commit

Permalink
Update opentelemetry collector to 0.37.0 (open-telemetry#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
VineethReddy02 authored Oct 18, 2021
1 parent fb2778b commit 43904c4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes by Version
==================

0.37.0
-------------------
* Bumped OpenTelemetry Collector to v0.37.0

0.36.0
-------------------
* Bumped OpenTelemetry Collector to v0.36.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,

| OpenTelemetry Operator | Kubernetes |
|------------------------|----------------------|
| v0.37.0 | v1.20 to v1.22 |
| v0.36.0 | v1.20 to v1.22 |
| v0.35.0 | v1.20 to v1.22 |
| v0.34.0 | v1.20 to v1.22 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: github.com/open-telemetry/opentelemetry-operator
support: OpenTelemetry Community
name: opentelemetry-operator.v0.36.0
name: opentelemetry-operator.v0.37.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -204,7 +204,7 @@ spec:
- args:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
image: quay.io/opentelemetry/opentelemetry-operator:v0.36.0
image: quay.io/opentelemetry/opentelemetry-operator:v0.37.0
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -296,7 +296,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.36.0
version: 0.37.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 2 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# by default with the OpenTelemetry Operator. This would usually be the latest
# stable OpenTelemetry version. When you update this file, make sure to update the
# the docs as well.
opentelemetry-collector=0.36.0
opentelemetry-collector=0.37.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.36.0
operator=0.37.0

# Represents the current release of the Target Allocator.
targetallocator=0.1.0

0 comments on commit 43904c4

Please sign in to comment.