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

Improve Kestra Github + Dockerhub release flow #6939

Open
danlsgiga opened this issue Jan 24, 2025 · 0 comments
Open

Improve Kestra Github + Dockerhub release flow #6939

danlsgiga opened this issue Jan 24, 2025 · 0 comments
Labels
area/devops Needs devops code changes enhancement New feature or request

Comments

@danlsgiga
Copy link

Feature description

Sorry for opening a feature request that is not related to the product itself.

I've been running Kestra to routinely check for newer latest versions of itself and once that happens I open a PR against my repo to get Kestra updated by our CI.
The thing is, your repo CI is tagging even older hotfix releases as latest... for example, right now the latest version is v0.20.13 but v0.19.18 is tagged as latest in the repo.
I can easily add a check in my flow to check if the latest version is higher than the previous one, however, I think tagging latest to the most recent builds causes a lot of confusion.

I'm running on v0.20.13 and getting PRs to "upgrade" to v0.19.18 is causing some confusion 😅

Along with that, I've noticed that Docker images sometimes take a really long time to be pushed to Dockerhub after a release, which caused some issues for us already when tried to upgrade a day after the release and the image was not in Dockerhub yet.

Generally speaking, I can check dockerhub directly before opening a PR in my repo instead of Github, but the timing between github release and dockerhub image push is sometimes a bit too long.

Appreciate if improvements are made in these scenarios! 🙌🏻

@danlsgiga danlsgiga added area/backend Needs backend code changes area/frontend Needs frontend code changes enhancement New feature or request labels Jan 24, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jan 24, 2025
@Skraye Skraye added area/devops Needs devops code changes and removed area/backend Needs backend code changes area/frontend Needs frontend code changes labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devops Needs devops code changes enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants