Skip to content

Releases: ctrlplanedev/cli

v0.15.13

20 Jan 19:25

Choose a tag to compare

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

13 Jan 17:41
75fd3dd

Choose a tag to compare

Normalized to the output of kubectl cluster-info, same as argo.

v0.15.11

13 Jan 00:31

Choose a tag to compare

Add prefix to GCP endpoints to make them valid urls.

v0.15.10

30 Dec 17:03

Choose a tag to compare

Changelog

  • 5ab0273 chore: read version agent config from file

v0.15.9

20 Dec 19:04

Choose a tag to compare

Changelog

  • 2133cd5 chore: fix glob pattern and apply provider resources in batch
  • 9d54e8b fix: sync variables with retry

v0.15.8

19 Dec 19:16

Choose a tag to compare

Changelog

  • 336b500 chore: add apply support for grad rollouts and env progression
  • f78aaae feat: enhance apply command to support glob patterns for file input

v0.15.7

15 Dec 18:21

Choose a tag to compare

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

v0.15.6

12 Dec 01:59

Choose a tag to compare

Changelog

  • c60cb0e chore: apply resource variables

v0.15.5

09 Dec 23:39

Choose a tag to compare

Changelog

v0.15.3

08 Dec 23:18

Choose a tag to compare

add apply support