Skip to content

Commit

Permalink
Prepare for 0.67.0 release (#1350)
Browse files Browse the repository at this point in the history
* add new release

Signed-off-by: Yuri Sa <[email protected]>

* add new release

Signed-off-by: Yuri Sa <[email protected]>

* Add missing changelog and bump TA version

Signed-off-by: Pavol Loffay <[email protected]>

* clear changelog

Signed-off-by: Pavol Loffay <[email protected]>

Signed-off-by: Yuri Sa <[email protected]>
Signed-off-by: Pavol Loffay <[email protected]>
Co-authored-by: Yuri Sa <[email protected]>
  • Loading branch information
pavolloffay and yuriolisa committed Jan 6, 2023
1 parent ded4c2c commit c5c3953
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 91 deletions.
17 changes: 0 additions & 17 deletions .chloggen/1028-restart-podwatcher.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .chloggen/1257-memory-usage-fixes.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .chloggen/1317-chloggen.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/1333-update-python-ai-version.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/1334-update-nodejs-ai-version.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
Changes by Version
==================
0.67.0
------------------
### 🚀 New components 🚀
* Support openshift routes ([#1206](https://github.com/open-telemetry/opentelemetry-operator/pull/1206), [@frzifus](https://github.com/frzifus))
* Add TargetMemoryUtilization metric for AutoScaling ([#1223](https://github.com/open-telemetry/opentelemetry-operator/pull/1223), [@kevinearls](https://github.com/kevinearls))
### 💡 Enhancements 💡
* Update the javaagent version to 1.21.0 ([#1324](https://github.com/open-telemetry/opentelemetry-operator/pull/1324))
* Update default python exporters to use OTLP ([#1328](https://github.com/open-telemetry/opentelemetry-operator/pull/1328), [@TylerHelmuth](https://github.com/TylerHelmuth))
* Update default Node.JS instrumentation to 0.34.0 ([#1334](https://github.com/open-telemetry/opentelemetry-operator/pull/1334), [@mat-rumian](https://github.com/mat-rumian))
* Update default Python instrumentation to 0.36b0 ([#1333](https://github.com/open-telemetry/opentelemetry-operator/pull/1333), [@mat-rumian](https://github.com/mat-rumian))
* [HPA] Move maxReplicas and minReplicas to AutoscalerSpec ([#1333](https://github.com/open-telemetry/opentelemetry-operator/pull/1302), [@moh-osman3](https://github.com/moh-osman3))
* Memory improvements first pass ([#1293](https://github.com/open-telemetry/opentelemetry-operator/pull/1293), [@jaronoff97](https://github.com/jaronoff97))
* Add change handler to register callbacks ([#1292](https://github.com/open-telemetry/opentelemetry-operator/pull/1292), [@frzifus](https://github.com/frzifus))
* Ignore reconcile errors that occur because a pod is being terminated ([#1233](https://github.com/open-telemetry/opentelemetry-operator/pull/1233), [@kevinearls](https://github.com/kevinearls))
* remove unused onChange function from config ([#1290](https://github.com/open-telemetry/opentelemetry-operator/pull/1290), [@frzifus](https://github.com/frzifus))
* Remove default claims - fixes #1281 ([#1282](https://github.com/open-telemetry/opentelemetry-operator/pull/1282), [@ekarlso](https://github.com/ekarlso))
#### OpenTelemetry Collector and Contrib
* [OpenTelemetry Collector - v0.67.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.67.0)
* [OpenTelemetry Contrib - v0.67.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.67.0)

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|----------------------|
| v0.67.0 | v1.19 to v1.25 | v1 |
| v0.66.0 | v1.19 to v1.25 | v1 |
| v0.64.1 | v1.19 to v1.25 | v1 |
| v0.63.1 | v1.19 to v1.25 | v1 |
Expand All @@ -347,7 +348,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| 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 |
| v0.45.0 | v1.21 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.66.0
name: opentelemetry-operator.v0.67.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -306,7 +306,7 @@ spec:
- --enable-leader-election
- --zap-log-level=info
- --zap-time-encoding=rfc3339nano
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.66.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.67.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -413,7 +413,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.66.0
version: 0.67.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# 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.66.0
opentelemetry-collector=0.67.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.66.0
operator=0.67.0

# Represents the current release of the Target Allocator.
targetallocator=0.66.0
targetallocator=0.67.0

# Represents the current release of Java instrumentation.
# Should match autoinstrumentation/java/version.txt
autoinstrumentation-java=1.20.2
autoinstrumentation-java=1.21.0

# Represents the current release of NodeJS instrumentation.
# Should match value in autoinstrumentation/nodejs/package.json
Expand Down

0 comments on commit c5c3953

Please sign in to comment.