diff --git a/CHANGELOG.md b/CHANGELOG.md index 3516fec40..2d32beb5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ Changes by Version ================== + +1.31.0 (2022-02-09) +------------------- +* Fix panic caused by an invalid type assertion ([#1738](https://github.com/jaegertracing/jaeger-operator/pull/1738), [@frzifus](https://github.com/frzifus)) +* Add ES autoprovisioning CR metric ([#1728](https://github.com/jaegertracing/jaeger-operator/pull/1728), [@rubenvp8510](https://github.com/rubenvp8510)) +* Use Elasticsearch provisioning from OpenShift Elasticsearch operator ([#1708](https://github.com/jaegertracing/jaeger-operator/pull/1708), [@pavolloffay](https://github.com/pavolloffay)) + 1.30.0 (2022-01-18) ------------------- * Only expose the query-http[s] port in the OpenShift route ([#1719](https://github.com/jaegertracing/jaeger-operator/pull/1719), [@rkukura](https://github.com/rkukura)) @@ -14,7 +21,6 @@ Changes by Version * Add support for IBM Power (ppc64le) arch ([#1672](https://github.com/jaegertracing/jaeger-operator/pull/1672), [@Abhijit-Mane](https://github.com/Abhijit-Mane)) * util.Truncate add the values to the truncated after the excess is 0 ([#1678](https://github.com/jaegertracing/jaeger-operator/pull/1678), [@mmatache](https://github.com/mmatache)) - 1.29.1 (2021-12-15) ------------------- * Register oschema for openshift resources ([#1673](https://github.com/jaegertracing/jaeger-operator/pull/1673), [@rubenvp8510](https://github.com/rubenvp8510)) diff --git a/README.md b/README.md index d982ed065..9ba041a9f 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,19 @@ The official documentation for the Jaeger Operator, including all its customizat The following table shows the compatibility of jaeger operator with different components, in this particular case we shows Kubernetes and Strimzi operator compatibility -| Jaeger Operator | Kubernetes | Strimzi Operator | -|-----------------|----------------------|--------------------- -| v1.24 | v1.19, v1.20, v1.21 | v0.23 | -| v1.23 | v1.19, v1.20, v1.21 | v0.19, v0.20 | -| v1.22 | v1.18 to v1.20 | v0.19 | +| Jaeger Operator | Kubernetes | Strimzi Operator | +|-----------------|----------------------|-------------------------------| +| v1.31 | v1.19, v1.20, v1.21 | v0.23, 0.24, 0.25, 0.26, 0.27 | +| v1.30 | v1.19, v1.20, v1.21 | v0.23, 0.24, 0.25, 0.26, 0.27 | +| v1.29 | v1.19, v1.20, v1.21 | v0.23, 0.24, 0.25, 0.26, 0.27 | +| v1.28 | v1.19, v1.20, v1.21 | v0.23, 0.24, 0.25, 0.26, 0.27 | +| v1.27 | v1.19, v1.20, v1.21 | v0.23, 0.24, 0.25, 0.26, 0.27 | +| v1.26 | v1.19, v1.20, v1.21 | v0.23, 0.24, 0.25, 0.26, 0.27 | +| v1.25 | v1.19, v1.20, v1.21 | v0.23, 0.24, 0.25, 0.26, 0.27 | +| v1.24 | v1.19, v1.20, v1.21 | v0.23, 0.24, 0.25, 0.26, 0.27 | +| v1.23 | v1.19, v1.20, v1.21 | v0.19, v0.20 | +| v1.22 | v1.18 to v1.20 | v0.19 | + ### Jaeger Operator vs. Jaeger diff --git a/bundle/manifests/jaeger-operator.clusterserviceversion.yaml b/bundle/manifests/jaeger-operator.clusterserviceversion.yaml index 56e2a5772..628251218 100644 --- a/bundle/manifests/jaeger-operator.clusterserviceversion.yaml +++ b/bundle/manifests/jaeger-operator.clusterserviceversion.yaml @@ -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.30.0 + name: jaeger-operator.v1.31.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -401,7 +401,7 @@ spec: fieldPath: metadata.namespace - name: OPERATOR_NAME value: jaeger-operator - image: quay.io/jaegertracing/jaeger-operator:1.30.0 + image: quay.io/jaegertracing/jaeger-operator:1.31.0 livenessProbe: httpGet: path: /healthz @@ -498,11 +498,11 @@ spec: maturity: alpha provider: name: CNCF - replaces: jaeger-operator.v1.29.1 + replaces: jaeger-operator.v1.30.0 selector: matchLabels: name: jaeger-operator - version: 1.30.0 + version: 1.31.0 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0f249f23e..41c25aa64 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.30.0 + newTag: 1.31.0 diff --git a/config/manifests/bases/jaeger-operator.clusterserviceversion.yaml b/config/manifests/bases/jaeger-operator.clusterserviceversion.yaml index 960606470..37b75c235 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.29.1 + replaces: jaeger-operator.v1.30.0 selector: matchLabels: name: jaeger-operator diff --git a/versions.txt b/versions.txt index 3197f4d6f..bde78a8be 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.30.0 +jaeger=1.31.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.30.0 +operator=1.31.0