Skip to content

Commit

Permalink
Prepare 0.88.0 release (#2297)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Aronoff <[email protected]>
  • Loading branch information
swiatekm and jaronoff97 authored Nov 1, 2023
1 parent 945d236 commit 5075077
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 111 deletions.
16 changes: 0 additions & 16 deletions .chloggen/1368-create-operator-bridge-crd-in-operator.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/bug-fix-labeling-process.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/bump-dotnet-1.1.0.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/bump-nodejs-dependencies.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix-TA-kubeconfig.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .chloggen/update-opamp-bridge-spec.yaml

This file was deleted.

32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@ Changes by Version
==================
<!-- next version -->

## 0.88.0

### 🛑 Breaking changes 🛑

- `OpAMP Bridge`: Currently, the bridge doesn't adhere to the spec for the naming structure. This changes the bridge to use the <namespace>/<otelcol> structure as described. (#2131)
* Updates the bridge to get collectors using the reporting annotation
* Fixes a bug where we were using the incorrect structure for the collectors


### 💡 Enhancements 💡

- `operator-opamp-bridge`: Creates the CRD for the OpAMPBridge resource (#1368)
- `autoinstrumentation`: Bump OpenTelemetry .NET Automatic Instrumentation to 1.1.0 (#2252)
- `operator`: Bump NodeJS dependencies. Also, increase the size of the default size for the volume used to copy the autoinstrumentation libraries from 150M to 200M (#2240, #2237)

### 🧰 Bug fixes 🧰

- `Operator`: Fixed the labeling process which was broken at the moment to capture the current image tag when the users set the sha256 reference. (#1982)
- `target allocator`: reset kubeconfig to empty string when using in-cluster config (#2262)

### Components

* [OpenTelemetry Collector - v0.88.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.88.0)
* [OpenTelemetry Contrib - v0.88.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.88.0)
* [Java auto-instrumentation - 1.31.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.31.0)
* [.NET auto-instrumentation - 1.1.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/1.1.0)
* [Node.JS - 0.44.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-0.44.0)
* [Python - 0.41b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/0.41b0)
* [Go - v0.7.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.7.0-alpha)
* [ApacheHTTPD - 1.0.3](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.3)
* [Nginx - 1.0.3](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.3)]

## 0.87.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 @@ -682,6 +682,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|---------------------|
| v0.88.0 | v1.23 to v1.28 | v1 |
| v0.87.0 | v1.23 to v1.28 | v1 |
| v0.86.0 | v1.23 to v1.28 | v1 |
| v0.85.0 | v1.19 to v1.28 | v1 |
Expand All @@ -704,7 +705,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.68.0 | v1.19 to v1.25 | v1 |
| v0.67.0 | v1.19 to v1.25 | v1 |
| v0.66.0 | v1.19 to v1.25 | v1 |
| v0.64.1 | v1.19 to v1.25 | v1 |

## 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 @@ -38,10 +38,10 @@ The operator should be released within a week after the [OpenTelemetry collector

| Version | Release manager |
|---------|-----------------|
| v0.88.0 | @swiatekm-sumo |
| v0.89.0 | @frzifus |
| v0.90.0 | @jaronoff97 |
| v0.91.0 | @yuriolisa |
| v0.92.0 | @pavolloffay |
| v0.93.0 | @VineethReddy02 |
| v0.94.0 | @TylerHelmuth |
| v0.95.0 | @swiatekm-sumo |
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ metadata:
categories: Logging & Tracing,Monitoring
certified: "false"
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
createdAt: "2023-10-17T18:16:13Z"
createdAt: "2023-10-31T11:59: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.87.0
name: opentelemetry-operator.v0.88.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -344,7 +344,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.87.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.88.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -452,7 +452,7 @@ spec:
minKubeVersion: 1.23.0
provider:
name: OpenTelemetry Community
version: 0.87.0
version: 0.88.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
14 changes: 7 additions & 7 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
# 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.87.0
opentelemetry-collector=0.88.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.87.0
operator=0.88.0

# Represents the current release of the Target Allocator.
targetallocator=0.87.0
targetallocator=0.88.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.87.0
operator-opamp-bridge=0.88.0

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

# Represents the current release of NodeJS instrumentation.
# Should match value in autoinstrumentation/nodejs/package.json
autoinstrumentation-nodejs=0.41.1
autoinstrumentation-nodejs=0.44.0

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

# Represents the current release of DotNet instrumentation.
# Should match autoinstrumentation/dotnet/version.txt
autoinstrumentation-dotnet=1.0.2
autoinstrumentation-dotnet=1.1.0

# Represents the current release of Go instrumentation.
autoinstrumentation-go=v0.7.0-alpha
Expand Down

0 comments on commit 5075077

Please sign in to comment.