Skip to content

Commit

Permalink
Preparing release v1.31.0 (#1743)
Browse files Browse the repository at this point in the history
* Preparing release v1.31.0

Signed-off-by: Ruben Vargas <[email protected]>

* Update compatibility matrix

Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 authored Feb 11, 2022
1 parent 6354107 commit 030142a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 14 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand All @@ -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))
Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions bundle/manifests/jaeger-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/jaegertracing/jaeger-operator
newTag: 1.30.0
newTag: 1.31.0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 030142a

Please sign in to comment.