Skip to content

Commit

Permalink
[chore] prepare v0.108.0 release (#3265)
Browse files Browse the repository at this point in the history
* prepare v0.108.0 release

* Update max kube version

* Apply suggestions from code review

Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>

---------

Co-authored-by: Mikołaj Świątek <mail@mikolajswiatek.com>
  • Loading branch information
TylerHelmuth and swiatekm authored Sep 5, 2024
1 parent 02e68a2 commit e023705
Show file tree
Hide file tree
Showing 18 changed files with 63 additions and 220 deletions.
16 changes: 0 additions & 16 deletions .chloggen/2726-non-root-nginx-autoinstrumentation.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/3165-python-otlp-protocol-env-var.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/3216-ta-retry-namespace-informer-creation.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/3242-rollback-of-3187.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/3258-autoscaler-utilization-greater-than-99.yaml

This file was deleted.

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

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/fix-managed-by-gross-2.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .chloggen/fix-managed-by-gross.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix_dont-own-volumes.yaml

This file was deleted.

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

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/propagate-global-scrape-protocols.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/xray-receiver-udp-port.yaml

This file was deleted.

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

<!-- next version -->

## 0.108.0

### 💡 Enhancements 💡

- `auto-instrumentation`: set OTEL_EXPORTER_OTLP_PROTOCOL instead of signal specific env vars in python instrumentation (#3165)
- `collector`: Allow autoscaler targetCPUUtilization and TargetMemoryUtilization to be greater than 99 (#3258)
- `auto-instrumentation`: Not ignore the `instrumentation.opentelemetry.io/container-names` annotation when the multi-instrumentation is enabled (#3090)
- `operator`: Support for Kubernetes `1.31` version. (#3247)
- `target allocator`: introduces the global field in the TA config to allow for setting scrape protocols (#3160)

### 🧰 Bug fixes 🧰

- `auto-instrumentation`: Fix file copy for NGINX auto-instrumentation for non-root workloads. (#2726)
- `target allocator`: Retrying failed namespace informer creation in promOperator CRD watcher, then exit if creation issue cannot be resolved (#3216)
- `target allocator`: Rollback #3187 (#3242)
This Rollsback 3187 which breaks TargetAllocator config for clusters with custom domains.
- `auto-instrumentation`: Fixes a bug that was preventing auto instrumentation from getting correct images. (#3014)
This PR removes the restriction on the operator to only upgrade manually applied CRDs. This meant
that resources applied by helm were not upgraded at all. The solution was to remove the restriction
we had on querying the label app.kubernetes.io/managed-by=opentelemetry-operator, thereby upgrading
ALL CRDs in the cluster.

- `collector`: Fixes a bug that was preventing upgrade patches from reliably applying. (#3074)
A bug was discovered in the process of testing the PR that was failing to remove the environment
variables introduced in the 0.104.0 upgrade. The fix was to take a deepcopy of the object and update that.

- `collector`: Don't unnecessarily take ownership of PersistentVolumes and PersistentVolumeClaims (#3042)
- `awsxray-receiver`: Switched the protocol of awsxray-receiver to UDP from TCP (#3261)

### Components

* [OpenTelemetry Collector - v0.108.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.108.0)
* [OpenTelemetry Contrib - v0.108.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.108.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.52.1](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.52.1)
* [Python - v0.48b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.48b0)
* [Go - v0.14.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.14.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.107.0

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager | Prometheus-Operator |
|------------------------|----------------| ------------ |---------------------|
| v0.108.0 | v1.23 to v1.31 | v1 | v0.76.0 |
| v0.107.0 | v1.23 to v1.30 | v1 | v0.75.0 |
| v0.106.0 | v1.23 to v1.30 | v1 | v0.75.0 |
| v0.105.0 | v1.23 to v1.30 | v1 | v0.74.0 |
Expand All @@ -781,7 +782,6 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range,
| v0.88.0 | v1.23 to v1.28 | v1 | v0.68.0 |
| v0.87.0 | v1.23 to v1.28 | v1 | v0.68.0 |
| v0.86.0 | v1.23 to v1.28 | v1 | v0.68.0 |
| v0.85.0 | v1.19 to v1.28 | v1 | v0.67.1 |

## Contributing and Developing

Expand Down
16 changes: 8 additions & 8 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ In order to have more people comfortable with the release process, and in order

The operator should be released within a week after the [OpenTelemetry collector release](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/release.md#release-schedule).

| Version | Release manager |
|-----------|-----------------|
| v0.108.0 | @TylerHelmuth |
| v0.109.0 | @jaronoff97 |
| v0.110.0 | @swiatekm |
| v0.111.0 | @frzifus |
| v0.112.0 | @yuriolisa |
| v0.113.0 | @pavolloffay |
| Version | Release manager |
|----------|-----------------|
| v0.109.0 | @jaronoff97 |
| v0.110.0 | @swiatekm |
| v0.111.0 | @frzifus |
| v0.112.0 | @yuriolisa |
| v0.113.0 | @pavolloffay |
| v0.114.0 | @TylerHelmuth |
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-09-03T20:25:40Z"
createdAt: "2024-09-05T15:16:50Z"
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.107.0
name: opentelemetry-operator.v0.108.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -479,7 +479,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.107.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.108.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -587,7 +587,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.107.0
version: 0.108.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-09-03T20:25:47Z"
createdAt: "2024-09-05T15:16:58Z"
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.107.0
name: opentelemetry-operator.v0.108.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.107.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.108.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -591,7 +591,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.107.0
version: 0.108.0
webhookdefinitions:
- admissionReviewVersions:
- v1alpha1
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.107.0
opentelemetry-collector=0.108.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.107.0
operator=0.108.0

# Represents the current release of the Target Allocator.
targetallocator=0.107.0
targetallocator=0.108.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.107.0
operator-opamp-bridge=0.108.0

# Represents the current release of Java instrumentation.
# Should match autoinstrumentation/java/version.txt
Expand All @@ -23,7 +23,7 @@ autoinstrumentation-nodejs=0.52.1

# Represents the current release of Python instrumentation.
# Should match value in autoinstrumentation/python/requirements.txt
autoinstrumentation-python=0.47b0
autoinstrumentation-python=0.48b0

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

0 comments on commit e023705

Please sign in to comment.