Skip to content

Commit

Permalink
Prepare Release 0.81.0 (#1897)
Browse files Browse the repository at this point in the history
* Prepare Release 0.81.0

* apply feedback
  • Loading branch information
TylerHelmuth authored Jul 7, 2023
1 parent 41193ff commit b44640f
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 60 deletions.
16 changes: 0 additions & 16 deletions .chloggen/1823-new-catalog-source.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix_sampler-type-required.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/service-ports.yaml

This file was deleted.

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

<!-- next version -->

## 0.81.0

### 💡 Enhancements 💡

- `operator`: Create index image to be used as a Catalog. (#1823)

### 🧰 Bug fixes 🧰

- `operator`: Fix `.sampler.type` being incorrectly required for Instrumentation (#1886)
- `receivers`: Skip service port for scraper receivers (#1866)

### Components

* [OpenTelemetry Collector - v0.81.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.81.0)
* [OpenTelemetry Contrib - v0.81.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.81.0)
* [Java auto-instrumentation - 1.26.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.26.0)
* [.NET auto-instrumentation - 0.7.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.7.0)
* [Node.JS - 0.40.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-v0.40.0)
* [Python - 0.39b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.39b0)
* [Go - 0.2.1-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.2.1-alpha)
* [ApacheHTTPD - 1.0.3](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.3)

## 0.80.0

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|---------------------|
| v0.81.0 | v1.19 to v1.27 | v1 |
| v0.80.0 | v1.19 to v1.27 | v1 |
| v0.79.0 | v1.19 to v1.27 | v1 |
| v0.78.0 | v1.19 to v1.27 | v1 |
Expand All @@ -605,8 +606,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.60.0 | v1.19 to v1.25 | v1 |
| v0.59.0 | v1.19 to v1.24 | v1 |
| v0.58.0 | v1.19 to v1.24 | v1 |
| v0.57.2 | v1.19 to v1.24 | v1 |


## Contributing and Developing

Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Steps to release a new version of the OpenTelemetry Operator:
1. Change the `versions.txt`, so that it lists the target version of the OpenTelemetry Collector (operand), and the desired version for the target allocator and the operator. The `major.minor` should typically match, with the patch portion being possibly different.
2. Change the `autoinstrumentation-*` versions in `versions.txt` as per the latest supported versions in `autoinstrumentation/`.
3. Run `make bundle USER=open-telemetry VERSION=0.38.0`, using the version that will be released.
4. Change the compatibility matrix in the [readme](./README.md) file, using the OpenTelemetry Operator version to be released and the current latest Kubernetes version as the latest supported version.
4. Change the compatibility matrix in the [readme](./README.md) file, using the OpenTelemetry Operator version to be released and the current latest Kubernetes version as the latest supported version. Remove the oldest entry.
5. Add the changes to the changelog. Manually add versions of all operator components.
6. Check the OpenTelemetry Collector's changelog and ensure migration steps are present in `pkg/collector/upgrade`
7. Once the changes above are merged and available in `main`, tag it with the desired version, prefixed with `v`: `v0.38.0`
Expand Down Expand Up @@ -38,9 +38,9 @@ The operator should be released within a week after the [OpenTelemetry collector

| Version | Release manager |
|---------|-----------------|
| v0.81.0 | @TylerHelmuth |
| v0.82.0 | @frzifus |
| v0.83.0 | @yuriolisa |
| v0.84.0 | @jaronoff97 |
| v0.85.0 | @pavolloffay |
| v0.86.0 | @VineethReddy02 |
| v0.87.0 | @TylerHelmuth |
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ metadata:
categories: Logging & Tracing
certified: "false"
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
createdAt: "2023-06-27T04:32:56Z"
createdAt: "2023-07-05T18:15:51Z"
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.80.0
name: opentelemetry-operator.v0.81.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -308,7 +308,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.80.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.81.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -415,7 +415,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.80.0
version: 0.81.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
8 changes: 4 additions & 4 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.80.0
opentelemetry-collector=0.81.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.80.0
operator=0.81.0

# Represents the current release of the Target Allocator.
targetallocator=0.80.0
targetallocator=0.81.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.80.0
operator-opamp-bridge=0.81.0

# Represents the current release of Java instrumentation.
# Should match autoinstrumentation/java/version.txt
Expand Down

0 comments on commit b44640f

Please sign in to comment.