Skip to content

Latest commit

 

History

History
119 lines (81 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

119 lines (81 loc) · 4.73 KB

Unreleased

v0.18.0

IMPROVEMENTS:

  • Add support for numeric claims in bound_claims hashicorp/vault-plugin-auth-jwt#265
  • Include role name in Entity Alias metadata hashicorp/vault-plugin-auth-jwt#160
  • Updated dependencies:
    • github.com/hashicorp/cap v0.3.4 -> v0.4.0
    • github.com/hashicorp/go-sockaddr v1.0.2 -> v1.0.5
    • github.com/hashicorp/vault/api v1.9.2 -> v1.10.0
    • github.com/hashicorp/vault/sdk v0.9.2 -> v0.10.0
    • golang.org/x/oauth2 v0.11.0 -> v0.12.0
    • google.golang.org/api v0.138.0 -> v0.143.0

FIXES:

0.17.2

FIXES:

  • Ensure SIGTSTP is only used in unix builds [GH-255]

0.17.1

IMPROVEMENTS:

  • Close HTTP listener if stop or kill signal is received [GH-251]

0.17.0

IMPROVEMENTS:

  • Support ADC for Google Workspace [GH-240]
  • Updated dependencies:
    • github.com/hashicorp/cap v0.3.1 -> v0.3.4
    • github.com/hashicorp/vault/sdk v0.9.1 -> v0.9.2
    • golang.org/x/oauth2 v0.9.0 -> v0.10.0
    • google.golang.org/api v0.129.0 -> v0.134.0

0.16.0

IMPROVEMENTS:

  • Updated dependencies:
    • github.com/hashicorp/cap v0.2.1-0.20230221194157-7894fed1633d -> v0.3.0
    • github.com/hashicorp/vault/api v1.9.0 -> v1.9.1
    • github.com/hashicorp/vault/sdk v0.8.1 -> v0.9.0
    • github.com/stretchr/testify v1.8.2 -> v1.8.3
    • golang.org/x/oauth2 v0.6.0 -> v0.8.0
    • golang.org/x/sync v0.1.0 -> v0.2.0
    • google.golang.org/api v0.114.0 -> v0.124.0

0.15.2

IMPROVEMENTS:

  • Make error response less verbose [GH-233]

0.15.1

IMPROVEMENTS:

  • enable plugin multiplexing GH-225
  • update dependencies
    • github.com/hashicorp/vault/api v1.9.0
    • github.com/hashicorp/vault/sdk v0.8.1
    • github.com/go-test/deep v1.0.8 -> v1.1.0
    • github.com/hashicorp/cap v0.2.1-0.20220727210936-60cd1534e220 -> v0.2.1-0.20230221194157-7894fed1633d
    • github.com/hashicorp/go-hclog v1.0.0 -> v1.5.0
    • github.com/mitchellh/pointerstructure v1.2.0 -> v1.2.1
    • github.com/stretchr/testify v1.7.0 -> v1.8.2
    • golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 -> v0.6.0
    • golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 -> v0.1.0
    • google.golang.org/api v0.83.0 -> v0.114.0

0.15.0

IMPROVEMENTS:

  • Adds abort_on_error parameter to CLI login command to help in non-interactive contexts [GH-214]
  • Adds ability to set Google Workspace domain for groups search [GH-220]

0.14.0

  • Updates dependency google.golang.org/[email protected] [GH-205]
  • Add Custom Provider for SecureAuth IdP [GH-196]
  • Improves detection of Windows Subsystem for Linux (WSL) in CLI [GH-209]
  • Adds support for Microsoft US Gov L4 to the Azure provider for groups fetching [GH-211]

0.13.0

  • Adds ability to use JSON pointer syntax for the user_claim value [GH-204]

0.12.0

  • Uses Proof Key for Code Exchange (PKCE) in OIDC flow [GH-188]

0.11.4

  • Fixes OIDC auth from the Vault UI when using the implicit flow and form_post response mode [GH-192]

0.11.3

  • Uses Proof Key for Code Exchange (PKCE) in OIDC flow [GH-191]

0.11.2

  • Add a skip_browser argument to make auto-launching of the default browser optional [GH-182]

0.10.2

  • Fixes OIDC auth from the Vault UI when using the implicit flow and form_post response mode [GH-192]

0.9.6

  • Fixes OIDC auth from the Vault UI when using the implicit flow and form_post response mode [GH-192]

0.8.1

BUG FIXES:

  • Fixes bound_claims validation for provider-specific group and user info fetching [GH-149]