Skip to content

Releases: syntasso/kratix

v0.75.0

01 May 11:11
Compare
Choose a tag to compare
v0.75.0

v0.74.0

30 Apr 09:09
Compare
Choose a tag to compare
v0.74.0

v0.73.0

29 Apr 10:23
Compare
Choose a tag to compare
v0.73.0

v0.72.0

29 Apr 09:03
Compare
Choose a tag to compare
v0.72.0

v0.71.0

25 Apr 14:49
Compare
Choose a tag to compare
v0.71.0

v0.70.0

24 Apr 13:22
Compare
Choose a tag to compare
v0.70.0

v0.69.0

24 Apr 11:33
Compare
Choose a tag to compare
v0.69.0

v0.68.0

20 Apr 14:38
Compare
Choose a tag to compare
v0.68.0

v0.67.0

16 Apr 14:55
Compare
Choose a tag to compare

🚨 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

15 Apr 17:47
Compare
Choose a tag to compare
v0.66.0