Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
gatekeeper: [ "3.19.3", "3.20.0" ]
gatekeeper: [ "3.20.1", "3.21.0" ]
engine: [ "cel", "rego" ]
name: "Integration test on Gatekeeper ${{ matrix.gatekeeper }} for ${{ matrix.engine }} policies"
steps:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
strategy:
matrix:
engine: [ "cel", "rego" ]
gatekeeper: [ "3.19.3", "3.20.0" ]
gatekeeper: [ "3.20.1", "3.21.0" ]
name: "Verify assertions in suite.yaml files for ${{ matrix.engine }} policies"
steps:
- name: Harden Runner
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
docker := docker #You can build with podman by doing: make docker=podman
KIND_VERSION ?= 0.29.0
# note: k8s version pinned since KIND image availability lags k8s releases
KUBERNETES_VERSION ?= 1.33.2
KUBERNETES_VERSION ?= 1.34.0
KUSTOMIZE_VERSION ?= 5.7.1
GATEKEEPER_VERSION ?= 3.20.0
GATEKEEPER_VERSION ?= 3.21.0
BATS_VERSION ?= 1.12.0
GATOR_VERSION ?= 3.20.0
GATOR_VERSION ?= 3.21.0
GOMPLATE_VERSION ?= 3.11.6
POLICY_ENGINE ?= rego

Expand Down