-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(deps): update module github.com/hashicorp/vault to v1.8.4 #340
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #340 +/- ##
=======================================
Coverage 42.01% 42.01%
=======================================
Files 7 7
Lines 307 307
=======================================
Hits 129 129
Misses 160 160
Partials 18 18 |
wass3r
previously approved these changes
Aug 5, 2021
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-vault-1.x
branch
from
August 5, 2021 15:50
84db9d5
to
c8c5227
Compare
renovate
bot
changed the title
fix(deps): update module github.com/hashicorp/vault to v1.8.0
fix(deps): update module github.com/hashicorp/vault to v1.8.1
Aug 5, 2021
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-vault-1.x
branch
from
August 26, 2021 23:39
c8c5227
to
a0b1b67
Compare
renovate
bot
changed the title
fix(deps): update module github.com/hashicorp/vault to v1.8.1
fix(deps): update module github.com/hashicorp/vault to v1.8.2
Aug 26, 2021
renovate
bot
changed the title
fix(deps): update module github.com/hashicorp/vault to v1.8.2
fix(deps): update module github.com/hashicorp/vault to v1.8.2 - autoclosed
Aug 30, 2021
renovate
bot
changed the title
fix(deps): update module github.com/hashicorp/vault to v1.8.2 - autoclosed
fix(deps): update module github.com/hashicorp/vault to v1.8.2
Aug 30, 2021
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-vault-1.x
branch
from
August 30, 2021 15:00
a0b1b67
to
e43a71f
Compare
renovate
bot
changed the title
fix(deps): update module github.com/hashicorp/vault to v1.8.2
fix(deps): update module github.com/hashicorp/vault to v1.8.2 - autoclosed
Aug 30, 2021
renovate
bot
changed the title
fix(deps): update module github.com/hashicorp/vault to v1.8.2 - autoclosed
fix(deps): update module github.com/hashicorp/vault to v1.8.2
Aug 30, 2021
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-vault-1.x
branch
from
August 30, 2021 22:20
e43a71f
to
58ba970
Compare
renovate
bot
changed the title
fix(deps): update module github.com/hashicorp/vault to v1.8.2
fix(deps): update module github.com/hashicorp/vault to v1.8.2 - autoclosed
Aug 31, 2021
renovate
bot
changed the title
fix(deps): update module github.com/hashicorp/vault to v1.8.2 - autoclosed
fix(deps): update module github.com/hashicorp/vault to v1.8.2
Aug 31, 2021
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-vault-1.x
branch
from
August 31, 2021 02:11
58ba970
to
673c6b4
Compare
wass3r
previously approved these changes
Sep 23, 2021
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-vault-1.x
branch
2 times, most recently
from
September 29, 2021 19:25
540c05f
to
7598849
Compare
renovate
bot
changed the title
fix(deps): update module github.com/hashicorp/vault to v1.8.2
fix(deps): update module github.com/hashicorp/vault to v1.8.3
Sep 29, 2021
renovate
bot
force-pushed
the
renovate/github.com-hashicorp-vault-1.x
branch
from
October 6, 2021 21:20
7598849
to
8d9d911
Compare
renovate
bot
changed the title
fix(deps): update module github.com/hashicorp/vault to v1.8.3
fix(deps): update module github.com/hashicorp/vault to v1.8.4
Oct 6, 2021
KellyMerrick
approved these changes
Oct 11, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
wass3r
approved these changes
Oct 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.3
->v1.8.4
Release Notes
hashicorp/vault
v1.8.4
Compare Source
1.8.4
6 October 2021
IMPROVEMENTS:
BUG FIXES:
v1.8.3
Compare Source
1.8.3
29 September 2021
IMPROVEMENTS:
BUG FIXES:
unexpected fault address
panic when using persistent cache. [GH-12534]vault operator raft snapshot save
. [GH-12388]v1.8.2
Compare Source
1.8.2
26 August 2021
CHANGES:
BUG FIXES:
v1.8.1
Compare Source
1.8.1
August 5th, 2021
CHANGES:
IMPROVEMENTS:
external-source: "vault"
metadata value for Consul registration. [GH-12163]BUG FIXES:
form_post
as theoidc_response_mode
. [GH-12258]v1.8.0
Compare Source
1.8.0
July 28th, 2021
CHANGES:
explicitly defined to do so. A new configuration parameter,
exit_on_retry_failure
, within the new top-level stanza,template_config
, canbe set to
true
in order to cause agent to exit. Note that for agent to exit iftemplate.error_on_missing_key
is set totrue
,exit_on_retry_failure
mustbe also set to
true
. Otherwise, the template engine will log an error but thenrestart its internal runner. [GH-11775]
when using GCP Auto-Auth method [GH-11473]
start Vault. More information is available in the Vault License FAQ
FEATURES:
of service account keys and access tokens. [GH-12023]
vault operator
command to detect common issues with vault server setups.IMPROVEMENTS:
api.Client
throughSetLogger
. [GH-11696]prefix_filter
to telemetry config [GH-12025]rotate-role
endpoint to allow rotations of service accounts. [GH-11942]SocketTimeout
,ConnectTimeout
, andServerSelectionTimeout
[GH-11600]DEPRECATIONS:
/gcp/token/:roleset
and/gcp/key/:roleset
paths for generatingsecrets for rolesets. Use
/gcp/roleset/:roleset/token
and/gcp/roleset/:roleset/key
instead. [GH-12023]BUG FIXES:
information from the auto-auth config map on renewals or retries. [GH-11576]
v0.1.0
tobring in a verification key caching fix. [GH-11784]
vault list
andvault kv list
with output format other thantable
. [GH-12031]filtering rule would not appear on performance secondary if created after rule
was defined.
pem_bundle
andpem_json
didn't work for CA-only configurations [GH-11861]SetCredentials
wasn't falling back to usingRotateRootCredentials
ifSetCredentials
isUnimplemented
[GH-11585]storage when upgrading from 1.5 to 1.6. See Upgrade Notes for 1.6.x.
v1.7.5
Compare Source
1.7.5
29 September 2021
IMPROVEMENTS:
BUG FIXES:
unexpected fault address
panic when using persistent cache. [GH-12534]vault operator raft snapshot save
. [GH-12388]v1.7.4
Compare Source
1.7.4
26 August 2021
SECURITY:
CHANGES:
IMPROVEMENTS:
BUG FIXES:
pem_bundle
andpem_json
didn't work for CA-only configurations [GH-11861]1.7.3
June 16th, 2021
CHANGES:
IMPROVEMENTS:
BUG FIXES:
v0.1.0
tobring in a verification key caching fix. [GH-11784]
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.