Skip to content

Commit 5075077

Browse files
swiatekmjaronoff97
andauthored
Prepare 0.88.0 release (#2297)
Co-authored-by: Jacob Aronoff <[email protected]>
1 parent 945d236 commit 5075077

11 files changed

+45
-111
lines changed

.chloggen/1368-create-operator-bridge-crd-in-operator.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/bug-fix-labeling-process.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/bump-dotnet-1.1.0.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/bump-nodejs-dependencies.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/fix-TA-kubeconfig.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.chloggen/update-opamp-bridge-spec.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@ Changes by Version
22
==================
33
<!-- next version -->
44

5+
## 0.88.0
6+
7+
### 🛑 Breaking changes 🛑
8+
9+
- `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)
10+
* Updates the bridge to get collectors using the reporting annotation
11+
* Fixes a bug where we were using the incorrect structure for the collectors
12+
13+
14+
### 💡 Enhancements 💡
15+
16+
- `operator-opamp-bridge`: Creates the CRD for the OpAMPBridge resource (#1368)
17+
- `autoinstrumentation`: Bump OpenTelemetry .NET Automatic Instrumentation to 1.1.0 (#2252)
18+
- `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)
19+
20+
### 🧰 Bug fixes 🧰
21+
22+
- `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)
23+
- `target allocator`: reset kubeconfig to empty string when using in-cluster config (#2262)
24+
25+
### Components
26+
27+
* [OpenTelemetry Collector - v0.88.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.88.0)
28+
* [OpenTelemetry Contrib - v0.88.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.88.0)
29+
* [Java auto-instrumentation - 1.31.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.31.0)
30+
* [.NET auto-instrumentation - 1.1.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/1.1.0)
31+
* [Node.JS - 0.44.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-0.44.0)
32+
* [Python - 0.41b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/0.41b0)
33+
* [Go - v0.7.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.7.0-alpha)
34+
* [ApacheHTTPD - 1.0.3](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.3)
35+
* [Nginx - 1.0.3](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.3)]
36+
537
## 0.87.0
638

739
### 🛑 Breaking changes 🛑

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
682682

683683
| OpenTelemetry Operator | Kubernetes | Cert-Manager |
684684
|------------------------|----------------------|---------------------|
685+
| v0.88.0 | v1.23 to v1.28 | v1 |
685686
| v0.87.0 | v1.23 to v1.28 | v1 |
686687
| v0.86.0 | v1.23 to v1.28 | v1 |
687688
| v0.85.0 | v1.19 to v1.28 | v1 |
@@ -704,7 +705,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
704705
| v0.68.0 | v1.19 to v1.25 | v1 |
705706
| v0.67.0 | v1.19 to v1.25 | v1 |
706707
| v0.66.0 | v1.19 to v1.25 | v1 |
707-
| v0.64.1 | v1.19 to v1.25 | v1 |
708708

709709
## Contributing and Developing
710710

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ The operator should be released within a week after the [OpenTelemetry collector
3838

3939
| Version | Release manager |
4040
|---------|-----------------|
41-
| v0.88.0 | @swiatekm-sumo |
4241
| v0.89.0 | @frzifus |
4342
| v0.90.0 | @jaronoff97 |
4443
| v0.91.0 | @yuriolisa |
4544
| v0.92.0 | @pavolloffay |
4645
| v0.93.0 | @VineethReddy02 |
4746
| v0.94.0 | @TylerHelmuth |
47+
| v0.95.0 | @swiatekm-sumo |

bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ metadata:
3131
categories: Logging & Tracing,Monitoring
3232
certified: "false"
3333
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
34-
createdAt: "2023-10-17T18:16:13Z"
34+
createdAt: "2023-10-31T11:59:58Z"
3535
description: Provides the OpenTelemetry components, including the Collector
3636
operators.operatorframework.io/builder: operator-sdk-v1.29.0
3737
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
3838
repository: github.com/open-telemetry/opentelemetry-operator
3939
support: OpenTelemetry Community
40-
name: opentelemetry-operator.v0.87.0
40+
name: opentelemetry-operator.v0.88.0
4141
namespace: placeholder
4242
spec:
4343
apiservicedefinitions: {}
@@ -344,7 +344,7 @@ spec:
344344
- --zap-log-level=info
345345
- --zap-time-encoding=rfc3339nano
346346
- --feature-gates=+operator.autoinstrumentation.go,+operator.autoinstrumentation.nginx
347-
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.87.0
347+
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.88.0
348348
livenessProbe:
349349
httpGet:
350350
path: /healthz
@@ -452,7 +452,7 @@ spec:
452452
minKubeVersion: 1.23.0
453453
provider:
454454
name: OpenTelemetry Community
455-
version: 0.87.0
455+
version: 0.88.0
456456
webhookdefinitions:
457457
- admissionReviewVersions:
458458
- v1

0 commit comments

Comments
 (0)