Skip to content

Conversation

Copy link

Copilot AI commented Nov 20, 2025

What this PR does / why we need it:

Updates CI workflows and Makefile to test against the latest two stable Gatekeeper releases and latest Kubernetes version.

Changes:

  • Gatekeeper versions: 3.19.3/3.20.03.20.1/3.21.0 in .github/workflows/workflow.yaml
  • Kubernetes version: 1.33.21.34.0 in Makefile
  • Gator/Gatekeeper versions: 3.20.03.21.0 in Makefile

Which issue(s) does this PR fix (optional, using fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when the PR gets merged):
Fixes #

Special notes for your reviewer:

Verified kindest/node:v1.34.0 image availability. No changes to go.mod or go files per requirements.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/kubernetes-sigs/kind/releases/latest
    • Triggering command: curl -s REDACTED (http block)
  • https://api.github.com/repos/kubernetes/kubernetes/releases
    • Triggering command: curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Update to latest two gatekeeper versions in CI workflow files, update to latest kubernetes version as well in makefile and anywhere else except go.mod and go files.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update CI workflow files and Makefile for latest versions chore: update to Gatekeeper 3.20.1/3.21.0 and Kubernetes 1.34.0 Nov 20, 2025
Copilot AI requested a review from JaydipGabani November 20, 2025 18:31
@JaydipGabani JaydipGabani marked this pull request as ready for review December 1, 2025 19:23
@JaydipGabani JaydipGabani requested a review from a team as a code owner December 1, 2025 19:23
Copilot AI review requested due to automatic review settings December 1, 2025 19:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the CI infrastructure to test against newer versions of Gatekeeper and Kubernetes, ensuring compatibility with the latest stable releases.

Key changes:

  • Gatekeeper test matrix updated from versions 3.19.3/3.20.0 to 3.20.1/3.21.0
  • Kubernetes version bumped from 1.33.2 to 1.34.0
  • Gator and Gatekeeper versions in Makefile synchronized to 3.21.0

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Makefile Updates KUBERNETES_VERSION to 1.34.0, GATEKEEPER_VERSION to 3.21.0, and GATOR_VERSION to 3.21.0 for integration testing
.github/workflows/workflow.yaml Updates Gatekeeper test matrix from [3.19.3, 3.20.0] to [3.20.1, 3.21.0] in both build_test and gator-verify jobs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants