-
Notifications
You must be signed in to change notification settings - Fork 174
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: segmentio/chamber
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: segmentio/chamber
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 8 files changed
- 3 contributors
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec99256 - Browse repository at this point
Copy the full SHA ec99256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0c9ee - Browse repository at this point
Copy the full SHA 2f0c9eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b78302 - Browse repository at this point
Copy the full SHA 3b78302View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c4376 - Browse repository at this point
Copy the full SHA 39c4376View commit details -
feat: Enforce required tags in SSM store (#548)
The behavior is as follows: * When writing a new secret, all required tags must be provided. * When writing tags to a secret, and other tags are being deleted, then all required tags that are already present on the secret must be provided. * When deleting tags from a secret, required tags may not be provided. The second item is a bit subtle. If other tags aren't being deleted, i.e., tags not provided are being left alone, then required tags don't have to be provided (they may be, but don't have to be). Also, if other tags *are* being deleted, then the only required tags that have to be provided are those that are already set. These behaviors are designed so that after a store's configuration is updated to require tags, you don't have to then immediately set them all on every existing secret. Once you do set them though, you can't get rid of them.
Configuration menu - View commit details
-
Copy full SHA for 3107c92 - Browse repository at this point
Copy the full SHA 3107c92View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58c5ce1 - Browse repository at this point
Copy the full SHA 58c5ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22441a2 - Browse repository at this point
Copy the full SHA 22441a2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.1...v3.1.0