Skip to content

kp v0.5.0

Choose a tag to compare

@kpack-bot kpack-bot released this 31 May 19:47
· 398 commits to 6a9ec3af25bedd9d80cbb8589d50a73a5a8669fa since this release

What's Changed

  • Add v1alpha2 compatibilitiy by @dumez-k in #227
    • Maintain backwards compatibility with kpack installations still using v1alpha1 as the stored kpack api version (before kpack 0.4.0)
  • Use kp config default service account for all relevant resources by @tylerphelan in #238. Resources include:
    • ClusterBuilders
    • ClusterStacks
    • ClusterStores
  • Add additional tags flag to image write commands by @tylerphelan in #242
  • Use patch not update by @tylerphelan in #243
    • All commands that modify existing resources will now use PATCH instead of PUT for http requests. Command names using update have been changed to patch while keeping update as an alias:
      • kp clusterstack update -> kp clusterstack patch
      • kp lifecycle update -> kp lifecycle patch

Breaking changes

  • The --output flag will only output v1alpha2 versions of kpack resources.
    • When using the --output flag on pre-0.4.0 versions of kpack, you should modify the resource yaml to be a v1alpha1 resource before applying it to your cluster.

Full Changelog: v0.4.2...v0.5.0

sha256 67168c5bbdb278e6e63a0f174e42bd87c92ffb203931e18a5daeed24c14e0899  kp-linux-0.5.0
sha256 633b7e93b0d76714058a861c926c0c3592de686fa0054fb45f91e972e7e0d1bf  kp-darwin-0.5.0
sha256 cdffee3128951b32509a3e02db407e1dfe6b0a683da7d42f9ad66a9f83ba6c38  kp-windows-0.5.0.exe