Skip to content

v0.16.0

Choose a tag to compare

@cppforlife cppforlife released this 27 Nov 16:59
  • Be more strict when capturing changes against last applied resource
    • This change may require you to add additional rebase rules, as kapp now makes sure that even immediate change after resource update/create is flagged. Only changes made by webhooks are now tolerated.
      • Examples that will need rebase rules to signify that cluster is the source of truth:
        • if HPA is modifying your Deployment's spec.replicas key
        • if RBAC aggregator is aggregating rules and updating ClusterRole's rules key
  • Support custom name key for versioned resources
    • Useful for volumes backed by secrets -- configured via secretName instead of standard name
  • Fix kapp group commands error message
6c89df67562301aff4bf76c700ccbd04a60bccd34adac332e67c518791b2333c  ./kapp-darwin-amd64
d9d03c83a5d0b6463e1b249e14c38aceb121e46094af6040c4596fe932caf181  ./kapp-linux-amd64
987484cc08de527186f93f4959e4da8d6b5284c1d46c0687634459f0560e5b19  ./kapp-windows-amd64.exe

(Installation instructions: https://k14s.io/#install-from-github-release)