Skip to content

Commit

Permalink
Adding Otel Operator v0.52.0 (open-telemetry#916)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Sa <[email protected]>
  • Loading branch information
yuriolisa authored Jun 8, 2022
1 parent cfbe09e commit 25cdcfb
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ vendor
# local resources, not to be committed
local
config/manager/kustomization.yaml
.vscode

# test resources
kubeconfig
Expand All @@ -40,4 +41,4 @@ tests/_build/
# autoinstrumentation artifacts
build
node_modules
package-lock.json
package-lock.json
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changes by Version
==================

0.52.0
-------------------
### 🚀 New components 🚀
* Add creation of ServiceAccount to the Target Allocator ([#836](https://github.com/open-telemetry/opentelemetry-operator/pull/836), [@jaronoff97](https://github.com/jaronoff97))
* Cross namespace instrumentation ([#889](https://github.com/open-telemetry/opentelemetry-operator/pull/889), [@tKe](https://github.com/tKe))
* Added extra cli flag webhook-port ([#899](https://github.com/open-telemetry/opentelemetry-operator/pull/899), [@abelperezok](https://github.com/abelperezok))
### 💡 Enhancements 💡
* Add cert manager 1.8.0 ([#905](https://github.com/open-telemetry/opentelemetry-operator/pull/905), [@yuriolisa](https://github.com/yuriolisa))
* updated module name and imports ([#910](https://github.com/open-telemetry/opentelemetry-operator/pull/910), [@evanli02](https://github.com/evanli02))
### 🧰 Bug fixes 🧰
* Fix docker multiarch build for operator ([#882](https://github.com/open-telemetry/opentelemetry-operator/pull/882), [@pavolloffay](https://github.com/pavolloffay))
* avoid non static labels in workload objects selector ([#849](https://github.com/open-telemetry/opentelemetry-operator/pull/849), [@DWonMtl](https://github.com/DWonMtl))
#### OpenTelemetry Collector and Contrib
* [OpenTelemetry Collector - v0.52.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.52.0)
* [OpenTelemetry Contrib - v0.52.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.52.0)

0.51.0
-------------------
### 🚀 New components 🚀
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|----------------------|
| v0.52.0 | v1.19 to v1.23 | v1 |
| v0.51.0 | v1.19 to v1.23 | v1alpha2 |
| v0.50.0 | v1.19 to v1.23 | v1alpha2 |
| v0.49.0 | v1.19 to v1.23 | v1alpha2 |
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.51.0
name: opentelemetry-operator.v0.52.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -297,7 +297,7 @@ spec:
- args:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.51.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.52.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -389,7 +389,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.51.0
version: 0.52.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.51.0
opentelemetry-collector=0.52.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.51.0
operator=0.52.0

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

0 comments on commit 25cdcfb

Please sign in to comment.