chore: mise à jour des versions (epic #98)#108
Open
bgauduch wants to merge 4 commits into
Open
Conversation
… unpin apt packages Updated ARG DEBIAN_VERSION from bookworm-20231120-slim to bookworm-20260421-slim. Removed version pins on APT packages (ca-certificates, curl, gnupg, unzip, git, jq) and added # pinned by Renovate comment for future automated updates. https://claude.ai/code/session_01RsmDFm6w4jVXwvzmRd9BCv
…awscli versions Removed EOL Terraform versions: 0.11.15, 0.12.31, 0.13.7, 0.14.11. Added latest Terraform patch versions: 1.7.5, 1.8.5, 1.9.8, 1.10.5, 1.11.4. Added AWS CLI versions: 2.22.35, 2.27.50, 2.34.34. Closes #98 https://claude.ai/code/session_01RsmDFm6w4jVXwvzmRd9BCv
…versions Added SHA256SUMS and .sig files for Terraform versions: 1.7.5, 1.8.5, 1.9.8, 1.10.5, 1.11.4. Added .zip.sig files for AWS CLI versions: 2.22.35, 2.27.50, 2.34.34. https://claude.ai/code/session_01RsmDFm6w4jVXwvzmRd9BCv
Updated actions/checkout v3 -> v4 in all workflows. Updated docker/setup-qemu-action v2 -> v3 in all workflows. Updated docker/setup-buildx-action v2 -> v3 in all workflows. Updated docker/build-push-action v4 -> v6 in all workflows. Updated peter-evans/dockerhub-description v3 -> v4. Updated hadolint/hadolint 2.12.0-alpine -> 2.14.0-alpine in dev.sh. https://claude.ai/code/session_01RsmDFm6w4jVXwvzmRd9BCv
This was referenced Jun 14, 2026
bgauduch
added a commit
that referenced
this pull request
Jun 25, 2026
## Summary Roadmap **Phase 1** — drop EOL Terraform (implements ADR-0004). ## Changes - Remove Terraform `0.11`–`0.15` from `supported_versions.json` - Remove their signature material under `security/` ## ADR - [x] No new ADR — implements existing **ADR-0004**. `adr-not-needed` applied (touches `supported_versions.json`). ## Notes - Shrinks the build matrix and maintenance surface; older immutable image tags remain pullable. - Follow-up (out of scope here): an orphan `security/terraform_1.5.2_*` set exists (1.5.2 isn't in `supported_versions.json`) — to be cleaned with the version refresh (#108) / `validate-supported-versions`. https://claude.ai/code/session_01EESGRwTzyd1G16yv7R2Eqd --- _Generated by [Claude Code](https://claude.ai/code/session_01EESGRwTzyd1G16yv7R2Eqd)_ Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Résumé des changements
Cette PR implémente l'epic #98 en mettant à jour toutes les versions du projet.
1. Image de base Debian
bookworm-20231120-slimversbookworm-20260421-slim(dernier tag disponible)2. Packages APT
# pinned by Renovatepour permettre la gestion automatique future3. supported_versions.json
4. Fichiers de sécurité
Téléchargement des fichiers de vérification pour les nouvelles versions :
5. GitHub Actions
actions/checkout: v3 → v4 (tous les workflows)docker/setup-qemu-action: v2 → v3docker/setup-buildx-action: v2 → v3docker/build-push-action: v4 → v6peter-evans/dockerhub-description: v3 → v46. Hadolint
hadolint/hadolint:2.12.0-alpine→2.14.0-alpinedansdev.shPlan de test
supported_versions.jsonCloses #98
https://claude.ai/code/session_01RsmDFm6w4jVXwvzmRd9BCv
Generated by Claude Code