Skip to content

Commit

Permalink
prepare changelog for release v0.71.0 (#1540)
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed Mar 2, 2023
1 parent 278a55e commit 73d023b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 43 deletions.
16 changes: 0 additions & 16 deletions .chloggen/1479-fix-pprof-endpoint-target-allocator.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/target-alloc-version-bumps.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ Changes by Version

<!-- next version -->

## 0.63.1-125-ga8f00b4

### 🛑 Breaking changes 🛑

- `target allocator`: Updates versions of many dependencies, sets defaults for prometheus operator to work. The breaking change introduced is the new RBAC requirement for "endpointslices" in the "discovery.k8s.io" api group. (#1464)

### 🧰 Bug fixes 🧰

- `target allocator`: Properly handle all types of profiles in the pprof endpoint. Previously, some profiles where unavailable, leading to 404 response. (#1478)

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|---------------------|
| v0.71.0 | v1.19 to v1.25 | v1 |
| v0.70.0 | v1.19 to v1.25 | v1 |
| v0.69.0 | v1.19 to v1.25 | v1 |
| v0.68.0 | v1.19 to v1.25 | v1 |
Expand All @@ -440,7 +441,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.51.0 | v1.19 to v1.23 | v1alpha2 |
| v0.50.0 | v1.19 to v1.23 | v1alpha2 |
| v0.49.0 | v1.19 to v1.23 | v1alpha2 |
| v0.48.0 | v1.19 to v1.23 | v1alpha2 |



Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ The operator should be released within a week after the [OpenTelemetry collector

| Version | Release manager |
|---------|-----------------|
| v0.71.0 | @frzifus |
| v0.72.0 | @yuriolisa |
| v0.73.0 | @jaronoff97 |
| v0.74.0 | @pavolloffay |
| v0.75.0 | @VineethReddy02 |
| v0.75.0 | @VineethReddy02 |
| v0.76.0 | @frzifus |
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: github.com/open-telemetry/opentelemetry-operator
support: OpenTelemetry Community
name: opentelemetry-operator.v0.70.0
name: opentelemetry-operator.v0.71.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -307,7 +307,7 @@ spec:
- --enable-leader-election
- --zap-log-level=info
- --zap-time-encoding=rfc3339nano
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.70.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.71.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -414,7 +414,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.70.0
version: 0.71.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,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.70.0
opentelemetry-collector=0.71.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.70.0
operator=0.71.0

# Represents the current release of the Target Allocator.
targetallocator=0.70.0
targetallocator=0.71.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.70.0
operator-opamp-bridge=0.71.0

# Represents the current release of Java instrumentation.
# Should match autoinstrumentation/java/version.txt
Expand All @@ -31,4 +31,4 @@ autoinstrumentation-dotnet=0.5.0

# Represents the current release of Apache HTTPD instrumentation.
# Should match autoinstrumentation/apache-httpd/version.txt
autoinstrumentation-apache-httpd=1.0.2
autoinstrumentation-apache-httpd=1.0.2

0 comments on commit 73d023b

Please sign in to comment.