Skip to content

Conversation

@medyagh
Copy link
Member

@medyagh medyagh commented Oct 6, 2025

after this PR

changes the image to debian:bookworm-20250929-slim (instead of debian:bookworm-slim)
also the PR title will have the Before/After numbers

$ make update-debian-version cd hack && go run update/debian_version/debian_version.go I1006 14:25:33.440247 9103 update.go:91] The Plan: { "deploy/kicbase/Dockerfile": { "Content": null, "Replace": { "KICBASE_IMAGE=.*": "KICBASE_IMAGE=\"debian:bookworm-20250929-slim\"" } } } 
  • add debian get_version automation
  • fix: update gh workflow automation to use debian to get version
  • fix: fix automtion to track get most recent dated tag

closes #21716

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 6, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: medyagh

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 6, 2025
@medyagh medyagh changed the title deb automation ci: fix kic base bump automation Oct 6, 2025
}
return "", fmt.Errorf("no tag found that matches: bookworm-slim")

// Prefer a dated tag when available.
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems outdated - we fail if we did not find a dated tag.

@k8s-ci-robot
Copy link
Contributor

@medyagh: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-minikube-integration 92ab1c8 link true /test pull-minikube-integration

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@medyagh medyagh merged commit bb8b53f into kubernetes:master Oct 8, 2025
11 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

3 participants