diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 920d6f43d..a90b8fdb2 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: KUBERNETES_VERSION: ["1.29.2"] - GATEKEEPER_VERSION: ["3.16.0"] + GATEKEEPER_VERSION: ["3.17.0"] uses: ./.github/workflows/e2e-k8s.yml with: k8s_version: ${{ matrix.KUBERNETES_VERSION }} @@ -38,7 +38,7 @@ jobs: fail-fast: false matrix: KUBERNETES_VERSION: ["1.28.12", "1.29.2"] - GATEKEEPER_VERSION: ["3.14.0", "3.15.0", "3.16.0"] + GATEKEEPER_VERSION: ["3.15.0", "3.16.0", "3.17.0"] uses: ./.github/workflows/e2e-k8s.yml with: k8s_version: ${{ matrix.KUBERNETES_VERSION }} @@ -54,7 +54,7 @@ jobs: fail-fast: false matrix: KUBERNETES_VERSION: ["1.28.12", "1.29.2"] - GATEKEEPER_VERSION: ["3.14.0", "3.15.0", "3.16.0"] + GATEKEEPER_VERSION: ["3.15.0", "3.16.0", "3.17.0"] uses: ./.github/workflows/e2e-aks.yml with: k8s_version: ${{ matrix.KUBERNETES_VERSION }} diff --git a/.github/workflows/e2e-aks.yml b/.github/workflows/e2e-aks.yml index a5700a861..c710833fc 100644 --- a/.github/workflows/e2e-aks.yml +++ b/.github/workflows/e2e-aks.yml @@ -14,7 +14,7 @@ on: gatekeeper_version: description: 'Gatekeeper version' required: true - default: '3.16.0' + default: '3.17.0' type: string jobs: diff --git a/.github/workflows/e2e-k8s.yml b/.github/workflows/e2e-k8s.yml index 4736406d5..a04d7f7c8 100644 --- a/.github/workflows/e2e-k8s.yml +++ b/.github/workflows/e2e-k8s.yml @@ -14,7 +14,7 @@ on: gatekeeper_version: description: 'Gatekeeper version' required: true - default: '3.16.0' + default: '3.17.0' type: string jobs: diff --git a/.github/workflows/run-full-validation.yml b/.github/workflows/run-full-validation.yml index 930400c43..6f4892a30 100644 --- a/.github/workflows/run-full-validation.yml +++ b/.github/workflows/run-full-validation.yml @@ -27,7 +27,7 @@ jobs: fail-fast: false matrix: KUBERNETES_VERSION: ["1.28.12", "1.29.2"] - GATEKEEPER_VERSION: ["3.14.0", "3.15.0", "3.16.0"] + GATEKEEPER_VERSION: ["3.15.0", "3.16.0", "3.17.0"] uses: ./.github/workflows/e2e-k8s.yml with: k8s_version: ${{ matrix.KUBERNETES_VERSION }} @@ -42,7 +42,7 @@ jobs: fail-fast: false matrix: KUBERNETES_VERSION: ["1.28.12", "1.29.2"] - GATEKEEPER_VERSION: ["3.14.0", "3.15.0", "3.16.0"] + GATEKEEPER_VERSION: ["3.15.0", "3.16.0", "3.17.0"] uses: ./.github/workflows/e2e-aks.yml with: k8s_version: ${{ matrix.KUBERNETES_VERSION }} diff --git a/Makefile b/Makefile index f6895c911..376a2d170 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ LDFLAGS += -X $(GO_PKG)/internal/version.GitTag=$(GIT_TAG) KIND_VERSION ?= 0.22.0 KUBERNETES_VERSION ?= 1.29.2 KIND_KUBERNETES_VERSION ?= 1.29.2 -GATEKEEPER_VERSION ?= 3.16.0 +GATEKEEPER_VERSION ?= 3.17.0 DAPR_VERSION ?= 1.12.5 COSIGN_VERSION ?= 2.2.3 NOTATION_VERSION ?= 1.2.0 diff --git a/charts/ratify/README.md b/charts/ratify/README.md index 10ec62582..af3600209 100644 --- a/charts/ratify/README.md +++ b/charts/ratify/README.md @@ -77,7 +77,7 @@ Values marked `# DEPRECATED` in the `values.yaml` as well as **DEPRECATED** in t | resources.requests.memory | Memory request of Ratify Deployment | `512Mi` | | serviceAccount.create | Create new dedicated Ratify service account | `true` | | serviceAccount.name | Name of Ratify service account to create | `ratify-admin` | -| gatekeeper.version | Determines the Gatekeeper CRD versioning | `3.16.0` | +| gatekeeper.version | Determines the Gatekeeper CRD versioning | `3.17.0` | | gatekeeper.namespace | Namespace Gatekeeper is installed | `gatekeeper-system` | | instrumentation.metricsEnabled | Initializes the configured metrics provider | `true` | | instrumentation.metricsType | Specifies the metrics provider type | `prometheus` | diff --git a/charts/ratify/values.yaml b/charts/ratify/values.yaml index 2bc52a02d..aa08d898e 100644 --- a/charts/ratify/values.yaml +++ b/charts/ratify/values.yaml @@ -53,7 +53,7 @@ serviceAccount: create: true name: ratify-admin gatekeeper: - version: "3.16.0" + version: "3.17.0" namespace: # default is gatekeeper-system instrumentation: metricsEnabled: true diff --git a/dev.helmfile.yaml b/dev.helmfile.yaml index 0a3f4060a..bec894af9 100644 --- a/dev.helmfile.yaml +++ b/dev.helmfile.yaml @@ -10,7 +10,7 @@ releases: namespace: gatekeeper-system createNamespace: true chart: gatekeeper/gatekeeper - version: 3.16.0 + version: 3.17.0 wait: true set: - name: enableExternalData diff --git a/dev.high-availability.helmfile.yaml b/dev.high-availability.helmfile.yaml index 3436a1c55..29c40fe8a 100644 --- a/dev.high-availability.helmfile.yaml +++ b/dev.high-availability.helmfile.yaml @@ -20,7 +20,7 @@ releases: namespace: gatekeeper-system createNamespace: true chart: gatekeeper/gatekeeper - version: 3.16.0 + version: 3.17.0 wait: true set: - name: enableExternalData diff --git a/scripts/azure-ci-test.sh b/scripts/azure-ci-test.sh index c5c7be9c5..b5ddce9ce 100755 --- a/scripts/azure-ci-test.sh +++ b/scripts/azure-ci-test.sh @@ -28,7 +28,7 @@ export KEYVAULT_NAME="${KEYVAULT_NAME:-ratify-akv-${SUFFIX}}" export USER_ASSIGNED_IDENTITY_NAME="${USER_ASSIGNED_IDENTITY_NAME:-ratify-e2e-identity-${SUFFIX}}" export LOCATION="westus2" export KUBERNETES_VERSION=${1:-1.29.2} -GATEKEEPER_VERSION=${2:-3.16.0} +GATEKEEPER_VERSION=${2:-3.17.0} TENANT_ID=$3 export RATIFY_NAMESPACE=${4:-gatekeeper-system} CERT_DIR=${5:-"~/ratify/certs"}