Skip to content

chore: bump azure/setup-helm from 4.3.1 to 5.0.0#52

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/azure/setup-helm-5.0.0
Open

chore: bump azure/setup-helm from 4.3.1 to 5.0.0#52
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/azure/setup-helm-5.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 24, 2026

Copy link
Copy Markdown
Contributor

Bumps azure/setup-helm from 4.3.1 to 5.0.0.

Release notes

Sourced from azure/setup-helm's releases.

v5.0.0

Changed

Changelog

Sourced from azure/setup-helm's changelog.

Change Log

[5.0.0] - 2026-03-23

Changed

[4.3.1] - 2025-08-12

Changed

Added

[4.3.0] - 2025-02-15

  • #152 feat: log when restoring from cache
  • #157 Dependencies Update
  • #137 Add dependabot

[4.2.0] - 2024-04-15

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Mar 24, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from a team as a code owner March 24, 2026 18:16
brandonrc added a commit that referenced this pull request Apr 27, 2026
…#85)

Closes iac#82.

The DinD daemon.json on ARC runners listed only the dogfood Docker Hub
cache as an insecure-registries entry. Ephemeral test-namespace
backends at `artifact-keeper-backend.test-${RUN_ID}.svc.cluster.local:8080`
fell outside that allowlist, so dockerd refused plain-HTTP push/pull
to them. Concrete impact: artifact-keeper-test#52's
test-docker-native-client.sh pre-flight-skipped on every CI run with
"dockerd has no insecure-registries entry". With RELEASE_GATE=1
(set in PR #52 round 3), that skip turns into a hard fail.

Approach: add Rocky's Kubernetes service CIDR (10.96.0.0/12) to the
insecure-registries list. dockerd does not support hostname wildcards
(no `*.svc.cluster.local`), but it does support CIDR for IPs. The
service network covers every in-cluster Service ClusterIP, so all
ephemeral test backends are reachable.

Risk: in-cluster-only. The service network is not routable from
outside the cluster, so this widens the allowlist to ports/services
that are already exposed to in-cluster pods anyway. No new attack
surface.

Configmap applied live on Rocky. Existing runner pods keep the old
daemon.json until they respawn (post-current-job); new pods pick up
the widened allowlist immediately.
@brandonrc

Copy link
Copy Markdown
Contributor

@dependabot rebase

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

Missing linked issue

This PR does not reference a tracking issue in its body. Every PR must link to an issue in this repository so we can trace work back to a planned change.

How to fix

  1. Edit the PR description and add a line like Closes #123, Fixes #123, or Resolves #123 referring to an open issue in artifact-keeper/artifact-keeper-iac.
  2. Save the description. This check will re-run automatically.

Accepted keywords (case-insensitive, any tense): close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved.

Policy reference: see the PR template.

Maintainer bypass: apply the no-issue-required label to this PR to skip the check (use sparingly, e.g. for trivial typo fixes or release-tag chores).

Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.3.1 to 5.0.0.
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-helm@1a275c3...dda3372)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/azure/setup-helm-5.0.0 branch from fe37806 to dc6576a Compare June 3, 2026 17:09
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.

1 participant