Skip to content

Releases: ctrlplanedev/cli

v1.20.2

20 Mar 02:58
v1.20.2
3f4ca90

Choose a tag to compare

Changelog

  • 3f4ca90 fix: encode aws account id in rds scanning metadata

v1.20.1

20 Mar 01:45
v1.20.1
ab078a4

Choose a tag to compare

Changelog

  • e0e5941 Merge pull request #61 from ctrlplanedev/mleonidas/add-node-sync-and-selector-arg
  • ab078a4 chore: extact secretName for rds scanning
  • 46d2160 feat: sync nodes and add --selector arg * adds repeatable selector arg or short -s if left blank all resources are synced
  • 7fea891 fix: add all labels
  • 7ce6ab0 fix: better help text on new cli flag
  • fb330b7 fix: golang-lint unused type * adding a comment directive to ignore this until I get context on if this is actually needed for future work
  • d8b4c7b fix: remove context.TODO()
  • f801bfc fix: use cmd.Context instead of background

v1.20.0

19 Mar 07:46
v1.20.0
186efd6

Choose a tag to compare

Changelog

  • c8802fc feat(sync): enhance device synchronization with additional filtering options
  • 186efd6 feat: sync the rds cluster resource (#62)

v1.19.0

02 Mar 21:13
v1.19.0
78a4ebb

Choose a tag to compare

Changelog

  • 78a4ebb feat(apply): allow provider as a flag (#60)

v1.18.6

26 Feb 04:11

Choose a tag to compare

Changelog

  • 70edb43 feat: enhance resource synchronization with variable support
  • 84fff2b fix: update status code check for resource variable synchronization

v1.18.5

25 Feb 20:37

Choose a tag to compare

Bumping gh actions.

Full Changelog: v0.18.4...v1.18.5

v0.18.4

25 Feb 20:30
3dd51ef

Choose a tag to compare

What's Changed

Full Changelog: v0.18.3...v0.18.4

v0.18.3

25 Feb 18:46

Choose a tag to compare

Go releaser deprecation warning while building.

Full Changelog: v0.18.2...v0.18.3

v0.18.2

25 Feb 18:21
b4770d0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.1...v0.18.2

v0.18.1

17 Feb 05:12

Choose a tag to compare

Changelog

  • 4eeffbb Refactor fetcher to remove redundant system ID concatenation logic and update EnvironmentIds field to be non-pointer in UpsertUserApprovalRecordRequest for consistency.