Skip to content

Commit

Permalink
Prepare release 0.85.0 (#2137)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
  • Loading branch information
pavolloffay committed Sep 20, 2023
1 parent ed407f1 commit 7dbb29a
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 91 deletions.
16 changes: 0 additions & 16 deletions .chloggen/1849-dotnet-auto-musl-support.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/1890-run-upgrade-for-previously-unmanaged-instances.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/add-more-configmaps.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/bump-go-autoinstrumentation.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/reconcile-change.yaml

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changes by Version
==================
<!-- next version -->

## 0.85.0

### 💡 Enhancements 💡

- `autoinstrumentation`: .NET Automatic Instrumentation support for Alpine-based images (#1849)
- `operator`: Allow the collector CRD to specify a list of configmaps to mount (#1819)
- `autoinstrumentation`: Bump Go auto-instrumentation support to v0.3.0-alpha. (#2123)
- `operator`: Introduces a new method of reconciliation to reduce duplication and complexity (#1959)

### 🧰 Bug fixes 🧰

- `operator`: Run the upgrade mechanism when there is a change in an instance to ensure it is upgraded. This is useful for cases where the instance uses the unmanaged state, the operator is upgraded and the instance changes to use a managed state. (#1890)

### Components

* [OpenTelemetry Collector - v0.85.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.85.0)
* [OpenTelemetry Contrib - v0.85.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.85.0)
* [Java auto-instrumentation - 1.30.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.30.0)
* [.NET auto-instrumentation - 1.0.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/1.0.0)
* [Node.JS - 0.41.1](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-0.41.1)
* [Python - 0.40b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/0.40b0)
* [Go - v0.3.0-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.3.0-alpha)
* [ApacheHTTPD - 1.0.3](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.3)

## 0.84.0

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|---------------------|
| v0.85.0 | v1.19 to v1.28 | v1 |
| v0.84.0 | v1.19 to v1.28 | v1 |
| v0.83.0 | v1.19 to v1.27 | v1 |
| v0.82.0 | v1.19 to v1.27 | v1 |
Expand All @@ -616,7 +617,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.64.1 | v1.19 to v1.25 | v1 |
| v0.63.1 | v1.19 to v1.25 | v1 |
| v0.62.1 | v1.19 to v1.25 | v1 |
| v0.61.0 | 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.85.0 | @pavolloffay |
| v0.86.0 | @VineethReddy02 |
| v0.87.0 | @TylerHelmuth |
| v0.88.0 | @swiatekm-sumo |
| v0.89.0 | @frzifus |
| v0.90.0 | @jaronoff97 |
| v0.91.0 | @yuriolisa |
| v0.92.0 | @pavolloffay |
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-09-18T13:46:11Z"
createdAt: "2023-09-20T15:05:15Z"
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.84.0
name: opentelemetry-operator.v0.85.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -288,7 +288,7 @@ spec:
- --zap-log-level=info
- --zap-time-encoding=rfc3339nano
- --feature-gates=+operator.autoinstrumentation.go
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.84.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.85.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -395,7 +395,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.84.0
version: 0.85.0
webhookdefinitions:
- admissionReviewVersions:
- v1
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.84.0
opentelemetry-collector=0.85.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.84.0
operator=0.85.0

# Represents the current release of the Target Allocator.
targetallocator=0.84.0
targetallocator=0.85.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.84.0
operator-opamp-bridge=0.85.0

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

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

0 comments on commit 7dbb29a

Please sign in to comment.