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

Enhance update command to only install patch level updates #11446

Open
Seldaek opened this issue May 1, 2023 Discussed in #11441 · 0 comments
Open

Enhance update command to only install patch level updates #11446

Seldaek opened this issue May 1, 2023 Discussed in #11441 · 0 comments
Labels
Milestone

Comments

@Seldaek
Copy link
Member

Seldaek commented May 1, 2023

Discussed in #11441

Originally posted by MajPay April 28, 2023
Hi!

I was wondering if there are any plans to enhance the update command with a --patch-level-only (example name) flag.

Why would i want something like that?

I know i could use "~1.0.0" to make sure only the patch-level will be updated but i don't want to exclude minor updates from the regular update command. I would need the --patch-level-only flag for automation (CI pipelines). What i am looking for is a way to automatically install updates on a daily basis without risking the app to fail.

minor and major updates often introduce breaking changes that require migrations. Minor updates should not do that but sometimes they do, while patch-level updates won't change any API in 99.9% of the time.

@Seldaek Seldaek added the Feature label May 1, 2023
@Seldaek Seldaek added this to the Nice To Have milestone May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant