Skip to content
Snippets Groups Projects
Commit 2648d6fc authored by Philip Gough's avatar Philip Gough
Browse files

Update support matrix and ci to include 1.26

parent 61047f93
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,7 @@ jobs: ...@@ -85,6 +85,7 @@ jobs:
kind-image: kind-image:
- 'kindest/node:v1.28.0' - 'kindest/node:v1.28.0'
- 'kindest/node:v1.27.3' - 'kindest/node:v1.27.3'
- 'kindest/node:v1.26.6'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
......
...@@ -5,17 +5,17 @@ on: ...@@ -5,17 +5,17 @@ on:
schedule: schedule:
- cron: '37 7 * * 1' - cron: '37 7 * * 1'
env: env:
golang-version: '1.19' golang-version: '1.20'
jobs: jobs:
versions: versions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
branch: branch:
- 'release-0.9'
- 'release-0.10' - 'release-0.10'
- 'release-0.11' - 'release-0.11'
- 'release-0.12' - 'release-0.12'
- 'release-0.13'
- 'main' - 'main'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
......
...@@ -45,7 +45,7 @@ The following Kubernetes versions are supported and work as we test against thes ...@@ -45,7 +45,7 @@ The following Kubernetes versions are supported and work as we test against thes
| [`release-0.10`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.10) | ✔ | ✔ | ✗ | ✗ | x | x | x | | [`release-0.10`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.10) | ✔ | ✔ | ✗ | ✗ | x | x | x |
| [`release-0.11`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.11) | ✗ | ✔ | ✔ | ✗ | x | x | x | | [`release-0.11`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.11) | ✗ | ✔ | ✔ | ✗ | x | x | x |
| [`release-0.12`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.12) | ✗ | ✗ | ✔ | ✔ | x | x | x | | [`release-0.12`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.12) | ✗ | ✗ | ✔ | ✔ | x | x | x |
| [`release-0.13`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.13) | ✗ | ✗ | ✗ | x | x | ✔ | ✔ | | [`release-0.13`](https://github.com/prometheus-operator/kube-prometheus/tree/release-0.13) | ✗ | ✗ | ✗ | x | | ✔ | ✔ |
| [`main`](https://github.com/prometheus-operator/kube-prometheus/tree/main) | ✗ | ✗ | ✗ | x | x | ✔ | ✔ | | [`main`](https://github.com/prometheus-operator/kube-prometheus/tree/main) | ✗ | ✗ | ✗ | x | x | ✔ | ✔ |
## Quickstart ## Quickstart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment