Skip to content

Commit

Permalink
Release v0.60.0 (#1100)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Sa <[email protected]>

Signed-off-by: Yuri Sa <[email protected]>
  • Loading branch information
yuriolisa authored Sep 16, 2022
1 parent 5c3e286 commit f825365
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Changes by Version
==================
0.60.0
-------------------
### 🚀 New components 🚀
* .NET - enable bytecode instrumentation ([#1081](https://github.com/open-telemetry/opentelemetry-operator/pull/1081), [@Kielek](https://github.com/Kielek))
* Introduce ability to specify strategies for target allocation ([#1079](https://github.com/open-telemetry/opentelemetry-operator/pull/1079), [@jaronoff97](https://github.com/jaronoff97))
### 💡 Enhancements 💡
* Expose Horizontal Pod Autoscaler Behavior and add hpa scaledown test ([#1077](https://github.com/open-telemetry/opentelemetry-operator/pull/1077), [@kevinearls](https://github.com/kevinearls))
* Utilize .NET AutoInstrumentation docker image v.0.3.1-beta.1 ([#1091](https://github.com/open-telemetry/opentelemetry-operator/pull/1091), [@Kielek](https://github.com/Kielek))
* Update the javaagent version to 1.18.0 ([#1096](https://github.com/open-telemetry/opentelemetry-operator/pull/1096), [@opentelemetrybot](https://github.com/opentelemetrybot))
* Update GetAllTargetsByCollectorAndJob to use TargetItem hash ([#1086](https://github.com/open-telemetry/opentelemetry-operator/pull/1086), [@kelseyma](https://github.com/kelseyma))
* Upgrade kind images and add testing for Kubernetes 1.25 ([#1078](https://github.com/open-telemetry/opentelemetry-operator/pull/1078), [@iblancasa](https://github.com/iblancasa))
* Bump .NET OTel AutoInstrumentation to 0.3.1-beta.1 ([#1085](https://github.com/open-telemetry/opentelemetry-operator/pull/1085), [@Kielek](https://github.com/Kielek))
* Make sure we return the right version when autoscaling v2 is found ([#1075](https://github.com/open-telemetry/opentelemetry-operator/pull/1075), [@kevinearls](https://github.com/kevinearls))
* Add retry loop for client.get of replicaset as that sometimes fails ([#1072](https://github.com/open-telemetry/opentelemetry-operator/pull/1072), [@kevinearls](https://github.com/kevinearls))
#### OpenTelemetry Collector and Contrib
* [OpenTelemetry Collector - v0.60.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.60.0)
* [OpenTelemetry Contrib - v0.60.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.60.0)


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

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|----------------------|
| v0.60.0 | v1.19 to v1.25 | v1 |
| v0.59.0 | v1.19 to v1.24 | v1 |
| v0.58.0 | v1.19 to v1.24 | v1 |
| v0.57.2 | v1.19 to v1.24 | v1 |
Expand All @@ -337,8 +338,6 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,
| v0.42.0 | v1.21 to v1.23 | v1alpha2 |
| v0.41.1 | v1.21 to v1.23 | v1alpha2 |
| v0.41.0 | v1.20 to v1.22 | v1alpha2 |
| v0.40.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.59.0
name: opentelemetry-operator.v0.60.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.59.0
image: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator:0.60.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -392,7 +392,7 @@ spec:
maturity: alpha
provider:
name: OpenTelemetry Community
version: 0.59.0
version: 0.60.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.59.0
opentelemetry-collector=0.60.0

# Represents the current release of the OpenTelemetry Operator.
operator=0.59.0
operator=0.60.0

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

0 comments on commit f825365

Please sign in to comment.