Skip to content
Permalink

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
Choose a base ref
...
head repository: segmentio/chamber
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    ec99256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0c9ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b78302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39c4376 View commit details
    Browse the repository at this point in the history
  5. 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.
    bhavanki authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3107c92 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    58c5ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22441a2 View commit details
    Browse the repository at this point in the history
Loading