Skip to content

Releases: syntasso/kratix-cli

v0.3.0

19 Dec 12:30
9200af9
Compare
Choose a tag to compare

0.3.0 (2024-12-19)

Features

  • go install will now install a kratix binary (#66) (5a84127), closes #65
  • set label&annos from request in operator promise (#64) (c9af9c2)

Bug Fixes

  • create valid workflows for plain promise init (3e979b6)
  • create valid workflows for plain promise init (9d57553)

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