Skip to content

Commit

Permalink
Prepare release v0.74.0 (#1608)
Browse files Browse the repository at this point in the history
* Prepare release v0.74.0

Signed-off-by: Pavol Loffay <[email protected]>

* Fix

Signed-off-by: Pavol Loffay <[email protected]>

---------

Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Mar 29, 2023
1 parent 295efe4 commit b7db7c3
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Changes by Version

<!-- next version -->

## 0.74.0

### Components

* [OpenTelemetry Collector - v0.74.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.74.0)
* [OpenTelemetry Contrib - v0.74.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.74.0)
* [Java auto-instrumentation - 1.23.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v1.23.0)
* [Dotnet auto-instrumentation - 0.6.0](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v0.6.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.73.0

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|---------------------|
| v0.74.0 | v1.19 to v1.26 | v1 |
| v0.73.0 | v1.19 to v1.26 | v1 |
| v0.72.0 | v1.19 to v1.26 | v1 |
| v0.71.0 | v1.19 to v1.25 | v1 |
Expand All @@ -448,7 +449,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.53.0 | v1.19 to v1.24 | v1 |
| v0.52.0 | v1.19 to v1.23 | v1 |
| v0.51.0 | v1.19 to v1.23 | v1alpha2 |
| v0.50.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,8 +38,8 @@ The operator should be released within a week after the [OpenTelemetry collector

| Version | Release manager |
|---------|-----------------|
| v0.74.0 | @pavolloffay |
| v0.75.0 | @VineethReddy02 |
| v0.76.0 | @frzifus |
| v0.77.0 | @yuriolisa |
| v0.78.0 | @jaronoff97 |
| v0.79.0 | @pavolloffay |
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-03-23T04:15:54Z"
createdAt: "2023-03-29T08:21:43Z"
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.73.0
name: opentelemetry-operator.v0.74.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.73.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.74.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -414,7 +414,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.73.0
version: 0.74.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.73.0
opentelemetry-collector=0.74.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.73.0
operator=0.74.0

# Represents the current release of the Target Allocator.
targetallocator=0.73.0
targetallocator=0.74.0

# Represents the current release of the Operator OpAMP Bridge.
operator-opamp-bridge=0.73.0
operator-opamp-bridge=0.74.0

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

0 comments on commit b7db7c3

Please sign in to comment.