@@ -108,18 +108,16 @@ ShinyProxy and the operator for the best experience.
108108
109109## Kubernetes versions
110110
111- | | k8s 1.22.x | k8s >= v1.21.3 | k8s <= v1.21.2 | k8s >= 1.20.10 | k8s <= v1.20.9 | v1.19 | v1.18 | v1.17 | v1.16 | v1.15 | v1.14 |
112- | ----------------| ------------| ----------------| ----------------| ----------------| ----------------| -------| -------| -------| -------| ----- | ----- |
113- | 1.1.0³ | ✓ | ✓ | ✓² | ✓ | ✓² | ✓ | - | - | - | - | - |
114- | 1.0.0 | - | ✓ | ✓² | ✓ | ✓² | ✓ | ✓ | ✓¹ | ✓¹ | -⁴ | -⁴ |
115- | 0.0.1-SNAPSHOT | - | ✓ | ✓² | ✓ | ✓² | ✓ | ✓ | ✓¹ | ✓¹ | ✓¹ | ✓¹ |
111+ | | k8s 1.23.x | k8s 1. 22.x | k8s >= v1.21.3 | k8s <= v1.21.2 | k8s >= 1.20.10 | k8s <= v1.20.9 | v1.19 | v1.18 | v1.17 | v1.16 | v1.15 | v1.14 |
112+ | ----------------| ------------| ------------| ------------ ----| ----------------| ----------------| ----------------| -------| -------| -------| -------| ----- | ----- |
113+ | 1.1.0 | ✓ | ✓ | ✓ | ✓² | ✓ | ✓² | ✓ | - | - | - | - | - |
114+ | 1.0.0 | - | - | ✓ | ✓² | ✓ | ✓² | ✓ | ✓ | ✓¹ | ✓¹ | - | - |
115+ | 0.0.1-SNAPSHOT | - | - | ✓ | ✓² | ✓ | ✓² | ✓ | ✓ | ✓¹ | ✓¹ | ✓¹ | ✓¹ |
116116
117117** Note:**
118118
119119- ¹ requires the use of ` SPO_PROBE_INITIAL_DELAY ` and ` SPO_PROBE_FAILURE_THRESHOL ` due to lack of startup probes
120120- ² requires a workaround, see below.
121- - ³ not yet released; this version will use the ` extensions/v1beta1 ` version of ` Ingress ` which is removed in k8s v1.22, but only available from v1.19
122- - ⁴ version 1.0.0 uses version ` apiextensions.k8s.io/v1 ` of the ` CustomResourceDefinition ` resource, which does not exists in versions before v1.16
123121
124122### Workaround for bug in Kubernetes
125123
@@ -155,7 +153,16 @@ Be aware of these changes when updating to version 1.0.0:
155153 When creating resources with version ` openanalytics.eu/v1alpha1 ` , Kubernetes
156154 will automatically convert these to use version ` openanalytics.eu/v1 ` .
157155
156+ ### Update to 1.1.0
158157
158+ Be aware of these changes when updating to version 1.0.0:
159+
160+ - starting with this version, the operator uses the ` networking.k8s.io/v1 `
161+ version of the Ingress resource. Therefore, this version is compatible with
162+ Kubernetes 1.22 or later and requires at least Kubernetes v1.19. In order to
163+ make this possible, the Skipper component was updated and the Skipper
164+ configuration was changed. Make sure to re-import the manifests.
165+ -
159166## Java Version
160167
161168This project requires JDK 11.
0 commit comments