Show changelog when deploying with tag/-l
#804
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When an app is undeployed, I can deploy a later version than has been deployed before, maybe containing breaking changes. I think the only way to determine the previously deployed version is the env version? Based on that I would like:
This might be a bit brittle as the env version might not always be correct, so maybe a warning about this as well? At the very least there should be a hint to check the release notes if
--latestis given.Background: I may have broken my (not backed up) test deployment of authentik because I didn't realize release notes are not shown 😬
Oh damnit, that is indeed a pretty big oversight. Good that you raised this issue! Hope your deployment is not broken 🙏 I guess in the
deploycode path, we can indeed compare the.envversion to thedeployVersionand then make some decisions on what to do. There might also be a way to include this in the deployment overview also.