Preparing release v1.62.0 (#2708)

* Preparing release v1.62.0

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>

* update bundle

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>

---------

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
This commit is contained in:
Ruben Vargas 2024-10-09 08:08:07 -06:00 committed by GitHub
parent 97e4697733
commit e89023e7cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 23 additions and 17 deletions

View File

@ -1,5 +1,11 @@
Changes by Version
==================
## v1.62.0 (2024-10-10)
* TRACING-4238 | Fix gatewat 502 timeout ([#2694](https://github.com/jaegertracing/jaeger-operator/pull/2694), [@pavolloffay](https://github.com/pavolloffay))
* feat: added missing test for elasticsearch reconciler ([#2662](https://github.com/jaegertracing/jaeger-operator/pull/2662), [@Ankit152](https://github.com/Ankit152))
## v1.61.0 (2024-09-16)
* 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))

View File

@ -66,7 +66,7 @@ The operator should be released within a week after the [Jaeger release](https:/
| Version | Release Manager |
|---------| -------------------------------------------------------- |
| 1.62.0 | [Ruben Vargas](https://github.com/rubenvp8510) |
| 1.63.0 | [Benedikt Bongartz](https://github.com/frzifus) |
| 1.64.0 | [Pavol Loffay](https://github.com/pavolloffay) |
| 1.65.0 | [Israel Blancas](https://github.com/iblancasa) |
| 1.66.0 | [Ruben Vargas](https://github.com/rubenvp8510) |

View File

@ -18,8 +18,8 @@ metadata:
capabilities: Deep Insights
categories: Logging & Tracing
certified: "false"
containerImage: quay.io/jaegertracing/jaeger-operator:1.59.0
createdAt: "2024-09-16T07:36:45Z"
containerImage: quay.io/jaegertracing/jaeger-operator:1.62.0
createdAt: "2024-10-09T03:00:10Z"
description: Provides tracing, monitoring and troubleshooting for microservices-based
distributed systems
operators.openshift.io/infrastructure-features: '["disconnected"]'
@ -27,7 +27,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/jaegertracing/jaeger-operator
support: Jaeger Community
name: jaeger-operator.v1.61.0
name: jaeger-operator.v1.62.0
namespace: placeholder
spec:
apiservicedefinitions: {}
@ -414,7 +414,7 @@ spec:
value: DEBUG
- name: KAFKA-PROVISIONING-MINIMAL
value: "true"
image: quay.io/jaegertracing/jaeger-operator:1.61.0
image: quay.io/jaegertracing/jaeger-operator:1.62.0
livenessProbe:
httpGet:
path: /healthz
@ -527,11 +527,11 @@ spec:
minKubeVersion: 1.19.0
provider:
name: CNCF
replaces: jaeger-operator.v1.60.0
replaces: jaeger-operator.v1.61.0
selector:
matchLabels:
name: jaeger-operator
version: 1.61.0
version: 1.62.0
webhookdefinitions:
- admissionReviewVersions:
- v1

View File

@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/jaegertracing/jaeger-operator
newTag: 1.61.0
newTag: 1.62.0

View File

@ -15,7 +15,7 @@ metadata:
capabilities: Deep Insights
categories: Logging & Tracing
certified: "false"
containerImage: quay.io/jaegertracing/jaeger-operator:1.59.0
containerImage: quay.io/jaegertracing/jaeger-operator:1.62.0
createdAt: "2023-05-16T04:47:12Z"
description: Provides tracing, monitoring and troubleshooting for microservices-based
distributed systems
@ -125,7 +125,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: CNCF
replaces: jaeger-operator.v1.60.0
replaces: jaeger-operator.v1.61.0
selector:
matchLabels:
name: jaeger-operator

View File

@ -5,7 +5,7 @@ metadata:
spec:
strategy: allInOne
allInOne:
image: jaegertracing/all-in-one:1.61.0
image: jaegertracing/all-in-one:1.62.0
options:
log-level: debug
query:

View File

@ -17,7 +17,7 @@ spec:
serviceAccountName: jaeger-operator
containers:
- name: jaeger-operator
image: jaegertracing/jaeger-operator:1.61.0
image: jaegertracing/jaeger-operator:1.62.0
ports:
- containerPort: 8383
name: http-metrics
@ -41,7 +41,7 @@ spec:
- name: OPERATOR_NAME
value: "jaeger-operator"
- name: jaeger-agent
image: jaegertracing/jaeger-agent:1.61.0
image: jaegertracing/jaeger-agent:1.62.0
env:
- name: POD_NAMESPACE
valueFrom:

View File

@ -23,7 +23,7 @@ spec:
- containerPort: 8080
protocol: TCP
- name: jaeger-agent
image: jaegertracing/jaeger-agent:1.61.0
image: jaegertracing/jaeger-agent:1.62.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5775

View File

@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: tracegen
image: jaegertracing/jaeger-tracegen:1.61.0
image: jaegertracing/jaeger-tracegen:1.62.0
args:
- -duration=30m
- -workers=10

View File

@ -1,7 +1,7 @@
# The Jaeger version to use by default. This is updated manually. Make sure to update the changelog
# and add an upgrade procedure (pkg/upgrade) for the new version.
jaeger=1.61.0
jaeger=1.62.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.61.0
operator=1.62.0