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

Create custom auto bumper #12153

Open
3 tasks
KacperMalachowski opened this issue Oct 16, 2024 · 0 comments
Open
3 tasks

Create custom auto bumper #12153

KacperMalachowski opened this issue Oct 16, 2024 · 0 comments
Labels
area/tools Issues or PRs related to overall changes in tools

Comments

@KacperMalachowski
Copy link
Contributor

Description

Custom bumper implementation that will automatically detect not only .yaml or .yml, but also terraform configs and github actions. image url's detection in files can be shared together with our image-detector tool to keep it simpler.

Reasons

Currently we're using bumper implementation from k8s team . It doesn't meet our requirement as it's created mainly for updating prow and kubernetes manifests.

Acceptance Criteria

  • Custom way to bump images is created
  • Solution supports both github.com and GitHub Enterprise Server
  • Solution can be run inside github workflow, but can be tested locally as well

Attachments
See current image urls detection: https:/kyma-project/test-infra/tree/main/pkg/extractimageurls
See current bumper implementation: https:/kyma-project/test-infra/tree/main/pkg/github/bumper

@KacperMalachowski KacperMalachowski added the area/tools Issues or PRs related to overall changes in tools label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tools Issues or PRs related to overall changes in tools
Projects
None yet
Development

No branches or pull requests

1 participant