Skip to content

Commit 51ec0db

Browse files
Update vault-plugin-auth-kerberos to v0.15.0 (#30845)
* Update vault-plugin-auth-kerberos to v0.15.0 * Add changelog --------- Co-authored-by: hc-github-team-secure-vault-ecosystem <[email protected]>
1 parent 38cc2c9 commit 51ec0db

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

changelog/30845.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:change
2+
auth/kerberos: Update plugin to v0.15.0
3+
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ require (
142142
github.com/hashicorp/vault-plugin-auth-cf v0.21.0
143143
github.com/hashicorp/vault-plugin-auth-gcp v0.20.2
144144
github.com/hashicorp/vault-plugin-auth-jwt v0.23.2
145-
github.com/hashicorp/vault-plugin-auth-kerberos v0.14.0
145+
github.com/hashicorp/vault-plugin-auth-kerberos v0.15.0
146146
github.com/hashicorp/vault-plugin-auth-kubernetes v0.21.0
147147
github.com/hashicorp/vault-plugin-auth-oci v0.19.0
148148
github.com/hashicorp/vault-plugin-database-couchbase v0.14.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,8 +1597,8 @@ github.com/hashicorp/vault-plugin-auth-gcp v0.20.2 h1:M1gWdAo/WTu9PR8j8kfnDwDEql
15971597
github.com/hashicorp/vault-plugin-auth-gcp v0.20.2/go.mod h1:FEXGIQPbjjc3Dzf3FEwRzj4qK7YfzwELd6ZHHsFXXM4=
15981598
github.com/hashicorp/vault-plugin-auth-jwt v0.23.2 h1:5QDHC0u5HsqjE2YJPVUQJIede9UTbPTfV8PPuEY4K7o=
15991599
github.com/hashicorp/vault-plugin-auth-jwt v0.23.2/go.mod h1:jO/11eygPDdg/OmUmvL/N7Vxbv2tbQTdGuKoQ/0uLf4=
1600-
github.com/hashicorp/vault-plugin-auth-kerberos v0.14.0 h1:kJGBKDk8lJXftM8PVG9ars3NWHOdylJaeutTsI/7E0w=
1601-
github.com/hashicorp/vault-plugin-auth-kerberos v0.14.0/go.mod h1:JV+qr3M+OIiquVjSHD0AN6p6kTEoEo2GvSdq6Ih5zvo=
1600+
github.com/hashicorp/vault-plugin-auth-kerberos v0.15.0 h1:e+y3RAe3WgvQ6zblWPqEfa1MtlS9f6Nduw1UxfhUxM8=
1601+
github.com/hashicorp/vault-plugin-auth-kerberos v0.15.0/go.mod h1:VJn5xKHXzRmOosi97aBD2OK4JozHuEwg5vXfnkVczMg=
16021602
github.com/hashicorp/vault-plugin-auth-kubernetes v0.21.0 h1:YmwthfYgEjv+2rir+DY/ADznVtHQ43qPUo6XT6I3Fxs=
16031603
github.com/hashicorp/vault-plugin-auth-kubernetes v0.21.0/go.mod h1:V36/cDsl8tjdr8xQ35uLzvlDLclpPCOdLheAk42ks6E=
16041604
github.com/hashicorp/vault-plugin-auth-oci v0.19.0 h1:S0ZyVhcgxe8tCVTCXKvs5B5/RPzsLC9RAadeloAHyOw=

0 commit comments

Comments
 (0)