diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e50c616..3e63c36c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ Changes by Version ================== +## 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)) +* 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)) +* Bump the opentelemetry group with 9 updates ([#2668](https://github.com/jaegertracing/jaeger-operator/pull/2668), [@dependabot[bot]](https://github.com/apps/dependabot)) ## 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)) diff --git a/RELEASE.md b/RELEASE.md index 86848a8e0..6cb4c7619 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -66,7 +66,7 @@ The operator should be released within a week after the [Jaeger release](https:/ | Version | Release Manager | |---------| -------------------------------------------------------- | -| 1.61.0 | [Israel Blancas](https://github.com/iblancasa) | | 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) | diff --git a/bundle/manifests/jaeger-operator.clusterserviceversion.yaml b/bundle/manifests/jaeger-operator.clusterserviceversion.yaml index 1a56d0dec..e0d664df9 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.59.0 - createdAt: "2024-08-13T16:22:04Z" + createdAt: "2024-09-16T07:36:45Z" 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.60.1 + name: jaeger-operator.v1.61.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.60.1 + image: quay.io/jaegertracing/jaeger-operator:1.61.0 livenessProbe: httpGet: path: /healthz @@ -531,7 +531,7 @@ spec: selector: matchLabels: name: jaeger-operator - version: 1.60.1 + version: 1.61.0 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index f528786d3..31af62245 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.60.1 + newTag: 1.61.0 diff --git a/examples/all-in-one-with-options.yaml b/examples/all-in-one-with-options.yaml index 6e76a1d2c..dbe4dfc2f 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.60.0 + image: jaegertracing/all-in-one:1.61.0 options: log-level: debug query: diff --git a/examples/operator-with-tracing.yaml b/examples/operator-with-tracing.yaml index f0115af42..64f764558 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.60.1 + image: jaegertracing/jaeger-operator:1.61.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.60.0 + image: jaegertracing/jaeger-agent:1.61.0 env: - name: POD_NAMESPACE valueFrom: diff --git a/examples/statefulset-manual-sidecar.yaml b/examples/statefulset-manual-sidecar.yaml index 66b92afe1..000d5b00a 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.60.0 + image: jaegertracing/jaeger-agent:1.61.0 imagePullPolicy: IfNotPresent ports: - containerPort: 5775 diff --git a/examples/tracegen.yaml b/examples/tracegen.yaml index fb78110cf..2c80bb54d 100644 --- a/examples/tracegen.yaml +++ b/examples/tracegen.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: tracegen - image: jaegertracing/jaeger-tracegen:1.60.0 + image: jaegertracing/jaeger-tracegen:1.61.0 args: - -duration=30m - -workers=10 diff --git a/versions.txt b/versions.txt index 351a1487e..e5e5f2547 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.60.0 +jaeger=1.61.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.1 +operator=1.61.0