Skip to content

Commit a595f5c

Browse files
authored
Update supported tested k8s versions to match kind 0.10.0 (#634)
* Update supported tested k8s versions to match kind 0.10.0 - Removed end-of-life v1.17 - Updated testing for v1.18 to v1.18.15 - Updated testing for v1.19 to v1.19.7 - Updated testing for v1.20 to v1.20.2 * Update README with supported k8s version
1 parent 37b5794 commit a595f5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
export GOPATH=$HOME/go
3232
export PATH=$PATH:$GOPATH/bin
3333
make install-tools
34-
kind create cluster --image kindest/node:v1.20.0
34+
kind create cluster --image kindest/node:v1.20.2
3535
kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.crds.yaml
3636
# Create CRD PodMonitor without running Prometheus operator
3737
curl https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/master/bundle.yaml | sed "s/replicas: 1$/replicas: 0/" | kubectl apply -f -
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
strategy:
4646
matrix:
47-
k8s: [v1.17.11, v1.18.8, v1.19.4, v1.20.0]
47+
k8s: [v1.18.15, v1.19.7, v1.20.2]
4848
rabbitmq-image:
4949
- rabbitmq:3.8.8-management
5050
- rabbitmq:3.8.9-management
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@v2
7878
- name: kubectl rabbitmq tests
7979
env:
80-
K8S_VERSION: v1.20.0
80+
K8S_VERSION: v1.20.2
8181
run: |
8282
export GOPATH=$HOME/go
8383
export PATH=$PATH:$GOPATH/bin

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ under `site/kubernetes`.
3737

3838
## Supported Versions
3939

40-
The operator deploys RabbitMQ `3.8.14` by default, and supports versions from `3.8.8` upwards. The operator requires Kubernetes `1.17` or newer.
40+
The operator deploys RabbitMQ `3.8.14` by default, and supports versions from `3.8.8` upwards. The operator requires Kubernetes `1.18` or newer.
4141

4242
## Versioning
4343

0 commit comments

Comments
 (0)