Skip to content

Releases: conduktor/ctl

v0.6.3

16 Sep 13:53
02927d0

Choose a tag to compare

What's Changed

v0.6.2

21 Jul 13:45
eafcba1

Choose a tag to compare

What's Changed

v0.6.1

24 Jun 11:06
9515a93

Choose a tag to compare

What's Changed

  • Fixed an intermittent failure on some apply runs where kind ordering would not be respected. In some scenarios the parent resource is not made before the child (e.g. ApplicationInstances being created before Applications) and the run would fail, this could be fixed by attempting a retry. Fixed an issue where failed runs would not return an exit code, leading to silent failures in CI actions.
    (#109) @emupton

v0.6.0

23 Jun 16:01
8747d39

Choose a tag to compare

What's Changed

Introduced signifcant performance improvements for users applying a significant number of resources with the introduction of a new --parallelism flag to the apply command. This allows users to control the maximum number of concurrent resource apply operations.

  • Change parallel mode to parallelism integer flag and fix kind ordering (#108) @emupton
  • Performance optimisation: Introduce new --parallel-run flag to run applies in parallel as opposed to sequentially (#107) @emupton

v0.5.1

14 May 12:20
5ec6815

Choose a tag to compare

What's Changed

  • Cli --help improvement: Make -o flags visible at get root cmd level (#106) @strokyl
  • Bugfix: cannot delete alert with cli if you use metadata group (#105) @RomanPodkovyrin
  • chore(): add trust to default kinds (#102) @achever1

v0.5.0

14 Mar 12:53
4b05e94

Choose a tag to compare

What's Changed

Bug Fixes

  • Fix verbose mode in single client configuration (#93) @marnas

v0.4.0

07 Feb 16:04
08ab731

Choose a tag to compare

What's Changed

Highlights include:

  • Environment variable references can now be passed to Gateway or Console, allowing you to store references to secret variables used by the host, within your configuration. (#87)
  • Partner zones are now available, start securely sharing your streaming data with external partners, without needing to replicate the data. Checkout our docs for more info (#80)
  • Fixed duplicate printout statements
  • More informative error responses in certain situations

Dependency updates

v0.3.4

10 Jan 15:18
1aee1ea

Choose a tag to compare

What's Changed

v0.3.3

16 Dec 15:07
4731bdc

Choose a tag to compare

What's Changed

  • Update default kind for 1.30 (#77) @strokyl
  • Support basic auth for API gateways (#75) @gbecan
  • fix: default vCluster set to null for delete interceptors (#74) @marnas

v0.3.2

25 Nov 14:12
27c0230

Choose a tag to compare

What's Changed

  • Update console schema with latest 1.29.0 (#73) @qboileau
  • fix(cli): Change ordering between groups and service accounts in gateway entities (#72) @achever1