Skip to content

Commit

Permalink
Release v0.69.0 (open-telemetry#1448)
Browse files Browse the repository at this point in the history
* Release v0.69.0

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Remove all old chlogg files

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

* Adding new PRs

Signed-off-by: Yuri Sa <yurimsa@gmail.com>

---------

Signed-off-by: Yuri Sa <yurimsa@gmail.com>
  • Loading branch information
yuriolisa committed Feb 8, 2023
1 parent 8dc8c93 commit 5fc2ba7
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 87 deletions.
16 changes: 0 additions & 16 deletions .chloggen/1305-apache-httpd-crd.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/1383-replace-deperecated-gorilla-dependency.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/allocator-pprof.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/improve-server-tests.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/inject-any-namespace.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
Changes by Version
==================
0.69.0
------------------
### 🚩 Deprecations 🚩
* `target allocator`: Replace deprecated `gorilla/mux` dependency with `gin` ([#1383](https://github.com/open-telemetry/opentelemetry-operator/pull/1383), [@matej-g](https://github.com/matej-g))
### 💡 Enhancements 💡
* `operator`: CRD defs for Apache HTTPD Autoinstrumentation ([#1305](https://github.com/open-telemetry/opentelemetry-operator/pull/1305), [@chrlic](https://github.com/chrlic))
* `operator`: Inject otelcol sidecar into any namespace ([#1395](https://github.com/open-telemetry/opentelemetry-operator/pull/1395), [@pavolloffay](https://github.com/pavolloffay))
* `operator`: Update bridge and allocator dependencies ([#1450](https://github.com/open-telemetry/opentelemetry-operator/pull/1450), [@jaronoff97](https://github.com/jaronoff97))
* `target allocator`: register pprof endpoints for allocator ([#1408](https://github.com/open-telemetry/opentelemetry-operator/pull/1408), [@seankhliao](https://github.com/seankhliao))
* `target allocator`: Addtl server unit tests ([#1357](https://github.com/open-telemetry/opentelemetry-operator/pull/1357), [@kristinapathak](https://github.com/kristinapathak))
* `target-allocator`: Use `gin` in release mode and without default logger middleware ([#1414](https://github.com/open-telemetry/opentelemetry-operator/pull/1414), [@matej-g](https://github.com/matej-g))
* `operator`: Update README.md document Kubernetes Operator Introduction ([#1440](https://github.com/open-telemetry/opentelemetry-operator/pull/1440), [@fengshunli](https://github.com/fengshunli))
* `operator`: Update package dependencies ([#1441](https://github.com/open-telemetry/opentelemetry-operator/pull/1441), [@fengshunli](https://github.com/fengshunli))
### 🧰 Bug fixes 🧰
* `operator`: Fix daemonset-features E2E test for OpenShift ([#1354](https://github.com/open-telemetry/opentelemetry-operator/pull/1354), [@iblancasa](https://github.com/iblancasa))
* `operator`: Fix E2E autoscale test for OpenShift ([#1365](https://github.com/open-telemetry/opentelemetry-operator/pull/1365), [@iblancasa](https://github.com/iblancasa))
* `target allocator`: Fix Target Allocator tests ([#1403](https://github.com/open-telemetry/opentelemetry-operator/pull/1403), [@jaronoff97](https://github.com/jaronoff97))
#### OpenTelemetry Collector and Contrib
* [OpenTelemetry Collector - v0.69.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.69.0)
* [OpenTelemetry Contrib - v0.69.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.69.0)

0.68.0
------------------
### 🚩 Deprecations 🚩
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|---------------------|
| v0.69.0 | v1.19 to v1.25 | v1 |
| v0.68.0 | v1.19 to v1.25 | v1 |
| v0.67.0 | v1.19 to v1.25 | v1 |
| v0.66.0 | v1.19 to v1.25 | v1 |
Expand All @@ -431,7 +432,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.49.0 | v1.19 to v1.23 | v1alpha2 |
| v0.48.0 | v1.19 to v1.23 | v1alpha2 |
| v0.47.0 | v1.19 to v1.23 | v1alpha2 |
| v0.46.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.68.0
name: opentelemetry-operator.v0.69.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -307,7 +307,7 @@ spec:
- --enable-leader-election
- --zap-log-level=info
- --zap-time-encoding=rfc3339nano
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.68.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.69.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -414,7 +414,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.68.0
version: 0.69.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# 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.68.0
opentelemetry-collector=0.69.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.68.0
operator=0.69.0

# Represents the current release of the Target Allocator.
targetallocator=0.68.0
targetallocator=0.69.0

# Represents the current release of Java instrumentation.
# Should match autoinstrumentation/java/version.txt
Expand Down

0 comments on commit 5fc2ba7

Please sign in to comment.