Skip to content

Commit

Permalink
Patch 0.92.1 (#2531)
Browse files Browse the repository at this point in the history
* patch 0.92.1

* revert java
  • Loading branch information
jaronoff97 committed Jan 17, 2024
1 parent 306d846 commit b630f4c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 38 deletions.
16 changes: 0 additions & 16 deletions .chloggen/fix_clusterrole-permissions.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/set-rollout-strat-deployment.yaml

This file was deleted.

12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,24 @@ Changes by Version
==================
<!-- next version -->

## 0.92.1

### 💡 Enhancements 💡

- `operator`: Adds deployment rollout strategy to CRD fields (#2512)

### 🧰 Bug fixes 🧰

- `operator`: Fix ClusterRole and ClusterRoleBinding reconciliation (#2525)

## 0.92.0

### 🛑 Breaking changes 🛑

- `target allocator`: Use standard K8s label selectors for collectors in target allocator config (#2422)
This is a breaking change only for users of standalone target allocator. Operator users are unaffected.
The operator is still compatible with previous target allocator versions, and will be for the next 3 releases.

- `target allocator`: Use container securityContext for target allocator (#2490)
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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ metadata:
categories: Logging & Tracing,Monitoring
certified: "false"
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
createdAt: "2024-01-17T15:53:32Z"
createdAt: "2024-01-17T19:30:53Z"
description: Provides the OpenTelemetry components, including the Collector
operators.operatorframework.io/builder: operator-sdk-v1.29.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: github.com/open-telemetry/opentelemetry-operator
support: OpenTelemetry Community
name: opentelemetry-operator.v0.92.0
name: opentelemetry-operator.v0.92.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -402,7 +402,7 @@ spec:
- --zap-log-level=info
- --zap-time-encoding=rfc3339nano
- --feature-gates=+operator.autoinstrumentation.go,+operator.autoinstrumentation.nginx
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.92.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.92.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -510,7 +510,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.92.0
version: 0.92.1
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
opentelemetry-collector=0.92.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.92.0
operator=0.92.1

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

0 comments on commit b630f4c

Please sign in to comment.