From b8b268e2f9365d5871a1d1045023439521d9bb34 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Thu, 6 Mar 2025 14:26:12 +0100 Subject: [PATCH] Update version docs and chart base image (#9) --- README.md | 16 +++++++++------- helm/kubernetes-operator/Chart.yaml | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 46cf0ee..77c7b31 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,17 @@ kubectl apply -n netbird -f https://raw.githubusercontent.com/netbirdio/kubernet ``` ### Version -Latest version: v0.1.0 +We have developed and executed tests against Kubernetes v1.31, but it should work with most recent Kubernetes version. + +Latest operator version: v0.1.1. Tested against: -|Distribution|Test status| -|---|---| -|Google GKE|Pass| -|AWS EKS|Pass| -|Azure AKS|Not tested| -|OpenShift|Not tested| +|Distribution|Test status|Kubernetes Version| +|---|---|---| +|Google GKE|Pass|1.31.5| +|AWS EKS|Pass|1.31| +|Azure AKS|Not tested|N/A| +|OpenShift|Not tested|N/A| > We would love community feedback to improve the test matrix. Please submit a PR with your test results. diff --git a/helm/kubernetes-operator/Chart.yaml b/helm/kubernetes-operator/Chart.yaml index 370c351..8130048 100644 --- a/helm/kubernetes-operator/Chart.yaml +++ b/helm/kubernetes-operator/Chart.yaml @@ -3,4 +3,4 @@ name: kubernetes-operator description: A Helm chart for Kubernetes type: application version: 0.1.2 -appVersion: "v0.1.0-rc.3" +appVersion: "0.1.1"