Skip to content

Commit

Permalink
Release 0.72.0 (#1577)
Browse files Browse the repository at this point in the history
* Adding release 0.72.0

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

* Adding release 0.72.0

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

* Adding release 0.72.0

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

---------

Signed-off-by: Yuri Sa <yurimsa@gmail.com>
  • Loading branch information
yuriolisa committed Mar 15, 2023
1 parent b2227b0 commit 0e39ee7
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 140 deletions.
17 changes: 0 additions & 17 deletions .chloggen/1439-fix-HPA-updates.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/1460-fix-container-args-ordered.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/1492-fix-stateful-set-reconcile.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .chloggen/1516-update-HPA-behavior.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/1517-fix-service-internal-traffic-policy.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/1538-bump-otel-net-auto-to-0.6.0.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/bump-k8s-deps-to-126.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/golang119.yaml

This file was deleted.

28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@ Changes by Version

<!-- next version -->

## 0.72.0

### 🛑 Breaking changes 🛑

- `operator`: Fixes inability of the operator to reconcile in stateful set mode when the immutable field `volumeClaimTemplates` is changed. If such change is detected, the operator will recreate the stateful set. (#1491)

### 💡 Enhancements 💡

- `operator`: Bump OpenTelemetry .NET Automatic Instrumentation to 0.6.0 (#1538)
- `operator`: Bump Kubernetes golang dependencies to 1.26.x (#1385)
- `operator`: Build operator, target-allocator and opAMP bridge with golang 1.20. (#1566)

### 🧰 Bug fixes 🧰

- `Autoscaler`: Fix the issue where HPA fails to update when an additional metric is added to the spec. (#1439)
- `operator`: The args created for corev1.container object is not ordered and creates a situation where there is a diff detected during reconcile. Forces an ordered args. (#1460)
- `Autoscaler`: Fix the issue where HPA fails to update autoscaler behavior. (#1516)
- `operator`: Set `ServiceInternalTrafficPolicy`` to `Local` when using daemonset mode. (#1401)

### Components

* [OpenTelemetry Collector - v0.72.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.72.0)
* [OpenTelemetry Contrib - v0.72.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.72.0)
* [Java auto-instrumentation - 1.23.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.23.0)
* [Dotnet auto-instrumentation - 0.6.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.6.0)
* [Node.JS - 0.34.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-v0.34.0)
* [Python - 0.36b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.36b0)

0.71.0
------------------

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|---------------------|
| v0.72.0 | v1.19 to v1.26 | v1 |
| v0.71.0 | v1.19 to v1.25 | v1 |
| v0.70.0 | v1.19 to v1.25 | v1 |
| v0.69.0 | v1.19 to v1.25 | v1 |
Expand All @@ -447,7 +448,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| 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
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ The operator should be released within a week after the [OpenTelemetry collector

| Version | Release manager |
|---------|-----------------|
| v0.72.0 | @yuriolisa |
| v0.73.0 | @jaronoff97 |
| v0.74.0 | @pavolloffay |
| v0.75.0 | @VineethReddy02 |
| v0.76.0 | @frzifus |
| v0.77.0 | @yuriolisa |
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ metadata:
categories: Logging & Tracing
certified: "false"
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
createdAt: "2023-03-02T10:14:11Z"
createdAt: "2023-03-14T11:39:39Z"
description: Provides the OpenTelemetry components, including the Collector
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: github.com/open-telemetry/opentelemetry-operator
support: OpenTelemetry Community
name: opentelemetry-operator.v0.71.0
name: opentelemetry-operator.v0.72.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.71.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.72.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -414,7 +414,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.71.0
version: 0.72.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,16 +2,16 @@
# 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.71.0
opentelemetry-collector=0.72.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.71.0
operator=0.72.0

# Represents the current release of the Target Allocator.
targetallocator=0.71.0
targetallocator=0.72.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.71.0
operator-opamp-bridge=0.72.0

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

0 comments on commit 0e39ee7

Please sign in to comment.