Skip to content

chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-12#8104

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/oss-v2-open-policy-agent-gatekeeper-3.20.x
Open

chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-12#8104
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/oss-v2-open-policy-agent-gatekeeper-3.20.x

Conversation

@renovate

@renovate renovate Bot commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
oss/v2/open-policy-agent/gatekeeper v3.20.1-4 patch v3.20.1-6v3.20.1-12

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate This pull request was created by renovate label Mar 16, 2026
@renovate renovate Bot requested review from anlandu and nreisch March 16, 2026 21:51
@github-actions github-actions Bot added the components This pull request updates cached components on Linux or Windows VHDs label Mar 16, 2026
@renovate renovate Bot force-pushed the renovate/oss-v2-open-policy-agent-gatekeeper-3.20.x branch from aff3bb4 to 4e9bc23 Compare March 17, 2026 19:06
@renovate renovate Bot changed the title chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-7 chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-8 Mar 20, 2026
@renovate renovate Bot force-pushed the renovate/oss-v2-open-policy-agent-gatekeeper-3.20.x branch from 4e9bc23 to 3797b8f Compare March 20, 2026 16:51
@renovate renovate Bot changed the title chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-8 chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-9 Apr 11, 2026
@renovate renovate Bot force-pushed the renovate/oss-v2-open-policy-agent-gatekeeper-3.20.x branch from 3797b8f to cc10045 Compare April 11, 2026 00:33
@renovate renovate Bot changed the title chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-9 chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-10 Apr 23, 2026
@renovate renovate Bot force-pushed the renovate/oss-v2-open-policy-agent-gatekeeper-3.20.x branch from cc10045 to f2fa3d4 Compare April 23, 2026 11:45
@renovate renovate Bot force-pushed the renovate/oss-v2-open-policy-agent-gatekeeper-3.20.x branch from f2fa3d4 to af6aba4 Compare May 14, 2026 17:03
Copilot AI review requested due to automatic review settings May 14, 2026 17:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@renovate renovate Bot changed the title chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-10 chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-11 May 21, 2026
@renovate renovate Bot force-pushed the renovate/oss-v2-open-policy-agent-gatekeeper-3.20.x branch from af6aba4 to 7566189 Compare May 21, 2026 14:12
@renovate renovate Bot changed the title chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-11 chore(deps): update oss/v2/open-policy-agent/gatekeeper docker tag to v3.20.1-12 Jun 12, 2026
@renovate renovate Bot force-pushed the renovate/oss-v2-open-policy-agent-gatekeeper-3.20.x branch from 7566189 to 7eb735c Compare June 12, 2026 00:09
Copilot AI review requested due to automatic review settings June 12, 2026 00:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@anlandu anlandu enabled auto-merge (squash) June 12, 2026 05:41
@aks-node-assistant

Copy link
Copy Markdown
Contributor

🕵️ AgentBaker Linux Gate Detective — RCA for build 167734976

Pipeline: AKS Linux VHD Build - PR check-in gate (def 119535) · Failed job: Run AgentBaker E2E (Stage e2e, exit code 1)

TL;DR

  • Classification: test-infra flake on shared E2E cluster — NOT caused by this PR.
  • Confidence: High.
  • Recommended action: Re-run the gate. No code change required in this PR.

Failure signature

  • Wiki signature ID: kubenet-v5-node-not-ready-scriptless
  • Pattern: kube.go:195🔴 FAIL: "<vmss>" haven't appeared in k8s API server: context deadline exceeded after the 600s WaitForNodeReady budget; preceded by kube.go:166: error listing nodes: client rate limiter Wait returned an error: context deadline exceeded.
  • Affected shared cluster (dominant): abe2e-kubenet-v5-150ee in abe2e-westus3.
  • Blast radius: 115 / 152 failed tests (≈76%) match this exact signature; 97 of them on the single abe2e-kubenet-v5-150ee cluster. Failures span Ubuntu 22.04 / 24.04 / AzureLinuxV3 / ACL / both scriptless and script-based — i.e. orthogonal to image and scenario.

3-level RCA

  1. Surface — VMSS create + SSH succeed (~140s, VM reaches running state). The Go test client then polls the AKS apiserver for the new node and times out at 600s. Test framework's API client also reports rate-limiter context deadline exceeded, suggesting apiserver throttling/overload on the shared cluster.
  2. Corroboration — same exact signature on the same cluster across unrelated test files / OSes / kubelet configs. ~15 other failures hit other shared clusters (abe2e-latest-kubernetes-version, abe2e-azure-networkisolated-v3, abe2e-azure-network-v4, etc.) with the same kube.go:195 pattern. The remaining 37 failures are heterogeneous (e.g. Test_Ubuntu2404_VHDCaching missing /etc/containerd/config.toml, EntraIDSSH PubkeyAuthentication check, ChronyRestarts_Scriptless env-var diff) and are not the dominant signature.
  3. Challenge — the PR is a Renovate bump of the OPA Gatekeeper container tag (v3.20.1-12) in components.json. Nothing in this diff touches kubelet, CNI, kubenet, node bootstrap, or the apiserver path. No plausible mechanism by which the bump can cause "node never registers in API server". Strongest competing theory (degraded shared cluster state / apiserver overload on abe2e-kubenet-v5-150ee) is fully consistent with the observed cross-scenario blast pattern.

Build-vs-test classification

Test infrastructure (shared cluster). Not a build/VHD/CSE regression.

Strongest remaining alternative

The cluster is not just flaky but actually degraded and needs recreate/cleanup — recurrence count rising suggests this is no longer a one-off.

⚠️ Wiki escalation

This build is the 7th distinct observation of kubenet-v5-node-not-ready-scriptless — crosses the > 6 distinct builds repair-item threshold defined in the wiki contract. A repair item should be opened by the Node Lifecycle SIG to investigate abe2e-kubenet-v5-150ee health.

This comment was posted automatically by the AgentBaker Linux Gate Detective Watcher. No raw logs or secrets are included.

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

Labels

components This pull request updates cached components on Linux or Windows VHDs renovate This pull request was created by renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants