Skip to content

Commit

Permalink
Release 0.78 (#1792)
Browse files Browse the repository at this point in the history
* release the operator

* update changelog and versions

* remove last compat

* Fix changelog

* more chlog
  • Loading branch information
jaronoff97 authored Jun 2, 2023
1 parent 7216fca commit 70f22dc
Show file tree
Hide file tree
Showing 16 changed files with 46 additions and 192 deletions.
16 changes: 0 additions & 16 deletions .chloggen/1444-apache-httpd-final-v1.0.2.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions .chloggen/1560-add-custom-metrics-support.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/1777-override-label.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/add-resources-requirements-target-allocator.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/bump-oteljs-versions.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/bump-python-version.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/default_limits_for_go_init_container.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix-go-release.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix-pod-annotation-propagation.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix_prometheus_relabel-configs.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/fix_validate-ta-config.yaml

This file was deleted.

35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@ Changes by Version
==================

<!-- next version -->

## 0.78.0

### 💡 Enhancements 💡

- `autoinstrumentaiton/nodejs`: Bump js packages to latest versions (#1791)
- `autoinstrumentation/python`: Bump python packages to 1.18.0/0.39b0 (#1790)
- `operator`: Added all webhook instrumentation logic, e2e tests, readme (#1444)
- `Autoscaler`: Support scaling on Pod custom metrics. (#1560)
- `targetallocator`: Set resource requests/limits for TargetAllocator (#1103)
- `operator`: provide default resource limits for go sidecar container (#1732)
- `operator`: Propagate Metadata.Annotations to PodSpec.Annotations (#900)
- `operator`: Improve config validation for prometheus receiver and target allocator (#1581)

### 🧰 Bug fixes 🧰

- `operator`: fixes a previously undocumented behavior that a collector could not override the collector's app name (#1777)
- `operator`: Fix issue where the operator's released image did not correctly set the default go auto-instrumentation version (#1757)
- `pkg/collector, pkg/targetallocator`: fix issues related to prometheus relabel configs when target allocator is enabled (#958, #1622, #1623)

### Components

* [OpenTelemetry Collector - v0.78.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.78.0)
* [OpenTelemetry Contrib - v0.78.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.78.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.39.1](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-v0.39.1)
* [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.2](https://github.com/open-telemetry/opentelemetry-cpp-contrib/releases/tag/webserver%2Fv1.0.2)

## 0.77.0

### 💡 Enhancements 💡
Expand All @@ -21,7 +52,7 @@ Changes by Version
* [OpenTelemetry Contrib - v0.77.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.77.0)
* [Java auto-instrumentation - 1.25.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.25.0)
* [.NET auto-instrumentation - 0.7.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.7.0)
* [Node.JS - 0.37.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-v0.38.0)
* [Node.JS - 0.38.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-v0.38.0)
* [Python - 0.38b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.38b0)
* [Go - 0.2.1-alpha](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.2.1-alpha)

Expand Down Expand Up @@ -54,7 +85,7 @@ Changes by Version
* [OpenTelemetry Contrib - v0.76.1](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.76.1)
* [Java auto-instrumentation - 1.25.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.25.0)
* [.NET auto-instrumentation - 0.7.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.7.0)
* [Node.JS - 0.37.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-v0.38.0)
* [Node.JS - 0.38.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-v0.38.0)
* [Python - 0.38b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.38b0)

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|---------------------|
| v0.78.0 | v1.19 to v1.27 | v1 |
| v0.77.0 | v1.19 to v1.26 | v1 |
| v0.76.1 | v1.19 to v1.26 | v1 |
| v0.75.0 | v1.19 to v1.26 | v1 |
Expand All @@ -593,7 +594,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.57.2 | v1.19 to v1.24 | v1 |
| v0.56.0 | v1.19 to v1.24 | v1 |
| v0.55.0 | v1.19 to v1.24 | v1 |
| v0.54.0 | 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 @@ -3,7 +3,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 `auto-instrumentation/`.
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 file, using the OpenTelemetry Operator version to be released and the current latest Kubernetes version as the latest supported version.
5. Add the changes to the changelog. Manually add versions of all operator components.
Expand Down Expand Up @@ -38,9 +38,9 @@ The operator should be released within a week after the [OpenTelemetry collector

| Version | Release manager |
|---------|-----------------|
| v0.78.0 | @jaronoff97 |
| v0.79.0 | @pavolloffay |
| v0.80.0 | @VineethReddy02 |
| v0.81.0 | @TylerHelmuth |
| v0.82.0 | @frzifus |
| v0.83.0 | @yuriolisa |
| v0.84.0 | @jaronoff97 |
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-05-31T15:42:55Z"
createdAt: "2023-06-01T18:31:31Z"
description: Provides the OpenTelemetry components, including the Collector
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: github.com/open-telemetry/opentelemetry-operator
support: OpenTelemetry Community
name: opentelemetry-operator.v0.77.0
name: opentelemetry-operator.v0.78.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.77.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.78.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -415,7 +415,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.77.0
version: 0.78.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
12 changes: 6 additions & 6 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
# 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.77.0
opentelemetry-collector=0.78.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.77.0
operator=0.78.0

# Represents the current release of the Target Allocator.
targetallocator=0.77.0
targetallocator=0.78.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.77.0
operator-opamp-bridge=0.78.0

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

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

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

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

0 comments on commit 70f22dc

Please sign in to comment.