Skip to content

Commit

Permalink
Release 0.105.0 (#3164)
Browse files Browse the repository at this point in the history
* Release 0.105.0

Signed-off-by: Yuri Sa <[email protected]>

* Release 0.105.0

Signed-off-by: Yuri Sa <[email protected]>

* Release 0.105.0

Signed-off-by: Yuri Sa <[email protected]>

---------

Signed-off-by: Yuri Sa <[email protected]>
  • Loading branch information
yuriolisa committed Jul 30, 2024
1 parent 2f322f0 commit 2fbc1fd
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 143 deletions.
16 changes: 0 additions & 16 deletions .chloggen/0150-workaround.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/2995-openshift-dashboard.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/3054-create-openshift-bundle.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/3151-feat-annotations-filter.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/3157-fix-service-instance-id.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/add-ip-families.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/feat_python-prometheus-exporter.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix-opamp-bridge-missing-config.yaml

This file was deleted.

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

<!-- next version -->

## 0.105.0

### 💡 Enhancements 💡

- `collector`: Create automatically an OpenShift dashboard to visualize OpenTelemetry Collector metrics (#2995)
To enable this feature, you need to specify the `--openshift-create-dashboard` argument to the operator
- `bundle`: Create an specific bundle for OpenShift environments. (#3054)
- `collector`: Enabling ipFamilies and ipFamilyPolicy to be configured via OpenTelemetryCollector (#2958)
- `auto-instrumentation`: Add Prometheus exporter to Python auto-instrumentation (#3122)
- `collector`: Configmap, rbac, service, serviceaccount apply annotations-filter. (#3151)

### 🧰 Bug fixes 🧰

- `collector`: Remove workaround for 0.104.0 that enabled feature-gate `confmap.unifyEnvVarExpansion` when Prometheus receiver was enabled. (#3142)
- `opamp`: Fixes a bug where the collector was not being marshalled correctly by using a reference instead of a value. (#3171)
- `auto-instrumentation`: Fixes a bug statefulSet wrong service.instance.id (#3157)

### Components

* [OpenTelemetry Collector - v0.105.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.105.0)
* [OpenTelemetry Contrib - v0.105.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.105.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.46b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.46b0)
* [Go - v0.13.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.13.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.104.0

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager | Prometheus-Operator |
|------------------------|----------------| ------------ |---------------------|
| v0.105.0 | v1.23 to v1.30 | v1 | v0.74.0 |
| v0.104.0 | v1.23 to v1.30 | v1 | v0.74.0 |
| v0.103.0 | v1.23 to v1.30 | v1 | v0.74.0 |
| v0.102.0 | v1.23 to v1.30 | v1 | v0.71.2 |
Expand All @@ -761,7 +762,6 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range,
| v0.85.0 | v1.19 to v1.28 | v1 | v0.67.1 |
| v0.84.0 | v1.19 to v1.28 | v1 | v0.67.1 |
| v0.83.0 | v1.19 to v1.27 | v1 | v0.67.1 |
| v0.82.0 | v1.19 to v1.27 | v1 | v0.67.1 |

## Contributing and Developing

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

| Version | Release manager |
|----------|-----------------|
| v0.105.0 | @yuriolisa |
| v0.106.0 | @pavolloffay |
| v0.107.0 | @TylerHelmuth |
| v0.108.0 | @jaronoff97 |
| v0.109.0 | @swiatekm |
| v0.110.0 | @frzifus |
| v0.111.0 | @yuriolisa |
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-07-18T14:09:46Z"
createdAt: "2024-07-25T10:31: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.104.0
name: opentelemetry-operator.v0.105.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -504,7 +504,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.104.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.105.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -612,7 +612,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.104.0
version: 0.105.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-07-20T18:51:11Z"
createdAt: "2024-07-25T10:31:56Z"
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.104.0
name: opentelemetry-operator.v0.105.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -508,7 +508,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.104.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.105.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -616,7 +616,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.104.0
version: 0.105.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,20 +2,20 @@
# 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.104.0
opentelemetry-collector=0.105.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.104.0
operator=0.105.0

# Represents the current release of the Target Allocator.
targetallocator=0.104.0
targetallocator=0.105.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.104.0
operator-opamp-bridge=0.105.0

# Represents the current release of Java instrumentation.
# Should match autoinstrumentation/java/version.txt
autoinstrumentation-java=1.32.1
autoinstrumentation-java=1.33.5

# Represents the current release of NodeJS instrumentation.
# Should match value in autoinstrumentation/nodejs/package.json
Expand Down

0 comments on commit 2fbc1fd

Please sign in to comment.