diff --git a/CHANGELOG.md b/CHANGELOG.md index 50269977a..53b3f482f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Changes by Version ================== +1.33.0 (2022-04-14) +------------------- +* Adding priority-class for esIndexCleaner ([#1732](https://github.com/jaegertracing/jaeger-operator/pull/1732), [@swapnilpotnis](https://github.com/swapnilpotnis)) +* Fix: webhook deadlock ([#1850](https://github.com/jaegertracing/jaeger-operator/pull/1850), [@frzifus](https://github.com/frzifus)) +* Fix: take namespace modifications into account ([#1839](https://github.com/jaegertracing/jaeger-operator/pull/1839), [@frzifus](https://github.com/frzifus)) +* Replace deployment reconciler with webhook ([#1828](https://github.com/jaegertracing/jaeger-operator/pull/1828), [@frzifus](https://github.com/frzifus)) +* Add managed by metric ([#1831](https://github.com/jaegertracing/jaeger-operator/pull/1831), [@rubenvp8510](https://github.com/rubenvp8510)) +* Fix admissionReviews version for operator-sdk upgrade ([#1827](https://github.com/jaegertracing/jaeger-operator/pull/1827), [@kevinearls](https://github.com/kevinearls)) +* Make RHOL Elasticsearch cert-management feature optional ([#1824](https://github.com/jaegertracing/jaeger-operator/pull/1824), [@pavolloffay](https://github.com/pavolloffay)) +* Update the operator-sdk to v1.17.0 ([#1825](https://github.com/jaegertracing/jaeger-operator/pull/1825), [@kevinearls](https://github.com/kevinearls)) +* Fix metrics selectors ([#1742](https://github.com/jaegertracing/jaeger-operator/pull/1742), [@rubenvp8510](https://github.com/rubenvp8510)) + 1.32.0 (2022-03-09) ------------------- diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md new file mode 100644 index 000000000..1dfb33c08 --- /dev/null +++ b/COMPATIBILITY.md @@ -0,0 +1,17 @@ +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.33 | v1.19, v1.20, v1.21 | v0.23 | +| v1.32 | v1.19, v1.20, v1.21 | v0.23 | +| v1.31 | v1.19, v1.20, v1.21 | v0.23 | +| v1.30 | v1.19, v1.20, v1.21 | v0.23 | +| v1.29 | v1.19, v1.20, v1.21 | v0.23 | +| v1.28 | v1.19, v1.20, v1.21 | v0.23 | +| v1.27 | v1.19, v1.20, v1.21 | v0.23 | +| v1.26 | v1.19, v1.20, v1.21 | v0.23 | +| v1.25 | v1.19, v1.20, v1.21 | v0.23 | +| 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 | diff --git a/README.md b/README.md index 321390b7b..b69040599 100644 --- a/README.md +++ b/README.md @@ -37,23 +37,7 @@ CRD-API documentation can be found [here](./docs/api.md). ## Compatibility matrix -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 | Cert-Manager | -|-----------------|----------------------------|-------------------------------|--------------| -| v1.32 | v1.19, v1.20, v1.21, v1.22 | v0.23, 0.24, 0.25, 0.26, 0.27 | v1.6.1 | -| v1.31 | v1.19, v1.20, v1.21, v1.22 | v0.23, 0.24, 0.25, 0.26, 0.27 | v1.6.1 | -| v1.30 | v1.19, v1.20, v1.21, v1.22 | v0.23, 0.24, 0.25, 0.26, 0.27 | | -| v1.29 | v1.19, v1.20, v1.21, v1.22 | v0.23, 0.24, 0.25, 0.26, 0.27 | | -| v1.28 | v1.19, v1.20, v1.21, v1.22 | v0.23, 0.24, 0.25, 0.26, 0.27 | | -| v1.27 | v1.19, v1.20, v1.21, v1.22 | v0.23, 0.24, 0.25, 0.26, 0.27 | | -| v1.26 | v1.19, v1.20, v1.21, v1.22 | v0.23, 0.24, 0.25, 0.26, 0.27 | | -| v1.25 | v1.19, v1.20, v1.21, v1.22 | 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 | | - +See the compatibility matrix [here](./COMPATIBILITY.md). ### Jaeger Operator vs. Jaeger diff --git a/bundle/manifests/jaeger-operator.clusterserviceversion.yaml b/bundle/manifests/jaeger-operator.clusterserviceversion.yaml index e4cbea4d4..21ebbae68 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.32.0 + name: jaeger-operator.v1.33.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -403,7 +403,7 @@ spec: fieldPath: metadata.namespace - name: OPERATOR_NAME value: jaeger-operator - image: quay.io/jaegertracing/jaeger-operator:1.32.0 + image: quay.io/jaegertracing/jaeger-operator:1.33.0 livenessProbe: httpGet: path: /healthz @@ -518,11 +518,11 @@ spec: maturity: alpha provider: name: CNCF - replaces: jaeger-operator.v1.31.0 + replaces: jaeger-operator.v1.32.0 selector: matchLabels: name: jaeger-operator - version: 1.32.0 + version: 1.33.0 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0c693707b..a99054658 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.32.0 + newTag: 1.33.0 diff --git a/config/manifests/bases/jaeger-operator.clusterserviceversion.yaml b/config/manifests/bases/jaeger-operator.clusterserviceversion.yaml index 1b5fc6aa1..943f36c9c 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.31.0 + replaces: jaeger-operator.v1.32.0 selector: matchLabels: name: jaeger-operator diff --git a/versions.txt b/versions.txt index 1fff92f28..9878ef4e9 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.32.0 +jaeger=1.33.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.32.0 +operator=1.33.0