Soumik Majumder
Soumik Majumder
**Describe the problem/challenge you have** As of today, `kapp app-change list -a app_name` lists the duration of changes deployed for an application and displays a summary of the operations performed....
A set of changes intended to improve the observability that the `app-change` feature offers while improving how users interact with stored app changes. This epic currently includes these issues: -...
**Describe the problem/challenge you have** We do not have a command allowing easy decluttering of app-changes through `kapp` as of today. **Describe the solution you'd like** - The `app-change delete`...
**Describe the problem/challenge you have** As of today, on renaming an app using `kapp rename` the app-change config maps are not renamed and lost. They are not moved when the...
This resolves the bugs observed [here](https://lift.sonatype.com/result/bhamail/harbor/01FHG1B5AJ8MXCH0A05BMBNWWT?t=CustomTool%20%22Bandit%22%7Cjinja2_autoescape_false) by Sonatype Lift.
Checklist: - [x] Tutorial for packaging upstream release artifact - [x] Tutorial for packaging from local directory - [x] Command reference (separate PR: #509 ) - [x] init - [x]...
- [x] Ensure that the packages/repositories generated are installable after the generation - [x] Cover more cases (right now we only have a case covering packaging the upstream mongo helm...
Tasks at hand: - [x] Refactor vendor utils to be a scoped struct with associated functions - [x] Refactor workflows to move away from the step interface and update them...
#### What this PR does / why we need it: Add flags which allow overlaying of package content while creating package installs. #### Which issue(s) this PR fixes: Fixes #674...
**Describe the problem/challenge you have** Allow users to supply an overlay file or inline (simiolar to how we handle values file) that can be fed into the `ext.packaging.carvel.dev/ytt-paths-from-secret-name` annotation. **Describe...