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: v2.1.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: v2.1.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 2, 2024

  1. Remove retry logic (#389)

    The retries make debugging strictly more complex, and it's not clear
    that retrying provides actual value. If we need retries in the future,
    we should push them down into the per-API level.
    sethvargo authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    39c96a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    b4f4057 View commit details
    Browse the repository at this point in the history
  2. Release: v2.1.1 (#390)

    ## What's Changed
    * Remove retry logic by @sethvargo in
    #389
    * Use an OAuth 2.0 access token for Domain-Wide Delegation by @sethvargo
    in #388
    
    
    **Full Changelog**:
    v2.1.0...b4f4057
    google-github-actions-bot authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a6e2e39 View commit details
    Browse the repository at this point in the history
Loading