Skip to content

v0.46.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Feb 11:36
· 234 commits to develop since this release
3486b0b

✨ What's new

  • Performance enhancements
    • For recorded app, reduced API calls to identify App resources during diff stage.
    • Reduced calls to identify transient resources.
  • Allow users to add labels on app-group
    • e.g. kapp app-group deploy {DIR} --labels x=y
  • Added filtering by label and age on kapp ls
    • Filter on labels: e.g. --filter-labels x=y
    • Filter by age: kapp ls --filter-age 5m+
  • Disable kapp.k14s.io/original annotation when resource size exceeds K8s annotation value limit, allowing kapp deploy to proceed instead of failing.
  • In the progress log, indicate if the deletion step is waiting for finalizers to be removed.

📂 Files Checksum

7a3e5235689a9cc6d0e85ba66db3f1e57ab65323d3111e0867771111d2b0c1a3  ./kapp-darwin-amd64
5fd36b56a7d8e8f99214f2e8096bd7f293492e0ffba98cb14611150efa113f4f  ./kapp-darwin-arm64
130f648cd921761b61bb03d7a0f535d1eea26e0b5fc60e2839af73f4ea98e22f  ./kapp-linux-amd64
f40cf819f170ce50632bcb683098a05711d0a2a7110b72eb2754a7fc651eb2f3  ./kapp-linux-arm64
e7c1809049e3a7be958be8a72f8bc739fa8f3a7a03866347c6e5a8e41c134dd2  ./kapp-windows-amd64.exe

🔈 Callouts

Thanks to

  • Dave Protasowski @dprotaso for submitting PR to fix go install

For helping out with this release