vault-plugin-secrets-gitlab
vault-plugin-secrets-gitlab copied to clipboard
Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0
Bumps github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0.
Changelog
Sourced from github.com/mitchellh/mapstructure's changelog.
1.5.0
- New option
IgnoreUntaggedFields
to ignore decoding to any fields withoutmapstructure
(or the configured tag name) set GH-277- New option
ErrorUnset
which makes it an error if any fields in a target struct are not set by the decoding process. GH-225- New function
OrComposeDecodeHookFunc
to help compose decode hooks. GH-240- Decoding to slice from array no longer crashes GH-265
- Decode nested struct pointers to map GH-271
- Fix issue where
,squash
was ignored ifSquash
option was set. GH-280- Fix issue where fields with
,omitempty
would sometimes decode into a map with an empty string key GH-281
Commits
ab69d8d
update CHANGELOG to 1.5.0bd687ea
update CHANGELOGc9b585b
update test to not rely on fmt5a2eb61
Merge pull request #281 from semrekkers/issue-23874e07d1
update CHANGELOG3a684c7
Merge pull request #240 from julnicolas/feature/add_or_compose_decode_hook_func0bb6a2e
Merge branch 'master' into feature/add_or_compose_decode_hook_funcac10e22
update CHANGELOG8385cfa
Merge pull request #225 from SaschaRoland/unset-fields17e49ec
update CHANGELOG- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)