Skip to content

Releases: syntasso/kratix-cli

v0.2.1

20 Sep 16:31
Compare
Choose a tag to compare

0.2.1 (2024-09-20)

Bug Fixes

  • build a statically linked binary (2dbcc96)

v0.2.0

13 Sep 14:04
0a16c55
Compare
Choose a tag to compare

0.2.0 (2024-09-13)

Features

Chores/Bug Fixes

  • build helm image multi arch (410e279)
  • bump the resource class to medium when running tests (2c976c8)
  • construct the correct docker push command (8e6467e)
  • ensure 'build promise' does not fail when there are no workflows and when logging that no promise.yaml has been found (0dd8a90)
  • error gracefully when no workflows exist when building a container (d0a2810)
  • error if the --name flag specifies a non-existent container name (63aaefa)
  • handle no promise or workflow file existing (725c8c2)
  • increase no_output_timeout for helm operator tests (29e4dac)
  • make 'build container' command description more descriptive (e6f5b99)
  • refactor parsing args logic (e7ebf52)
  • update buildx example with build args (2c69014)
  • handle single file dependencies with the --image flag (824a5f1)

v0.1.0

30 Jul 10:39
2a7101c
Compare
Choose a tag to compare

0.1.0 (2024-07-30)

Features

  • kratix init for initializing a new Promise from a template, Helm chart or
    operator
  • kratix add for adding containers to the Promise
  • kratix build for building the Promise
  • kratix update for updating API, dependencies and destination selectors in
    the Promise