Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let dependabot consider all references of the alpine and pause images when opening PRs to bump their version #207

Open
plkokanov opened this issue Dec 9, 2024 · 0 comments
Labels
area/dev-productivity Developer productivity related (how to improve development) kind/enhancement Enhancement, improvement, extension priority/4 Priority (lower number equals higher priority)

Comments

@plkokanov
Copy link
Collaborator

plkokanov commented Dec 9, 2024

How to categorize this issue?

/area dev-productivity
/kind enhancement

What would you like to be added:
Currently, dependabot only opens PRs to update the alpine version used to build the rsyslog-relp-echo-server container:

FROM alpine:3.20.3 AS shoot-rsyslog-relp-echo-server

However, alpine is also used in other places: in the images.yaml file, and the lifecycle integration test. This means that developers need to manually bump these versions which can be inconvenient.

Additionally, the pause image in the images.yaml file should also be automatically handled by dependabot.

Why is this needed:
To automate version bumps of all alpine and pause image references and save dev effort.

@gardener-prow gardener-prow bot added area/dev-productivity Developer productivity related (how to improve development) kind/enhancement Enhancement, improvement, extension labels Dec 9, 2024
@plkokanov plkokanov changed the title Let renovate consider all references of the alpine and pause images when opening PRs to bump their version Let dependabot consider all references of the alpine and pause images when opening PRs to bump their version Dec 9, 2024
@plkokanov plkokanov added the priority/4 Priority (lower number equals higher priority) label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dev-productivity Developer productivity related (how to improve development) kind/enhancement Enhancement, improvement, extension priority/4 Priority (lower number equals higher priority)
Projects
None yet
Development

No branches or pull requests

1 participant