Skip to content

Releases: ctrlplanedev/cli

v0.15.19

30 Jan 20:00
v0.15.19
c63e866

Choose a tag to compare

Changelog

  • c63e866 fix: use the common func for loading aws creds that properly does rol… (#49)

v0.15.18

30 Jan 07:27
v0.15.18
bb8c768

Choose a tag to compare

Changelog

  • bb8c768 chore: additional logging context

v0.15.17

30 Jan 03:06
v0.15.17
25847e7

Choose a tag to compare

Changelog

  • 25847e7 fix: filter vpc/subnet calls with accountId (#48)

v0.15.16

29 Jan 20:52
8909954

Choose a tag to compare

What's Changed

Full Changelog: v0.15.15...v0.15.16

v0.15.15

29 Jan 20:18
v0.15.15
c05d204

Choose a tag to compare

Changelog

  • c05d204 chore: debug logging & env var for log level (#45)

v0.15.14

28 Jan 20:17
v0.15.14
bc9ab60

Choose a tag to compare

Changelog

  • bc9ab60 fix: Add additional logging context to aws network sync (#44)

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