Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Release 0.118.0 #3698

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .chloggen/3350-ta-matchlabels.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/3452.yaml

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/feat_enable-ta-crd.yaml

This file was deleted.

34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

<!-- next version -->

## 0.118.0

### 🚀 New components 🚀

- `target allocator`: Introduce TargetAllocator CRD (#2422)
See the [CRD changelog](./docs/crd-changelog.md) for more information.

### 💡 Enhancements 💡

- `target allocator`: Support camelcase matchLabels and matchExpressions in target allocator config (#3350)

### 🧰 Bug fixes 🧰

- `collector`: Fix config handling with null values. (#3452)
Fix the defaulting webhook error `src and dst must not be nil` caused by defaulting a known component with a null value:
e.g.
```yaml
receivers:
zipkin:
```
- `collector`: Prevent mounting secrets to collector when TA is not deployed and mTLS feature gate is enabled (#3456)

### Components

* [OpenTelemetry Collector - v0.118.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.118.0)
* [OpenTelemetry Contrib - v0.118.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.118.0)
* [Java auto-instrumentation - v1.33.6](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.6)
* [.NET auto-instrumentation - v1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.2.0)
* [Node.JS - v0.53.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.53.0)
* [Python - v0.50b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.50b0)
* [Go - v0.19.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.19.0-alpha)
* [ApacheHTTPD - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)
* [Nginx - 1.0.4](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.4)

## 0.117.0

### 🛑 Breaking changes 🛑
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ The operator should be released within a week after the [OpenTelemetry collector

| Version | Release manager |
|----------|-----------------|
| v0.118.0 | @iblancasa |
| v0.119.0 | @frzifus |
| v0.120.0 | @yuriolisa |
| v0.121.0 | @pavolloffay |
| v0.122.0 | @TylerHelmuth |
| v0.123.0 | @jaronoff97 |
| v0.124.0 | @swiatekm |
| v0.125.0 | @iblancasa |
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ metadata:
categories: Logging & Tracing,Monitoring
certified: "false"
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
createdAt: "2025-01-24T11:36:07Z"
createdAt: "2025-02-06T17:59:07Z"
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.117.0
name: opentelemetry-operator.v0.118.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -529,7 +529,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.117.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.118.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -637,7 +637,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.117.0
version: 0.118.0
webhookdefinitions:
- admissionReviewVersions:
- v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ metadata:
categories: Logging & Tracing,Monitoring
certified: "false"
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
createdAt: "2025-01-24T11:36:07Z"
createdAt: "2025-02-06T17:59:07Z"
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.117.0
name: opentelemetry-operator.v0.118.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -533,7 +533,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.117.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.118.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -652,7 +652,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.117.0
version: 0.118.0
webhookdefinitions:
- admissionReviewVersions:
- v1alpha1
Expand Down
2 changes: 1 addition & 1 deletion docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range,

| OpenTelemetry Operator | Kubernetes | Cert-Manager | Prometheus-Operator |
|------------------------|----------------|--------------|---------------------|
| v0.118.0 | v1.23 to v1.32 | v1 | v0.76.2 |
| v0.117.0 | v1.23 to v1.32 | v1 | v0.76.2 |
| v0.116.0 | v1.23 to v1.31 | v1 | v0.76.2 |
| v0.115.0 | v1.23 to v1.31 | v1 | v0.76.0 |
Expand All @@ -70,7 +71,6 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range,
| v0.96.0 | v1.23 to v1.29 | v1 | v0.71.2 |
| v0.95.0 | v1.23 to v1.29 | v1 | v0.71.2 |
| v0.94.0 | v1.23 to v1.29 | v1 | v0.71.0 |
| v0.93.0 | v1.23 to v1.29 | v1 | v0.71.0 |

[kubernetes_releases]: https://kubernetes.io/releases/
[openshift_support]: https://access.redhat.com/support/policy/updates/openshift
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.117.0
opentelemetry-collector=0.118.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.117.0
operator=0.118.0

# Represents the current release of the Target Allocator.
targetallocator=0.117.0
targetallocator=0.118.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.117.0
operator-opamp-bridge=0.118.0

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