kp v0.5.0
·
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
- Docs found here
- Use patch not update by @tylerphelan in #243
- All commands that modify existing resources will now use
PATCHinstead ofPUTfor http requests. Command names usingupdatehave been changed topatchwhile keepingupdateas an alias:kp clusterstack update->kp clusterstack patchkp lifecycle update->kp lifecycle patch
- All commands that modify existing resources will now use
Breaking changes
- The --output flag will only output v1alpha2 versions of kpack resources.
- When using the
--outputflag 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.
- When using the
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