Skip to content

Commit

Permalink
Release v0.50.0 (#850)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
  • Loading branch information
yuriolisa committed May 9, 2022
1 parent 09b39e3 commit a2e520f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ vendor

# local resources, not to be committed
local
config/manager/kustomization.yaml

# test resources
kubeconfig
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
Changes by Version
==================

0.50.0
-------------------
### 🚀 New components 🚀
* Add resource attributes to collector sidecar ([#832](https://github.com/open-telemetry/opentelemetry-operator/pull/832), [@rubenvp8510](https://github.com/rubenvp8510))
* Create serving certs for headless services on OpenShift (#818) ([#824](https://github.com/open-telemetry/opentelemetry-operator/pull/824), [@rkukura](https://github.com/rkukura))
* [targetallocator] PrometheusOperator CRD MVC ([#653](https://github.com/open-telemetry/opentelemetry-operator/pull/653), [@secustor](https://github.com/secustor))
### 💡 Enhancements 💡
* Set replicas to MaxReplicas if HPA is enabled ([#833](https://github.com/open-telemetry/opentelemetry-operator/pull/833), [@binjip978](https://github.com/binjip978))
* Update sidecar example in README ([#837](https://github.com/open-telemetry/opentelemetry-operator/pull/837), [@erichsueh3](https://github.com/erichsueh3))
### 🧰 Bug fixes 🧰
* Fix Default Image Annotations ([#842](https://github.com/open-telemetry/opentelemetry-operator/pull/842), [@goatsthatcode](https://github.com/goatsthatcode))
* Do not block pod creating on internal error in webhook ([#811](https://github.com/open-telemetry/opentelemetry-operator/pull/811), [@pavolloffay](https://github.com/pavolloffay))
#### OpenTelemetry Collector and Contrib
* [OpenTelemetry Collector - v0.50.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.50.0)
* [OpenTelemetry Contrib - v0.50.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.50.0)
0.49.0
-------------------
### 🚀 New components 🚀
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|----------------------|
| v0.50.0 | v1.19 to v1.23 | 1.6.1 |
| v0.49.0 | v1.19 to v1.23 | 1.6.1 |
| v0.48.0 | v1.19 to v1.23 | 1.6.1 |
| v0.47.0 | v1.19 to v1.23 | 1.6.1 |
Expand All @@ -277,7 +278,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.35.0 | v1.20 to v1.22 | v1.4.0 to v1.5.4 |
| v0.34.0 | v1.20 to v1.22 | v1.4.0 to v1.5.4 |
| v0.33.0 | v1.20 to v1.22 | v1.4.0 to v1.5.4 |
| v0.32.0 (skipped) | n/a | n/a |

## 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.49.0
name: opentelemetry-operator.v0.50.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -297,7 +297,7 @@ spec:
- args:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.49.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.50.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -389,7 +389,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.49.0
version: 0.50.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.49.0
opentelemetry-collector=0.50.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.49.0
operator=0.50.0

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

0 comments on commit a2e520f

Please sign in to comment.