From 1fea91861f7b878fb75d4378814db67d010a4f1e Mon Sep 17 00:00:00 2001 From: Ruben Vargas Date: Wed, 17 Jan 2024 08:13:36 -0600 Subject: [PATCH] Preparing release v1.58.0 (#2432) Signed-off-by: Ruben Vargas --- CHANGELOG.md | 6 ++++++ .../jaeger-operator.clusterserviceversion.yaml | 10 +++++----- config/manager/kustomization.yaml | 2 +- .../bases/jaeger-operator.clusterserviceversion.yaml | 2 +- examples/all-in-one-with-options.yaml | 2 +- examples/operator-with-tracing.yaml | 4 ++-- examples/statefulset-manual-sidecar.yaml | 2 +- examples/tracegen.yaml | 2 +- versions.txt | 4 ++-- 9 files changed, 20 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c63bbd0..9572eb45f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changes by Version ================== +## V1.53.0 (2024-01-17) +* Choose the newer autoscaling version by default ([#2374](https://github.com/jaegertracing/jaeger-operator/pull/2374), [@iblancasa](https://github.com/iblancasa)) +* Upgrade operator-sdk to 1.32.0 ([#2388](https://github.com/jaegertracing/jaeger-operator/pull/2388), [@iblancasa](https://github.com/iblancasa)) +* Fix containerImage field and remove statement about failing CI ([#2386](https://github.com/jaegertracing/jaeger-operator/pull/2386), [@iblancasa](https://github.com/iblancasa)) +* Fix injection: prefer jaeger in the same namespace ([#2383](https://github.com/jaegertracing/jaeger-operator/pull/2383), [@pavolloffay](https://github.com/pavolloffay)) + ## v1.52.0 (2023-12-07) * Add missing container security context settings and tests ([#2354](https://github.com/jaegertracing/jaeger-operator/pull/2354), [@tingeltangelthomas](https://github.com/tingeltangelthomas)) diff --git a/bundle/manifests/jaeger-operator.clusterserviceversion.yaml b/bundle/manifests/jaeger-operator.clusterserviceversion.yaml index 625156f22..1364d3e35 100644 --- a/bundle/manifests/jaeger-operator.clusterserviceversion.yaml +++ b/bundle/manifests/jaeger-operator.clusterserviceversion.yaml @@ -19,7 +19,7 @@ metadata: categories: Logging & Tracing certified: "false" containerImage: quay.io/jaegertracing/jaeger-operator:1.52.0 - createdAt: "2023-12-19T17:01:11Z" + createdAt: "2023-05-16T04:47:12Z" 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.52.0 + name: jaeger-operator.v1.53.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -407,7 +407,7 @@ spec: value: DEBUG - name: KAFKA-PROVISIONING-MINIMAL value: "true" - image: quay.io/jaegertracing/jaeger-operator:1.52.0 + image: quay.io/jaegertracing/jaeger-operator:1.53.0 livenessProbe: httpGet: path: /healthz @@ -519,11 +519,11 @@ spec: maturity: alpha provider: name: CNCF - replaces: jaeger-operator.v1.51.0 + replaces: jaeger-operator.v1.52.0 selector: matchLabels: name: jaeger-operator - version: 1.52.0 + version: 1.53.0 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1daf826b3..eb28b6ccd 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: quay.io/jaegertracing/jaeger-operator - newTag: 1.52.0 + newTag: 1.53.0 diff --git a/config/manifests/bases/jaeger-operator.clusterserviceversion.yaml b/config/manifests/bases/jaeger-operator.clusterserviceversion.yaml index 67bbdd105..eb3b015d0 100644 --- a/config/manifests/bases/jaeger-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/jaeger-operator.clusterserviceversion.yaml @@ -124,7 +124,7 @@ spec: maturity: alpha provider: name: CNCF - replaces: jaeger-operator.v1.51.0 + replaces: jaeger-operator.v1.52.0 selector: matchLabels: name: jaeger-operator diff --git a/examples/all-in-one-with-options.yaml b/examples/all-in-one-with-options.yaml index 4029a1cc8..4f5b68f9d 100644 --- a/examples/all-in-one-with-options.yaml +++ b/examples/all-in-one-with-options.yaml @@ -5,7 +5,7 @@ metadata: spec: strategy: allInOne allInOne: - image: jaegertracing/all-in-one:1.52.0 + image: jaegertracing/all-in-one:1.53.0 options: log-level: debug query: diff --git a/examples/operator-with-tracing.yaml b/examples/operator-with-tracing.yaml index 85796cfb8..7ecf6b697 100644 --- a/examples/operator-with-tracing.yaml +++ b/examples/operator-with-tracing.yaml @@ -17,7 +17,7 @@ spec: serviceAccountName: jaeger-operator containers: - name: jaeger-operator - image: jaegertracing/jaeger-operator:1.52.0 + image: jaegertracing/jaeger-operator:1.53.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.52.0 + image: jaegertracing/jaeger-agent:1.53.0 env: - name: POD_NAMESPACE valueFrom: diff --git a/examples/statefulset-manual-sidecar.yaml b/examples/statefulset-manual-sidecar.yaml index 88b6d5d21..04a6575ef 100644 --- a/examples/statefulset-manual-sidecar.yaml +++ b/examples/statefulset-manual-sidecar.yaml @@ -23,7 +23,7 @@ spec: - containerPort: 8080 protocol: TCP - name: jaeger-agent - image: jaegertracing/jaeger-agent:1.52.0 + image: jaegertracing/jaeger-agent:1.53.0 imagePullPolicy: IfNotPresent ports: - containerPort: 5775 diff --git a/examples/tracegen.yaml b/examples/tracegen.yaml index 1b5677061..fab3a1c26 100644 --- a/examples/tracegen.yaml +++ b/examples/tracegen.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: tracegen - image: jaegertracing/jaeger-tracegen:1.52.0 + image: jaegertracing/jaeger-tracegen:1.53.0 args: - -duration=30m - -workers=10 diff --git a/versions.txt b/versions.txt index c286ecf3c..f4ad8c082 100644 --- a/versions.txt +++ b/versions.txt @@ -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.52.0 +jaeger=1.53.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.52.0 +operator=1.53.0