rohitagg2020

Results 24 comments of rohitagg2020

Few steps came out of discussion: 1. See how the other tools do it. Do they specify range or separate field for Min and Max version. Also check if multiple...

Thanks @mamachanko for pointing it out. `--diff-ui-alpha` is an advanced feature. We will see how to enrich the command/documentation to add more context.

Thanks @scothis for bringing it up. We will revisit the docs and add the example so that user has reference while using `ownershipLabelRules`

@sethiyash Can you make the changes we discussed so that we dont end up generating 2 images with different sha sum for same release.

@sethiyash Do you think we should add a test like `installing kapp-controller` to ensure that generated package installs successfully before the github action exits?

Fixed: https://github.com/vmware-tanzu/carvel-kapp-controller/pull/885

@matteo-magni I have tried it and it seems ytt failed in version `0.40.0` as well. But `kctrl pkg release` continue to move onto next step. From version `0.41.2`, kctrl exits...

We have received the feedback after v0.40.0 release to handle and propagate the errors. I will close this issue if there is no action item.

Related PR: https://github.com/vmware-tanzu/carvel-kapp-controller/pull/834

While bumping up the controller-runtime library (which also bump k8s.io/apiserver), it is observed that for k8s < 1.30, Create/Update/Delete doesn't work on Package and Packagemetadata resource while everything works perfectly...