-
Notifications
You must be signed in to change notification settings - Fork 404
GCP Secret Manager Backend Enhancements #347
Conversation
Godaddy master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rebase this and revert the version change so the release scripts doesn't get confused :)
Also I take it this is a breaking change from 3.2.0? Seeing as key before had this format: projects/111122223333/secrets/my-secret/versions/latest
and now I take it you only need my-secret
?
package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "kubernetes-external-secrets", | |||
"version": "3.2.0", | |||
"version": "3.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"version": "3.2.1", | |
"version": "3.2.0", |
It is a bit difficult to alert on sync_calls since they trigger into an error state and may stay there. This adds the gauge last_state. With last_state, people can easily alert on a value < 0 to indicate failure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except for package-lock.json, not sure why they are changing? assuming you have a mirror or something :) would you mind reverting the file and I'll try to merge! :) @karan-kap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Will merge soonish
PR against the following ticket: #341