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: google-github-actions/get-secretmanager-secrets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.3
Choose a base ref
...
head repository: google-github-actions/get-secretmanager-secrets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 11, 2022

  1. Add min_mask_length (#247)

    This changes the default behavior to only mask secrets that are of
    sufficiently long length (default: 4 characters) to prevent extremely
    short secrets from making GitHub Actions output unreadable.
    
    Closes #234
    sethvargo authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    85d6c38 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated fields (credentials, auth) (#248)

    This removes support for the `credentials` feature.
    sethvargo authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    e5ff254 View commit details
    Browse the repository at this point in the history
  3. Prep for v1 release (#249)

    <!--
    Thank you for proposing a pull request! Please note that SOME TESTS WILL
    LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
    forks.
    Someone from the team will review your Pull Request and respond.
    
    Please describe your change and any implementation details below.
    -->
    sethvargo authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    6721195 View commit details
    Browse the repository at this point in the history
  4. Release: v1.0.0 (#250)

    ## What's Changed
    * Add min_mask_length by @sethvargo in
    #247
    * Remove deprecated fields (credentials, auth) by @sethvargo in
    #248
    * Prep for v1 release by @sethvargo in
    #249
    
    
    **Full Changelog**:
    v0.5.3...6721195
    google-github-actions-bot authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    7fced8b View commit details
    Browse the repository at this point in the history
Loading