Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

GCP Secret Manager Backend Enhancements #347

Merged
merged 35 commits into from
Apr 27, 2020

Conversation

karan-kap
Copy link
Contributor

PR against the following ticket: #341

Copy link
Member

@Flydiverny Flydiverny left a 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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"version": "3.2.1",
"version": "3.2.0",

charts/kubernetes-external-secrets/values.yaml Outdated Show resolved Hide resolved
cep21 and others added 3 commits April 26, 2020 00:19
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.
Copy link
Member

@Flydiverny Flydiverny left a 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

package-lock.json Outdated Show resolved Hide resolved
Copy link
Member

@Flydiverny Flydiverny left a 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

@Flydiverny Flydiverny merged commit 865caeb into external-secrets:master Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants