Releases: conduktor/ctl
Releases · conduktor/ctl
v0.6.3
v0.6.2
v0.6.1
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
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.
v0.5.1
v0.5.0
What's Changed
- Include Gateway resources in
get all(#96) @strokyl - Added Cause to ApiError response (#99) @BStarmerSmith
- Fix apply template comment in YAML file (#97) @strokyl
- Add option to edit and apply immediately to template command (#94) @strokyl
- Uniformize flag description (#95) @strokyl
Bug Fixes
v0.4.0
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
- feat: console api schema updated (#92) @marnas
- Various doc fix (#91) @strokyl
- Add run (#90) @strokyl
- Schema code reorg (#89) @strokyl
- Ops 630 pass external environment variable reference (#87) @marnas
- Introduce dev mode for hidden command (#88) @strokyl
- fix: buildAlias duplication fixed (#86) @marnas
- feat: panic replaced with graceful exit (#85) @marnas
- Fix ServiceAccount check when defining commands (#83) @gbecan
- Fix Release Action (#81) @BStarmerSmith
- feat(1656): include partner zone gateway api changes (#80) @achever1
Dependency updates
- Bump golang.org/x/net from 0.23.0 to 0.33.0 (#82) @dependabot