Skip to content

Commit

Permalink
prepare release 0.93.0 (#2596)
Browse files Browse the repository at this point in the history
* prepare release 0.93.0

Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>

* autoinstr version did not change

Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>

* fix

Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>

---------

Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed Feb 2, 2024
1 parent 08416ad commit 16c712c
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 148 deletions.
16 changes: 0 additions & 16 deletions .chloggen/add_shared_process_namespace_cap.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/bridge-config-env-variables.yaml

This file was deleted.

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

This file was deleted.

18 changes: 0 additions & 18 deletions .chloggen/feat_ta_monitor-selectors.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix-annotations-for-openshift.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix_filterstrategy-default.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/optional-annotations.yaml

This file was deleted.

This file was deleted.

34 changes: 34 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,40 @@ Changes by Version
==================
<!-- next version -->

## 0.93.0

### 🛑 Breaking changes 🛑

This version brings stable semantic convention for network and HTTP. It includes new metrics and attributes names.
- `target allocator`: Use standard K8s label selectors for Prometheus CRs in target allocator config (#1907)
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 recommended interfaces(resource selector) by the prometheus-operator for watching CRs. (#2309)
The target allocator now requires get/list/watch permissions for namespaces. Update your RBAC permissions for the attached role, if necessary.

### 💡 Enhancements 💡

- `operator`: Add SharedProcessNamespace capabilities to the OpenTelemetryCollector CRD (#2472)
- `opamp bridge`: Added env variable parsing to opamp bridge config loading (#2577)
- `target allocator`: Set the default filter strategy in the CRD (#2477)
- `operator, target allocator`: Adding a feature flag to disable default prometheus annotations (#2554)

### 🧰 Bug fixes 🧰

- `operator`: Fix annotations required by the OpenShift Operator Hub (#2557)

### Components

* [OpenTelemetry Collector - v0.92.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.93.0)
* [OpenTelemetry Contrib - v0.92.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.93.0)
* [Java auto-instrumentation - 1.32.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.32.0)
* [.NET auto-instrumentation - 1.2.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/1.2.0)
* [Node.JS - 0.46.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-0.46.0)
* [Python - 0.43b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/0.43b0)
* [Go - v0.10.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.10.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.92.1

### 💡 Enhancements 💡
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -710,6 +710,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|---------------------|
| v0.93.0 | v1.23 to v1.29 | v1 |
| v0.92.0 | v1.23 to v1.29 | v1 |
| v0.91.0 | v1.23 to v1.29 | v1 |
| v0.90.0 | v1.23 to v1.28 | v1 |
Expand All @@ -732,7 +733,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.73.0 | v1.19 to v1.26 | v1 |
| v0.72.0 | v1.19 to v1.26 | v1 |
| v0.71.0 | v1.19 to v1.25 | v1 |
| v0.70.0 | v1.19 to v1.25 | v1 |

## Contributing and Developing

Expand Down
18 changes: 9 additions & 9 deletions RELEASE.md
Expand Up @@ -38,12 +38,12 @@ 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.93.0 | @VineethReddy02 |
| v0.94.0 | @TylerHelmuth |
| v0.95.0 | @swiatekm-sumo |
| v0.96.0 | @frzifus |
| v0.97.0 | @jaronoff97 |
| v0.98.0 | @yuriolisa |
| v0.99.0 | @pavolloffay |
| Version | Release manager |
|----------|-----------------|
| v0.94.0 | @TylerHelmuth |
| v0.95.0 | @swiatekm-sumo |
| v0.96.0 | @frzifus |
| v0.97.0 | @jaronoff97 |
| v0.98.0 | @yuriolisa |
| v0.99.0 | @pavolloffay |
| v0.100.0 | @VineethReddy02 |
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-17T19:30:53Z"
createdAt: "2024-02-02T16:02:46Z"
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.1
name: opentelemetry-operator.v0.93.0
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.1
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.93.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -510,7 +510,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.92.1
version: 0.93.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
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.92.0
opentelemetry-collector=0.93.0

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

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

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.92.0
operator-opamp-bridge=0.93.0

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

0 comments on commit 16c712c

Please sign in to comment.