Skip to content

Commit b630f4c

Browse files
authored
Patch 0.92.1 (#2531)
* patch 0.92.1 * revert java
1 parent 306d846 commit b630f4c

5 files changed

+16
-38
lines changed

.chloggen/fix_clusterrole-permissions.yaml

-16
This file was deleted.

.chloggen/set-rollout-strat-deployment.yaml

-16
This file was deleted.

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@ Changes by Version
22
==================
33
<!-- next version -->
44

5+
## 0.92.1
6+
7+
### 💡 Enhancements 💡
8+
9+
- `operator`: Adds deployment rollout strategy to CRD fields (#2512)
10+
11+
### 🧰 Bug fixes 🧰
12+
13+
- `operator`: Fix ClusterRole and ClusterRoleBinding reconciliation (#2525)
14+
515
## 0.92.0
616

717
### 🛑 Breaking changes 🛑
818

919
- `target allocator`: Use standard K8s label selectors for collectors in target allocator config (#2422)
1020
This is a breaking change only for users of standalone target allocator. Operator users are unaffected.
1121
The operator is still compatible with previous target allocator versions, and will be for the next 3 releases.
12-
22+
1323
- `target allocator`: Use container securityContext for target allocator (#2490)
1424
This is really a bug fix, as the current behaviour is not intended. We've marked it as breaking in case anyone started depending on it.
1525

bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ metadata:
6565
categories: Logging & Tracing,Monitoring
6666
certified: "false"
6767
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
68-
createdAt: "2024-01-17T15:53:32Z"
68+
createdAt: "2024-01-17T19:30:53Z"
6969
description: Provides the OpenTelemetry components, including the Collector
7070
operators.operatorframework.io/builder: operator-sdk-v1.29.0
7171
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
7272
repository: github.com/open-telemetry/opentelemetry-operator
7373
support: OpenTelemetry Community
74-
name: opentelemetry-operator.v0.92.0
74+
name: opentelemetry-operator.v0.92.1
7575
namespace: placeholder
7676
spec:
7777
apiservicedefinitions: {}
@@ -402,7 +402,7 @@ spec:
402402
- --zap-log-level=info
403403
- --zap-time-encoding=rfc3339nano
404404
- --feature-gates=+operator.autoinstrumentation.go,+operator.autoinstrumentation.nginx
405-
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.92.0
405+
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.92.1
406406
livenessProbe:
407407
httpGet:
408408
path: /healthz
@@ -510,7 +510,7 @@ spec:
510510
minKubeVersion: 1.23.0
511511
provider:
512512
name: OpenTelemetry Community
513-
version: 0.92.0
513+
version: 0.92.1
514514
webhookdefinitions:
515515
- admissionReviewVersions:
516516
- v1

versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
opentelemetry-collector=0.92.0
66

77
# Represents the current release of the OpenTelemetry Operator.
8-
operator=0.92.0
8+
operator=0.92.1
99

1010
# Represents the current release of the Target Allocator.
1111
targetallocator=0.92.0

0 commit comments

Comments
 (0)