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/auth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: google-github-actions/auth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 18 commits
  • 10 files changed
  • 6 contributors

Commits on Nov 9, 2022

  1. fix: update doc versions (#240)

    <!--
    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.
    -->
    verbanicm authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    dcb0567 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    abd9c24 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    7c1d54b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Point to OIDC debugger

    sethvargo committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    400b51b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Configuration menu
    Copy the full SHA
    23620af View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Small README tweak

    sethvargo committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    46affe9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Update CI and deps (#248)

    sethvargo authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    d4421b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    1475a55 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Updated troubleshooting to add permissions example (#262)

    <!--
    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.
    -->
    
    Added another case that can cause `auth` to fail, helpful to users on
    day one of using the tool and trying to understand what's happening.
    
    Fixes
    #260 (comment)
    bseib authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    483e21d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Note that Firebase Admin Node.js SDK doesn't support WLIF (#268)

    <!--
    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.
    -->
    
    ---------
    
    Signed-off-by: Kevin Cheung <[email protected]>
    kevinthecheung authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    126054d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    b0a7180 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Document admission for all repos of an owner (#279)

    I really struggleded several days with this and thankfully i found
    #77 (comment)
    big thanks to @sethvargo ❤
    as @dobromyslov already said, this should be documented
    so I went ahead and created added a paragrah for this use case
    
    ---------
    
    Signed-off-by: Daniel Brown <[email protected]>
    djbrown authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5431d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7004cc6 View commit details
    Browse the repository at this point in the history
  3. Switch back to v0

    sethvargo committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f8751d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    430ae13 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    14b54cc View commit details
    Browse the repository at this point in the history
  2. Enable default retries of 3 retry attempts at 250ms backoff (#294)

    This changes the default behavior to enable retries. Retry logic has
    existed for awhile, but required direct user action to enable. This
    enables 3 retries with a fibonacci backoff of 250ms by default to handle
    transient communication errors with upstream APIs.
    sethvargo authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    41d8fa4 View commit details
    Browse the repository at this point in the history
  3. Release: v1.1.0 (#297)

    ## What's Changed
    * fix: update doc versions by @verbanicm in
    #240
    * Only emit a warning if the envvar has changed by @sethvargo in
    #245
    * Update CI and deps by @sethvargo in
    #248
    * Document possible issues with org policies by @sethvargo in
    #258
    * Updated troubleshooting to add permissions example by @bseib in
    #262
    * Note that Firebase Admin Node.js SDK doesn't support WLIF by
    @kevinthecheung in
    #268
    * chore: update dependencies (automated) by @verbanicm in
    #274
    * Document admission for all repos of an owner by @djbrown in
    #279
    * Switch to pull non-secret values from env by @sethvargo in
    #288
    * Emit a diff of each environment variable by @sethvargo in
    #296
    * Enable default retries of 3 retry attempts at 250ms backoff by
    @sethvargo in #294
    
    ## New Contributors
    * @bseib made their first contribution in
    #262
    * @kevinthecheung made their first contribution in
    #268
    * @djbrown made their first contribution in
    #279
    
    **Full Changelog**:
    v1.0.0...41d8fa4
    google-github-actions-bot authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e8df18b View commit details
    Browse the repository at this point in the history
Loading