Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e89023e

Browse files
authoredOct 9, 2024··
Preparing release v1.62.0 (#2708)
* Preparing release v1.62.0 Signed-off-by: Ruben Vargas <[email protected]> * update bundle Signed-off-by: Ruben Vargas <[email protected]> --------- Signed-off-by: Ruben Vargas <[email protected]>
1 parent 97e4697 commit e89023e

10 files changed

+23
-17
lines changed
 

‎CHANGELOG.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Changes by Version
22
==================
3+
4+
## v1.62.0 (2024-10-10)
5+
6+
* TRACING-4238 | Fix gatewat 502 timeout ([#2694](https://github.com/jaegertracing/jaeger-operator/pull/2694), [@pavolloffay](https://github.com/pavolloffay))
7+
* feat: added missing test for elasticsearch reconciler ([#2662](https://github.com/jaegertracing/jaeger-operator/pull/2662), [@Ankit152](https://github.com/Ankit152))
8+
39
## v1.61.0 (2024-09-16)
410

511
* 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))

‎RELEASE.md‎

Lines changed: 1 addition & 1 deletion
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.62.0 | [Ruben Vargas](https://github.com/rubenvp8510) |
7069
| 1.63.0 | [Benedikt Bongartz](https://github.com/frzifus) |
7170
| 1.64.0 | [Pavol Loffay](https://github.com/pavolloffay) |
7271
| 1.65.0 | [Israel Blancas](https://github.com/iblancasa) |
72+
| 1.66.0 | [Ruben Vargas](https://github.com/rubenvp8510) |

‎bundle/manifests/jaeger-operator.clusterserviceversion.yaml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ metadata:
1818
capabilities: Deep Insights
1919
categories: Logging & Tracing
2020
certified: "false"
21-
containerImage: quay.io/jaegertracing/jaeger-operator:1.59.0
22-
createdAt: "2024-09-16T07:36:45Z"
21+
containerImage: quay.io/jaegertracing/jaeger-operator:1.62.0
22+
createdAt: "2024-10-09T03:00:10Z"
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.61.0
30+
name: jaeger-operator.v1.62.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.61.0
417+
image: quay.io/jaegertracing/jaeger-operator:1.62.0
418418
livenessProbe:
419419
httpGet:
420420
path: /healthz
@@ -527,11 +527,11 @@ spec:
527527
minKubeVersion: 1.19.0
528528
provider:
529529
name: CNCF
530-
replaces: jaeger-operator.v1.60.0
530+
replaces: jaeger-operator.v1.61.0
531531
selector:
532532
matchLabels:
533533
name: jaeger-operator
534-
version: 1.61.0
534+
version: 1.62.0
535535
webhookdefinitions:
536536
- admissionReviewVersions:
537537
- v1

‎config/manager/kustomization.yaml‎

Lines changed: 1 addition & 1 deletion
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.61.0
8+
newTag: 1.62.0

‎config/manifests/bases/jaeger-operator.clusterserviceversion.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
capabilities: Deep Insights
1616
categories: Logging & Tracing
1717
certified: "false"
18-
containerImage: quay.io/jaegertracing/jaeger-operator:1.59.0
18+
containerImage: quay.io/jaegertracing/jaeger-operator:1.62.0
1919
createdAt: "2023-05-16T04:47:12Z"
2020
description: Provides tracing, monitoring and troubleshooting for microservices-based
2121
distributed systems
@@ -125,7 +125,7 @@ spec:
125125
minKubeVersion: 1.19.0
126126
provider:
127127
name: CNCF
128-
replaces: jaeger-operator.v1.60.0
128+
replaces: jaeger-operator.v1.61.0
129129
selector:
130130
matchLabels:
131131
name: jaeger-operator

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

Lines changed: 1 addition & 1 deletion
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.61.0
8+
image: jaegertracing/all-in-one:1.62.0
99
options:
1010
log-level: debug
1111
query:

‎examples/operator-with-tracing.yaml‎

Lines changed: 2 additions & 2 deletions
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.61.0
20+
image: jaegertracing/jaeger-operator:1.62.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.61.0
44+
image: jaegertracing/jaeger-agent:1.62.0
4545
env:
4646
- name: POD_NAMESPACE
4747
valueFrom:

‎examples/statefulset-manual-sidecar.yaml‎

Lines changed: 1 addition & 1 deletion
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.61.0
26+
image: jaegertracing/jaeger-agent:1.62.0
2727
imagePullPolicy: IfNotPresent
2828
ports:
2929
- containerPort: 5775

‎examples/tracegen.yaml‎

Lines changed: 1 addition & 1 deletion
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.61.0
23+
image: jaegertracing/jaeger-tracegen:1.62.0
2424
args:
2525
- -duration=30m
2626
- -workers=10

‎versions.txt‎

Lines changed: 2 additions & 2 deletions
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.61.0
3+
jaeger=1.62.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.61.0
7+
operator=1.62.0

0 commit comments

Comments
 (0)
Please sign in to comment.