Skip to content

Commit

Permalink
Release v0.56.0 (#997)
Browse files Browse the repository at this point in the history
* Release v0.56.0

Signed-off-by: Yuri Sa <[email protected]>

* Included Kevin's PR

Signed-off-by: Yuri Sa <[email protected]>
  • Loading branch information
yuriolisa authored Jul 25, 2022
1 parent c33b88f commit b18ddf1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes by Version
==================

0.56.0
-------------------
### 💡 Enhancements 💡
* Upgrade operator-sdk ([#982](https://github.com/open-telemetry/opentelemetry-operator/pull/982), [@yuriolisa](https://github.com/yuriolisa))
* build and push dotnet-auto-instrumentation image ([#989](https://github.com/open-telemetry/opentelemetry-operator/pull/989), [@avadhut123pisal](https://github.com/avadhut123pisal)
* Change Horizontal Pod Autoscaler to scale on OpenTelemetry Collector … ([#984](https://github.com/open-telemetry/opentelemetry-operator/pull/984), [@kevinearls](https://github.com/kevinearls))
#### OpenTelemetry Collector and Contrib
* [OpenTelemetry Collector - v0.56.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.56.0)
* [OpenTelemetry Contrib - v0.56.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.56.0)

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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|----------------------|
| 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 |
| v0.53.0 | v1.19 to v1.24 | v1 |
Expand All @@ -317,7 +318,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.39.0 | v1.20 to v1.22 | v1alpha2 |
| v0.38.0 | v1.20 to v1.22 | v1alpha2 |
| v0.37.1 | v1.20 to v1.22 | v1alpha2 |
| v0.37.0 | v1.20 to v1.22 | v1alpha2 |


## Contributing and Developing
Expand Down
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.55.0
name: opentelemetry-operator.v0.56.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -282,7 +282,7 @@ spec:
- args:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.55.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.56.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -392,7 +392,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.55.0
version: 0.56.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 2 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# 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.55.0
opentelemetry-collector=0.56.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.55.0
operator=0.56.0

# Represents the current release of the Target Allocator.
targetallocator=0.1.0
Expand Down

0 comments on commit b18ddf1

Please sign in to comment.