Skip to content

Commit

Permalink
Prepare release 0.113.0 (#3437)
Browse files Browse the repository at this point in the history
* Prepare release 0.113.0

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

* Fix

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

---------

Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Nov 8, 2024
1 parent 24ead74 commit 99b6c6f
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 131 deletions.
16 changes: 0 additions & 16 deletions .chloggen/2779-kubeletstatsreiver-inject-en-vars.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/2947-updating-ds-sf-depl-mutation.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/3332-musl-python-autoinstrumentation.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .chloggen/3370-create-dynamic-sm.yaml

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/issue-3412-support-http-protocol.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/scrape-config-probe.yaml

This file was deleted.

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

<!-- next version -->

## 0.113.0

### 💡 Enhancements 💡

- `operator`: Programmatically create the `ServiceMonitor` for the operator metrics endpoint, ensuring correct namespace handling and dynamic configuration. (#3370)
Previously, the `ServiceMonitor` was created statically from a manifest file, causing failures when the
operator was deployed in a non-default namespace. This enhancement ensures automatic adjustment of the
`serverName` and seamless metrics scraping.
- `collector`: Create RBAC rules for the k8s_events receiver automatically. (#3420)
- `collector`: Inject environment K8S_NODE_NAME environment variable for the Kubelet Stats Receiver. (#2779)
- `auto-instrumentation`: add config for installing musl based auto-instrumentation for Python (#2264)
- `auto-instrumentation`: Support `http/json` and `http/protobuf` via OTEL_EXPORTER_OTLP_PROTOCOL environment variable in addition to default `grpc` for exporting traces (#3412)
- `target allocator`: enables support for pulling scrape config and probe CRDs in the target allocator (#1842)

### 🧰 Bug fixes 🧰

- `collector`: Fix mutation of deployments, statefulsets, and daemonsets allowing to remove fields on update (#2947)

### Components

* [OpenTelemetry Collector - v0.113.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.113.0)
* [OpenTelemetry Contrib - v0.113.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.113.0)
* [Java auto-instrumentation - v1.33.5](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.33.5)
* [.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.48b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.48b0)
* [Go - v0.17.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.17.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.112.0

### 💡 Enhancements 💡
Expand Down
4 changes: 2 additions & 2 deletions 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.113.0 | @pavolloffay |
| v0.114.0 | @TylerHelmuth |
| v0.115.0 | @jaronoff97 |
| v0.116.0 | @swiatekm |
| v0.117.0 | @iblancasa |
| v0.118.0 | @frzifus |
| v0.119.0 | @yuriolisa |
| v0.119.0 | @yuriolisa |
| v0.120.0 | @pavolloffay |
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: "2024-10-31T08:49:00Z"
createdAt: "2024-11-08T09:36:39Z"
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.112.0
name: opentelemetry-operator.v0.113.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -483,7 +483,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.112.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.113.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -591,7 +591,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.112.0
version: 0.113.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: "2024-10-31T08:49:04Z"
createdAt: "2024-11-08T09:36:43Z"
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.112.0
name: opentelemetry-operator.v0.113.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -487,7 +487,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.112.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.113.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -606,7 +606,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.112.0
version: 0.113.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.113.0 | v1.23 to v1.31 | v1 | v0.76.0 |
| v0.112.0 | v1.23 to v1.31 | v1 | v0.76.0 |
| v0.111.0 | v1.23 to v1.31 | v1 | v0.76.0 |
| v0.110.0 | v1.23 to v1.31 | v1 | v0.76.0 |
Expand All @@ -69,7 +70,6 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range,
| v0.92.0 | v1.23 to v1.29 | v1 | v0.71.0 |
| v0.91.0 | v1.23 to v1.29 | v1 | v0.70.0 |
| v0.90.0 | v1.23 to v1.28 | v1 | v0.69.1 |
| v0.89.0 | v1.23 to v1.28 | v1 | v0.69.1 |

[kubernetes_releases]: https://kubernetes.io/releases/
[openshift_support]: https://access.redhat.com/support/policy/updates/openshift
Expand Down
10 changes: 5 additions & 5 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.112.0
opentelemetry-collector=0.113.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.112.0
operator=0.113.0

# Represents the current release of the Target Allocator.
targetallocator=0.112.0
targetallocator=0.113.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.112.0
operator-opamp-bridge=0.113.0

# Represents the current release of Java instrumentation.
# Should match autoinstrumentation/java/version.txt
Expand All @@ -30,7 +30,7 @@ autoinstrumentation-python=0.48b0
autoinstrumentation-dotnet=1.2.0

# Represents the current release of Go instrumentation.
autoinstrumentation-go=v0.15.0-alpha
autoinstrumentation-go=v0.17.0-alpha

# Represents the current release of Apache HTTPD instrumentation.
# Should match autoinstrumentation/apache-httpd/version.txt
Expand Down

0 comments on commit 99b6c6f

Please sign in to comment.