Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-gator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
KUBERNETES_VERSION: ["1.31.6", "1.32.3", "1.33.2"] # Latest available versions of Kubernetes at - https://hub.docker.com/r/kindest/node/tags
KUBERNETES_VERSION: ["1.32.8", "1.33.4", "1.34.0"] # Latest available versions of Kubernetes at - https://hub.docker.com/r/kindest/node/tags
steps:
- name: Harden Runner
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
KUBERNETES_VERSION: ["1.31.6", "1.32.3", "1.33.2"] # Latest available versions of Kubernetes at - https://hub.docker.com/r/kindest/node/tags
KUBERNETES_VERSION: ["1.32.8", "1.33.4", "1.34.0"] # Latest available versions of Kubernetes at - https://hub.docker.com/r/kindest/node/tags
steps:
- name: Harden Runner
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ When contributing to Gatekeeper, maintain clear and human-friendly communication
## CI/CD & Validation

**GitHub Actions Workflows:**
- **`workflow.yaml`** - Main CI pipeline, tests across Kubernetes 1.31-1.33
- **`workflow.yaml`** - Main CI pipeline, tests across Kubernetes 1.32-1.34
- **`unit-test.yaml`** - Dedicated unit test execution
- **`lint.yaml`** - Code quality and formatting checks
- **All workflows must pass** before merge approval
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ VERSION := v3.22.0-beta.0
KIND_VERSION ?= 0.29.0
KIND_CLUSTER_FILE ?= ""
# note: k8s version pinned since KIND image availability lags k8s releases
KUBERNETES_VERSION ?= 1.33.0
KUBERNETES_VERSION ?= 1.34.0
KUSTOMIZE_VERSION ?= 3.8.9
BATS_VERSION ?= 1.12.0
ORAS_VERSION ?= 1.2.3
Expand Down
Loading