Skip to content

Commit 8a50382

Browse files
authored
Preparing release v1.61.0 (#2682)
* Preparing release v1.61.0 Signed-off-by: Israel Blancas <[email protected]> * Fix replaces Signed-off-by: Israel Blancas <[email protected]> --------- Signed-off-by: Israel Blancas <[email protected]>
1 parent 8df2c91 commit 8a50382

9 files changed

+18
-13
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Changes by Version
22
==================
3+
## v1.61.0 (2024-09-16)
4+
5+
* Bump google.golang.org/grpc from 1.66.0 to 1.66.1 ([#2675](https://github.com/jaegertracing/jaeger-operator/pull/2675), [@dependabot[bot]](https://github.com/apps/dependabot))
6+
* Bump google.golang.org/grpc from 1.65.0 to 1.66.0 ([#2670](https://github.com/jaegertracing/jaeger-operator/pull/2670), [@dependabot[bot]](https://github.com/apps/dependabot))
7+
* Bump the opentelemetry group with 9 updates ([#2668](https://github.com/jaegertracing/jaeger-operator/pull/2668), [@dependabot[bot]](https://github.com/apps/dependabot))
38

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

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The operator should be released within a week after the [Jaeger release](https:/
6666
6767
| Version | Release Manager |
6868
|---------| -------------------------------------------------------- |
69-
| 1.61.0 | [Israel Blancas](https://github.com/iblancasa) |
7069
| 1.62.0 | [Ruben Vargas](https://github.com/rubenvp8510) |
7170
| 1.63.0 | [Benedikt Bongartz](https://github.com/frzifus) |
7271
| 1.64.0 | [Pavol Loffay](https://github.com/pavolloffay) |
72+
| 1.65.0 | [Israel Blancas](https://github.com/iblancasa) |

bundle/manifests/jaeger-operator.clusterserviceversion.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ metadata:
1919
categories: Logging & Tracing
2020
certified: "false"
2121
containerImage: quay.io/jaegertracing/jaeger-operator:1.59.0
22-
createdAt: "2024-08-13T16:22:04Z"
22+
createdAt: "2024-09-16T07:36:45Z"
2323
description: Provides tracing, monitoring and troubleshooting for microservices-based
2424
distributed systems
2525
operators.openshift.io/infrastructure-features: '["disconnected"]'
2626
operators.operatorframework.io/builder: operator-sdk-v1.32.0
2727
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
2828
repository: https://github.com/jaegertracing/jaeger-operator
2929
support: Jaeger Community
30-
name: jaeger-operator.v1.60.1
30+
name: jaeger-operator.v1.61.0
3131
namespace: placeholder
3232
spec:
3333
apiservicedefinitions: {}
@@ -414,7 +414,7 @@ spec:
414414
value: DEBUG
415415
- name: KAFKA-PROVISIONING-MINIMAL
416416
value: "true"
417-
image: quay.io/jaegertracing/jaeger-operator:1.60.1
417+
image: quay.io/jaegertracing/jaeger-operator:1.61.0
418418
livenessProbe:
419419
httpGet:
420420
path: /healthz
@@ -531,7 +531,7 @@ spec:
531531
selector:
532532
matchLabels:
533533
name: jaeger-operator
534-
version: 1.60.1
534+
version: 1.61.0
535535
webhookdefinitions:
536536
- admissionReviewVersions:
537537
- v1

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: quay.io/jaegertracing/jaeger-operator
8-
newTag: 1.60.1
8+
newTag: 1.61.0

examples/all-in-one-with-options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
strategy: allInOne
77
allInOne:
8-
image: jaegertracing/all-in-one:1.60.0
8+
image: jaegertracing/all-in-one:1.61.0
99
options:
1010
log-level: debug
1111
query:

examples/operator-with-tracing.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: jaeger-operator
1818
containers:
1919
- name: jaeger-operator
20-
image: jaegertracing/jaeger-operator:1.60.1
20+
image: jaegertracing/jaeger-operator:1.61.0
2121
ports:
2222
- containerPort: 8383
2323
name: http-metrics
@@ -41,7 +41,7 @@ spec:
4141
- name: OPERATOR_NAME
4242
value: "jaeger-operator"
4343
- name: jaeger-agent
44-
image: jaegertracing/jaeger-agent:1.60.0
44+
image: jaegertracing/jaeger-agent:1.61.0
4545
env:
4646
- name: POD_NAMESPACE
4747
valueFrom:

examples/statefulset-manual-sidecar.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- containerPort: 8080
2424
protocol: TCP
2525
- name: jaeger-agent
26-
image: jaegertracing/jaeger-agent:1.60.0
26+
image: jaegertracing/jaeger-agent:1.61.0
2727
imagePullPolicy: IfNotPresent
2828
ports:
2929
- containerPort: 5775

examples/tracegen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
containers:
2222
- name: tracegen
23-
image: jaegertracing/jaeger-tracegen:1.60.0
23+
image: jaegertracing/jaeger-tracegen:1.61.0
2424
args:
2525
- -duration=30m
2626
- -workers=10

versions.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The Jaeger version to use by default. This is updated manually. Make sure to update the changelog
22
# and add an upgrade procedure (pkg/upgrade) for the new version.
3-
jaeger=1.60.0
3+
jaeger=1.61.0
44

55
# DO NOT EDIT the next value, it is updated automatically during the release.
66
# Represents the current (latest) release of the Jaeger Operator.
7-
operator=1.60.1
7+
operator=1.61.0

0 commit comments

Comments
 (0)