v7.0.0
Breaking Change
- Vault now requires a secret value named
session_key
, but is also provided via Terraform, so not actual action is required. - Existing users get logged out.
What's Changed
- deprecate cmdutil.ContextWithValuesFrom by @svenwltr in #169
- mark some functions as deprecated by @svenwltr in #167
- allow refresh by @svenwltr in #170
- fix cookie encryption for refresh by @svenwltr in #171
- Upgrade checkout action in workflows to v4 by @der-eismann in #172
- Bump golang.org/x/net from 0.14.0 to 0.17.0 in /examples/minimal by @dependabot in #174
- Bump golang.org/x/net from 0.14.0 to 0.17.0 in /examples/full by @dependabot in #175
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 in /examples/full by @dependabot in #177
- Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 by @dependabot in #178
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/full by @dependabot in #180
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /examples/minimal by @dependabot in #181
- Update dependencies by @der-eismann in #188
- make buildutil compatible with 'go work' by @svenwltr in #189
Full Changelog: v6.1.0...v7.0.0