Skip to content

Commit

Permalink
Preparing release v1.60.1 (jaegertracing#2654)
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
  • Loading branch information
iblancasa authored Aug 13, 2024
1 parent 5d189e8 commit 15d2127
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changes by Version
==================

## v1.60.0 (2024-08-13)
* Fix Golang version in go.mod ([#2652](https://github.com/jaegertracing/jaeger-operator/pull/2652), [@iblancasa](https://github.com/iblancasa))

## v1.60.0 (2024-08-09)
* Test on k8s 1.30 ([#2647](https://github.com/jaegertracing/jaeger-operator/pull/2647), [@pavolloffay](https://github.com/pavolloffay))
* Bump go to 1.22 and controller-gen to 1.14 ([#2646](https://github.com/jaegertracing/jaeger-operator/pull/2646), [@pavolloffay](https://github.com/pavolloffay))
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/jaeger-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ metadata:
categories: Logging & Tracing
certified: "false"
containerImage: quay.io/jaegertracing/jaeger-operator:1.59.0
createdAt: "2024-08-09T09:12:17Z"
createdAt: "2024-08-13T16:22:04Z"
description: Provides tracing, monitoring and troubleshooting for microservices-based
distributed systems
operators.openshift.io/infrastructure-features: '["disconnected"]'
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/jaegertracing/jaeger-operator
support: Jaeger Community
name: jaeger-operator.v1.60.0
name: jaeger-operator.v1.60.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -414,7 +414,7 @@ spec:
value: DEBUG
- name: KAFKA-PROVISIONING-MINIMAL
value: "true"
image: quay.io/jaegertracing/jaeger-operator:1.60.0
image: quay.io/jaegertracing/jaeger-operator:1.60.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -527,11 +527,11 @@ spec:
minKubeVersion: 1.19.0
provider:
name: CNCF
replaces: jaeger-operator.v1.59.0
replaces: jaeger-operator.v1.60.0
selector:
matchLabels:
name: jaeger-operator
version: 1.60.0
version: 1.60.1
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/jaegertracing/jaeger-operator
newTag: 1.60.0
newTag: 1.60.1
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: CNCF
replaces: jaeger-operator.v1.59.0
replaces: jaeger-operator.v1.60.0
selector:
matchLabels:
name: jaeger-operator
Expand Down
2 changes: 1 addition & 1 deletion examples/operator-with-tracing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: jaeger-operator
containers:
- name: jaeger-operator
image: jaegertracing/jaeger-operator:1.60.0
image: jaegertracing/jaeger-operator:1.60.1
ports:
- containerPort: 8383
name: http-metrics
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jaeger=1.60.0

# DO NOT EDIT the next value, it is updated automatically during the release.
# Represents the current (latest) release of the Jaeger Operator.
operator=1.60.0
operator=1.60.1

0 comments on commit 15d2127

Please sign in to comment.