Skip to content

Commit

Permalink
Release v0.70.0 (#1486)
Browse files Browse the repository at this point in the history
* Release v0.70.0
  • Loading branch information
VineethReddy02 authored Feb 17, 2023
1 parent 7e36ccf commit e9f1e4b
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 90 deletions.
16 changes: 0 additions & 16 deletions .chloggen/1413-cache-scrape-config-response.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/1414-adjust-gin-config.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/add-cicd-for-opamp-bridge-container.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/add-operator-opamp-bridge-version-info-to-operator.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/bugfix-statsd-receiver-protocol.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.70.0
------------------
### 💡 Enhancements 💡

- `target allocator`: Save the scrape config response in the HTTP server upon relevant config change, instead of building it on every handler call. At the same time, this avoids data race when accessing the scrape configs map. (#1359)
- `target allocator`: Configure `gin` router to be used in release mode and do not use the default logging middleware which is noisy and not formatted properly. (#1352)
- `github action`: This PR adds github action for publishing the `Operator OpAMP Bridge` container image to Github Container Registry. (#1369)
- `operator`: Add `Operator-OpAMP-Bridge` version info to Operator (#1455)

### 🧰 Bug fixes 🧰

- `statsd-receiver`: Switched the protocol of statsd-receiver to UDP from TCP (#1476)

### Components

* [OpenTelemetry Collector - v0.70.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.70.0)
* [OpenTelemetry Contrib - v0.70.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.70.0)
* [Java auto-instrumentation - 1.23.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.23.0)
* [Dotnet auto-instrumentation - 0.5.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.5.0)
* [Node.JS - 0.34.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-node-v0.34.0)
* [Python - 0.36b0](https://github.com/open-telemetry/opentelemetry-python-contrib/releases/tag/v0.36b0)

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|---------------------|
| 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 |
| v0.67.0 | v1.19 to v1.25 | v1 |
Expand All @@ -431,7 +432,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| 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 |
| v0.47.0 | v1.19 to v1.23 | v1alpha2 |



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

| Version | Release manager |
|---------------------------|
| v0.70.0 | @VineethReddy02 |
| v0.71.0 | @frzifus |
| v0.72.0 | @yuriolisa |
| v0.73.0 | @jaronoff97 |
| v0.74.0 | @pavolloffay |
| v0.75.0 | @VineethReddy02 |

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.69.0
name: opentelemetry-operator.v0.70.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.69.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.70.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -414,7 +414,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.69.0
version: 0.70.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.69.0
opentelemetry-collector=0.70.0

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

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

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

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

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

0 comments on commit e9f1e4b

Please sign in to comment.