Kratix Versions Save

Kratix is an open-source framework for building platforms

v0.75.0

2 weeks ago

v0.74.0

2 weeks ago

v0.73.0

2 weeks ago

v0.72.0

2 weeks ago

v0.71.0

3 weeks ago

v0.70.0

3 weeks ago

v0.69.0

3 weeks ago

v0.68.0

3 weeks ago

v0.67.0

1 month ago

🚨 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

1 month ago