Releases: ctrlplanedev/cli
Releases · ctrlplanedev/cli
v0.15.13
Changelog
- faa6814 chore: add release get cmd
- 8668461 feat: enhance job agent configurations and OpenAPI schema
- 85d2ad3 fix: add test pipeline
- c28ef2b fix: wrap the error from os.Open * coderabbit noticed we were discrarding the error from opening the /etc/passwd file, i've added error wrapping to decorate the error
- cdf54e8 perf: use SplitSeq over strings.Split * since this is go 1.24 we can use the new range over function feature to process items one by one without allocating an entire collection at once.
- 67b7e54 refactor: Use build tags and optimize Darwin implementation
- 6565c04 refactor: use build tags to avoid if condition
v0.15.12
Normalized to the output of kubectl cluster-info, same as argo.
v0.15.11
Add prefix to GCP endpoints to make them valid urls.
v0.15.10
v0.15.9
v0.15.8
v0.15.7
Changelog
- ca8aeeb chore: add retry logic for variable upsert
- 59039cd feat: add support for new metric providers in OpenAPI schema
- 8dcb892 feat: enhance DatadogMetricProvider and SleepMetricProvider configurations
- e75c981 refactor: rename VersionDebounce to VersionCooldown for clarity
- b80b15c refactor: streamline document handling and improve apply functionality