-
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
chore(deps): pin dependencies #420
Merged
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
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
August 29, 2023 22:16
49dc780
to
4fe62ee
Compare
renovate
bot
changed the title
chore(deps): pin alpine docker tag to 7144f7b
chore(deps): pin dependencies
Aug 29, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
September 5, 2023 20:20
20ec201
to
9412392
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
September 14, 2023 20:27
ed217a6
to
877306b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
September 22, 2023 16:08
00a9dbd
to
6757c8b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
September 29, 2023 01:04
2ec6ada
to
2cecc66
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
October 13, 2023 13:44
77bcfd4
to
2e0b0c3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
3 times, most recently
from
October 20, 2023 19:13
b95ed9a
to
229f350
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
October 27, 2023 10:36
229f350
to
185bea1
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
November 16, 2023 16:33
51d706a
to
3e1d09b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
2 times, most recently
from
November 28, 2023 11:47
068c797
to
e6ee33d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
4 times, most recently
from
December 7, 2023 13:38
fd5844a
to
d97924c
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch-digest-pin
branch
from
December 8, 2023 07:58
d97924c
to
60ca80a
Compare
timhuynh94
approved these changes
Dec 8, 2023
claire1618
approved these changes
Dec 11, 2023
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:
f43a0e5
93397be
51b6726
51b6726
eaaf4be
eb53b3e
v1.9.2
->v1.10.0
v1.9.5
->v1.11.0
v2.25.7
->v2.26.0
c0d1daa
94d61e3
Release Notes
hashicorp/vault (github.com/hashicorp/vault/api)
v1.10.0
Compare Source
1.10.0
March 23, 2022
CHANGES:
default_lease_ttl
andmax_lease_ttl
values returned bythe
/sys/config/state/sanitized
endpoint from nanoseconds to seconds. [GH-14206]POST /database/config/:name
has been updated to "204 No Content" [GH-14033]use_microsoft_graph_api
to use the MicrosoftGraph API by default. [GH-14130]
FEATURES:
/agent/v1/metrics
endpoint.IMPROVEMENTS:
agent/v1/quit
endpoint can now be used to stop the Vault Agent remotely [GH-14223]api.Client
tokens viaapi.Config.CloneToken
orapi.Client.SetCloneToken()
. [GH-13515]auto
[GH-14051]if
userfilter
doesn't consideruserattr
[GH-14095]auth/token/revoke-accessor
endpoint is now idempotent and willnot error out if the token has already been revoked. [GH-13661]
sys/auth/:path
now returns the configuration for the auth engine mounted at the given path [GH-12793]custom_metadata
to be empty. [GH-13395]sys/policies/password
[GH-12787]sys/version-history
and via CLI withvault version-history
[GH-13766]sys/mounts/:path
now returns the configuration for the secret engine at the given path [GH-12792]has also been added to the PROXY protocol v1. [GH-13540]
allow_all
assignment that permits all entities to authenticate via an OIDC client [GH-14119]influxdb1-client
module [GH-12262]allow_wildcard_certificates
) [GH-14238]ca_chain
field) on calls topki/cert/ca_chain
[GH-13935]aerospike-client-go
to v5.6.0. [GH-12165]Ed25519
certificate views [GH-13894]-f
and--force
as aliasesfor
-force
for thewrite
command. [GH-13683]BUG FIXES:
replicateStateStore
was being set tonil
upon consecutive calls toclient.SetReadYourWrites(true)
. [GH-13486]login
endpoint [GH-14107]alias_name_source
[GH-13925]form_post
response mode. [GH-13492]-output-curl-string
now properly sets cURL options for client and CAcertificates. [GH-13660]
nonce
parameter optional for the Authorization Endpoint of OIDC providers. [GH-13231]prem
build.vault.autosnapshots.save.errors to not be incremented when there is an
autosnapshot save error.
vault_key
column when initializing database tables. [GH-14231]private key after a successful connection to the primary cluster
operation for upgraded configurations with a
root_password_ttl
of zero. [GH-14130]contained_db
, rather than just a string. [GH-13469]ed25519
when requesting a response in PKCS8 format [GH-13257]ed25519
curve key type [GH-13254]spf13/afero (github.com/spf13/afero)
v1.11.0
Compare Source
What's Changed
Full Changelog: spf13/afero@v1.10.0...v1.11.0
v1.10.0
Compare Source
What's Changed
New Contributors
Full Changelog: spf13/afero@v1.9.5...v1.10.0
urfave/cli (github.com/urfave/cli/v2)
v2.26.0
Compare Source
What's Changed
New Contributors
Full Changelog: urfave/cli@v2.25.7...v2.26.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.