Joe Kimmel
Joe Kimmel
Thanks @voor - it seems like the library we're using is enforcing the [semver 2.0.0 BNF grammar](https://semver.org/#backusnaur-form-grammar-for-valid-semver-versions) which includes the `+` as you show above, and `-` (hyphens) (to designate...
Thanks @GrahamDumpleton ! it sounds like preserving the execute mode bits could present some stumbling blocks but we'll leave that to the initial implementation exploration.
Thanks @GrahamDumpleton!
Thanks @voor we will bring this up at our next team meeting
Thanks for filing this @ProNibs - because you were encouraged to file this issue in slack I've marked it as 'accepted', and I think I understand the ask and use-case...
Thanks @jorgemoralespou - The team that's working in this codebase now didn't write those annotations and we just learned about them through this ticket as well! Would you describe them...
it looks like there's some descriptions in this issue: https://github.com/vmware-tanzu/carvel-kapp-controller/issues/409
Thanks @KauzClay ! This problem of "I want to use change-group apply ordering and dependent-resource annotations across multiple packages" is part of what we mean by [dependency management](https://github.com/vmware-tanzu/carvel-kapp-controller/issues/371). Right now...
@nayan-mistry - thanks for the bug report! When i run `kubectl apply -f https://github.com/vmware-tanzu/carvel-kapp-controller/releases/latest/download/release.yml` against my local minikube it works, so i'm not able to immediately reproduce. Can you describe...
Hi @mpermar - Thanks for this issue! I've also wrestled with apps that didn't want to delete due to various reasons and I agree it can be frustrating. I had...