From 1aeb7fa1e8d1cf23bf3413fb97cc7f50d61e9c06 Mon Sep 17 00:00:00 2001 From: Igor Soares Date: Thu, 1 Feb 2024 17:03:06 -0300 Subject: [PATCH] Add minimum Kubernetes version supported Add the supported minimum Kubernetes version into the application metadata file. The minimum Kubernetes version is set to 1.24.4 and should be changed accordingly for future application updates. The "supported_k8s_version:minimum" field is optional but it will become mandatory in the near future. This also contains a fix to properly trigger the Tox metadata checks. Test Plan PASS: build-pkgs && build-image PASS: Apply application Story: 2010929 Task: 49503 Change-Id: Ic784988fbcdac7e247701806427ab1d5e12c7520 Signed-off-by: Igor Soares --- .zuul.yaml | 2 -- .../stx-sriov-fec-operator-helm/files/metadata.yaml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3c6245d..644d3e1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -45,8 +45,6 @@ - starlingx/utilities - starlingx/root nodeset: debian-bullseye - files: - - python3-k8sapp-sriov-fec-operator/* vars: tox_envlist: metadata tox_extra_args: -c python3-k8sapp-sriov-fec-operator/k8sapp_sriov_fec_operator/tox.ini diff --git a/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/files/metadata.yaml b/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/files/metadata.yaml index 63e1254..a04efd2 100644 --- a/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/files/metadata.yaml +++ b/stx-sriov-fec-operator-helm/stx-sriov-fec-operator-helm/files/metadata.yaml @@ -6,3 +6,6 @@ helm_repo: HELM_REPLACE_REPO upgrades: auto_update: true + +supported_k8s_version: + minimum: 1.24.4