Skip to content

v1.20.1

Choose a tag to compare

@jsbroks jsbroks released this 20 Mar 01:45
· 12 commits to main since this release
v1.20.1
ab078a4

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