Skip to content

chore(deps): full image refresh (dashboard bumps + Renovate blind spots) - #58

Open
ozeranskii wants to merge 2 commits into
mainfrom
chore/deps-full-refresh
Open

chore(deps): full image refresh (dashboard bumps + Renovate blind spots)#58
ozeranskii wants to merge 2 commits into
mainfrom
chore/deps-full-refresh

Conversation

@ozeranskii

Copy link
Copy Markdown
Contributor

Comprehensive image dependency refresh. Every paired *_SHA256 recomputed from the real artifact and re-verified against upstream checksums (kubectl/packer/pulumi/node, cmake4 vs Kitware published) or archive integrity + version existence (aws-cli/sam/bicep/codeql/ruby/miniconda).

Dashboard bumps — 11 version+SHA256 pairs (kubectl 1.36.3, packer 1.16.0, pulumi 3.254.0, node-tc 22.23.2/24.18.1, aws-cli 2.36.9, sam 1.164.0, bicep 0.46.1, codeql-bundle 2.26.2) + hashless (npm 11.19.0, homebrew 6.0.13, pipx 1.16.3, webpack 5.109.1, webpack-cli 7.2.2, grunt 1.6.3).

Renovate blind spots (unmanaged ARGs drifted vs ubuntu-latest) — stack 3.9.3→3.11.1, miniconda py313→py314_26.5.3-2, ruby 3.3.11→3.3.12, cmake4 4.3.3→4.4.1, setuptools 82.0.1→83.0.0.

GHA/hooks — login-action v4.6.0, scorecard v2.4.4, codeql-action v4.37.4; hadolint v2.15.1, markdownlint-cli2 v0.23.2.

renovate.json pins lerna <10 (parity). Deferred: npm v12, typescript v7. pip-compile re-run was a no-op.

Comprehensive refresh; every paired *_SHA256 recomputed from the real
artifact and re-verified against upstream checksums or archive integrity.

Dashboard bumps:
- kubectl 1.36.3, packer 1.16.0, pulumi 3.254.0, node-tc 22.23.2/24.18.1,
  aws-cli 2.36.9, sam 1.164.0, bicep 0.46.1, codeql-bundle 2.26.2 (+ SHA)
- npm 11.19.0, homebrew 6.0.13, pipx 1.16.3, webpack 5.109.1,
  webpack-cli 7.2.2, grunt 1.6.3 (hashless)
- GHA: docker/login-action v4.6.0, ossf/scorecard-action v2.4.4,
  github/codeql-action v4.37.4; hooks: hadolint v2.15.1, markdownlint v0.23.2

Renovate blind spots (unmanaged ARGs drifted vs ubuntu-latest):
- stack 3.9.3 -> 3.11.1, miniconda py313_26.3.2-2 -> py314_26.5.3-2,
  ruby 3.3.11 -> 3.3.12, cmake4 4.3.3 -> 4.4.1, setuptools 82.0.1 -> 83.0.0

renovate.json: pin lerna <10 (parity). Deferred: npm v12, typescript v7.
The hadolint pre-commit hook pulled ghcr.io/hadolint/hadolint:latest, so a
new release (v2.15) silently broke CI. Pin the image by digest via a local
docker_image hook (Renovate tracks it), and resolve the two findings v2.15
raises:

- DL3066 (non-numeric USER): use the numeric uid directly (USER 1001) — the
  uid is already fixed at 1001 for ARC dind volume ownership and id -un still
  resolves to runner, so this is a real fix, not a suppression.
- SC3054/SC3060: v2.15's shellcheck no longer honors the SHELL bash directive
  and lints the RUN blocks as POSIX sh, false-flagging declare -A arrays and
  ${var/a/b}. Ignored in .hadolint.yaml (the image is bash-only by design).
@ozeranskii
ozeranskii force-pushed the chore/deps-full-refresh branch from 9813bf8 to 78f5e86 Compare July 31, 2026 13:14
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