Backport 1.9: If we get a 405 doing an HTTP PATCH, assume the server is pre-1.9 and…#13629
Merged
ncabatoff merged 1 commit intorelease/1.9.xfrom Jan 13, 2022
Merged
Backport 1.9: If we get a 405 doing an HTTP PATCH, assume the server is pre-1.9 and…#13629ncabatoff merged 1 commit intorelease/1.9.xfrom
ncabatoff merged 1 commit intorelease/1.9.xfrom
Conversation
… fall back to old readThenWrite approach (#13615)
pbromb
pushed a commit
to pbromb/vault
that referenced
this pull request
Apr 13, 2026
…github.com/moby/moby into release/1.21.x+ent (hashicorp#13572) (hashicorp#13629) * [VAULT-43618] sdk: migrate from github.com/docker/docker to github.com/moby/moby (hashicorp#13549) (hashicorp#13573) Resolve GHSA-x744-4wpc-v9h2 and GHSA-pxq6-2prw-chj9 in `vault` by replacing `github.com/docker/docker` with `github.com/moby/moby/client` @ `v0.3.0` and `github.com/moby/moby/api` @ `v1.54.0`. This is necessary as `docker/docker` is no longer maintained and the fixes are not available in it. Resolve GO-2026-4518, GHSA-x6gf-mpr2-68h6 and GHSA-jqcq-xjh3-6g23 by upgrading to github.com/jackc/pgx/v5. This is necessary as v4 is not longer maitained. Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
This file contains hidden or 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
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.
… fall back to old readThenWrite approach (#13615)