Skip to content

Commit

Permalink
Bump otel collector to 0.41.0 (#625)
Browse files Browse the repository at this point in the history
* Bump otel collector to 0.41.0
  • Loading branch information
VineethReddy02 authored Dec 10, 2021
1 parent 7cb65fc commit e8a8623
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes by Version
==================

0.41.0
-------------------
* Bumped OpenTelemetry Collector to v0.41.0
* Support `OpenTelemetryCollector.Spec.UpgradeStrategy` with allowable values: automatic, none ([#620](https://github.com/open-telemetry/opentelemetry-operator/pull/620), [@adriankostrubiak-tomtom](https://github.com/adriankostrubiak-tomtom))
* Limit names and labels to 63 characters ([#609](https://github.com/open-telemetry/opentelemetry-operator/pull/609), [@mmatache](https://github.com/mmatache))
* Support `healthz` and `readyz` probes to controller manager ([#603](https://github.com/open-telemetry/opentelemetry-operator/pull/603), [@adriankostrubiak-tomtom](https://github.com/adriankostrubiak-tomtom))


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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|----------------------|
| v0.41.0 | v1.20 to v1.22 | 1.6.1 |
| v0.40.0 | v1.20 to v1.22 | 1.6.1 |
| v0.39.0 | v1.20 to v1.22 | 1.6.1 |
| v0.38.0 | v1.20 to v1.22 | 1.6.1 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: github.com/open-telemetry/opentelemetry-operator
support: OpenTelemetry Community
name: opentelemetry-operator.v0.40.0
name: opentelemetry-operator.v0.41.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -265,7 +265,7 @@ spec:
- args:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:v0.40.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:v0.41.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -369,7 +369,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.40.0
version: 0.41.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.40.0
opentelemetry-collector=0.41.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.40.0
operator=0.41.0

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

0 comments on commit e8a8623

Please sign in to comment.