Skip to content

Commit

Permalink
Bump cert manager to 1.8.0 (#905)
Browse files Browse the repository at this point in the history
* Add Yuri Oliveira as Operator Approver

Signed-off-by: Yuri Sa <[email protected]>

* Add compatibility with cert-manager 1.8.0

Signed-off-by: Yuri Sa <[email protected]>

* Including Cert-Manager Kind Versions

* Add compatibility with cert-manager 1.6.3

Signed-off-by: Yuri Sa <[email protected]>
  • Loading branch information
yuriolisa authored Jun 8, 2022
1 parent 4b895db commit eccfb67
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ KIND_CONFIG ?= kind-$(KUBE_VERSION).yaml

OPERATOR_SDK_VERSION ?= 1.17.0

CERTMANAGER_VERSION ?= 1.6.1
CERTMANAGER_VERSION ?= 1.8.0

ifndef ignore-not-found
ignore-not-found = false
Expand Down
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,27 +297,27 @@ The OpenTelemetry Operator *might* work on versions outside of the given range,

| OpenTelemetry Operator | Kubernetes | Cert-Manager |
|------------------------|----------------------|----------------------|
| v0.51.0 | v1.19 to v1.23 | 1.6.1 |
| v0.50.0 | v1.19 to v1.23 | 1.6.1 |
| v0.49.0 | v1.19 to v1.23 | 1.6.1 |
| v0.48.0 | v1.19 to v1.23 | 1.6.1 |
| v0.47.0 | v1.19 to v1.23 | 1.6.1 |
| v0.46.0 | v1.19 to v1.23 | 1.6.1 |
| v0.45.0 | v1.21 to v1.23 | 1.6.1 |
| v0.44.0 | v1.21 to v1.23 | 1.6.1 |
| v0.43.0 | v1.21 to v1.23 | 1.6.1 |
| v0.42.0 | v1.21 to v1.23 | 1.6.1 |
| v0.41.1 | v1.21 to v1.23 | 1.6.1 |
| v0.41.0 | v1.20 to v1.22 | 1.6.1 |
| v0.40.0 | v1.20 to v1.22 | 1.6.1 |
| v0.39.0 | v1.20 to v1.22 | 1.6.1 |
| v0.38.0 | v1.20 to v1.22 | 1.6.1 |
| v0.37.1 | v1.20 to v1.22 | v1.4.0 to v1.6.1 |
| v0.37.0 | v1.20 to v1.22 | v1.4.0 to v1.5.4 |
| v0.36.0 | v1.20 to v1.22 | v1.4.0 to v1.5.4 |
| v0.35.0 | v1.20 to v1.22 | v1.4.0 to v1.5.4 |
| v0.34.0 | v1.20 to v1.22 | v1.4.0 to v1.5.4 |
| v0.33.0 | v1.20 to v1.22 | v1.4.0 to v1.5.4 |
| v0.51.0 | v1.19 to v1.23 | v1alpha2 |
| v0.50.0 | v1.19 to v1.23 | v1alpha2 |
| v0.49.0 | v1.19 to v1.23 | v1alpha2 |
| v0.48.0 | v1.19 to v1.23 | v1alpha2 |
| v0.47.0 | v1.19 to v1.23 | v1alpha2 |
| v0.46.0 | v1.19 to v1.23 | v1alpha2 |
| v0.45.0 | v1.21 to v1.23 | v1alpha2 |
| v0.44.0 | v1.21 to v1.23 | v1alpha2 |
| v0.43.0 | v1.21 to v1.23 | v1alpha2 |
| v0.42.0 | v1.21 to v1.23 | v1alpha2 |
| v0.41.1 | v1.21 to v1.23 | v1alpha2 |
| v0.41.0 | v1.20 to v1.22 | v1alpha2 |
| v0.40.0 | v1.20 to v1.22 | v1alpha2 |
| v0.39.0 | v1.20 to v1.22 | v1alpha2 |
| v0.38.0 | v1.20 to v1.22 | v1alpha2 |
| v0.37.1 | v1.20 to v1.22 | v1alpha2 |
| v0.37.0 | v1.20 to v1.22 | v1alpha2 |
| v0.36.0 | v1.20 to v1.22 | v1alpha2 |
| v0.35.0 | v1.20 to v1.22 | v1alpha2 |
| v0.34.0 | v1.20 to v1.22 | v1alpha2 |
| v0.33.0 | v1.20 to v1.22 | v1alpha2 |

## Contributing and Developing

Expand Down

0 comments on commit eccfb67

Please sign in to comment.