Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to oauth2 v0.18.0 #3

Merged
merged 10 commits into from
Mar 5, 2024
Merged

Commits on Jan 4, 2024

  1. google: add UniverseDomain to CredentialsParams

    Change-Id: I7925b8341e1f047d0115acd7a01a34679a489ee0
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/552716
    Reviewed-by: Cody Oss <codyoss@google.com>
    Run-TryBot: Cody Oss <codyoss@google.com>
    Reviewed-by: Viacheslav Rostovtsev <virost@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    quartzmo authored and codyoss committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1e6999b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. google: add Credentials.GetUniverseDomain with GCE MDS support

    * Deprecate Credentials.UniverseDomain
    
    Change-Id: I1cbc842fbfce35540c8dff99fec09e036b9e2cdf
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/554215
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Cody Oss <codyoss@google.com>
    Auto-Submit: Cody Oss <codyoss@google.com>
    Reviewed-by: Cody Oss <codyoss@google.com>
    Reviewed-by: Viacheslav Rostovtsev <virost@google.com>
    quartzmo authored and gopherbot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    4ce7bbb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: Icf68cb33585a13df206afacdb79832ea76f82346
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/554676
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Than McIntosh <thanm@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    gopherbot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    39adbb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. google/downscope: add DownscopingConfig.UniverseDomain to support TPC

    Change-Id: I3669352b382414ea640ca176afa4071995fc5ff1
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/557135
    Reviewed-by: Cody Oss <codyoss@google.com>
    TryBot-Bypass: Cody Oss <codyoss@google.com>
    Auto-Submit: Cody Oss <codyoss@google.com>
    quartzmo authored and gopherbot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    deefa7e View commit details
    Browse the repository at this point in the history
  2. google/internal/externalaccount: update serviceAccountImpersonationRE…

    … to support universe domain
    
    Change-Id: Iafe35c293209bd88997c876341ebde7ac9ecda93
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/557195
    TryBot-Bypass: Cody Oss <codyoss@google.com>
    Reviewed-by: Cody Oss <codyoss@google.com>
    Auto-Submit: Cody Oss <codyoss@google.com>
    quartzmo authored and gopherbot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    adffd94 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I8228a126b322fb14250bbb5933199ce45e8584d3
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/562496
    Reviewed-by: Than McIntosh <thanm@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    gopherbot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ebe81ad View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. google/externalaccount: moves externalaccount package out of internal…

    … and exports it
    
    go/programmable-auth-design for context. Adds support for user defined
     supplier methods to return subject tokens and AWS security credentials.
    
    Change-Id: I7bc41f8c5202ae933fce516632f5049bbeb3d378
    GitHub-Last-Rev: ac519b2
    GitHub-Pull-Request: golang#690
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/550835
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Leo Siracusa <leosiracusa@google.com>
    Reviewed-by: Chris Smith <chrisdsmith@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Cody Oss <codyoss@google.com>
    aeitzman authored and codyoss committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    95bec95 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. google/externalaccount: add Config.UniverseDomain

    Change-Id: Ia1caee246da68c01addd06e1367ed1e43645826b
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/568216
    Reviewed-by: Alex Eitzman <eitzman@google.com>
    Reviewed-by: Cody Oss <codyoss@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    quartzmo authored and codyoss committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    34a7afa View commit details
    Browse the repository at this point in the history
  2. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I993c77edbea8426f558ab84c4ba769e0bdf6406d
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/568935
    Reviewed-by: Than McIntosh <thanm@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    gopherbot committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    85231f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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