Releases: syntasso/kratix
Releases · syntasso/kratix
v0.75.0
v0.75.0
v0.74.0
v0.74.0
v0.73.0
v0.73.0
v0.72.0
v0.72.0
v0.71.0
v0.71.0
v0.70.0
v0.70.0
v0.69.0
v0.69.0
v0.68.0
v0.68.0
v0.67.0
🚨 Breaking Change
- The way Kratix manages works has changed. If you upgrade your Kratix from a previous version, you will need to manually remove redundant works. They are easily identifiable by not containing a random SHA as a suffix. Targeting your Platform cluster, run:
kubectl get works.platform.kratix.io -A
It should produce an output like the following:
NAMESPACE NAME AGE
default data-example 92m
default data-example-debd4 20m
kratix-platform-system cicd 92m
kratix-platform-system cicd-f21f6 17m
kratix-platform-system cicd-static-deps-d3793 17m
kratix-platform-system data 101m
kratix-platform-system data-850b3 21m
kratix-platform-system data-static-deps-158de 21m
In this example, the following works need to be removed:
- on the
default
namespace:data-example
- on the
kratix-platform-system
namespace:cicd
,data
The remaining works have a random SHA suffix, so they are good.
v0.66.0
v0.66.0