chore(deps): update go dependencies #261
Open
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:
v0.1.29
->v0.1.33
v0.120.0
->v0.121.1
v0.15.0
->v0.16.1
v0.6.0
->v0.7.0
v1.5.0
->v1.5.2
v1.21.1
->v1.21.2
v0.6.6
->v0.6.7
v1.18.4
->v1.18.5
v1.17.0
->v1.18.0
v1.8.0
->v1.10.0
v1.10.0
->v1.11.1
v1.3.0
->v1.3.1
v1.1.0
->v1.1.1
v1.3.1
->v1.4.2
v1.0.0
->v1.2.4
v1.2.5
->v1.4.1
v1.17.51
->v1.17.67
v1.16.23
->v1.16.30
v1.3.27
->v1.3.34
v1.8.1
->v1.8.3
v1.12.1
->v1.12.3
v1.12.8
->v1.12.15
v1.22.1
->v1.22.3
v1.8.0
->v1.9.0
v0.20.2
->v0.20.3
v0.1.7
->v0.2.0
v1.0.2
->v1.0.7
v1.15.0
->v1.16.0
v1.16.0
->v1.17.0
v1.17.11
->v1.18.0
de9c061
->ac2dae7
v1.8.9
->v1.8.10
v0.0.9
->v0.0.16
v1.21.1
->v1.22.0
v0.6.1
->v0.6.2
v0.62.0
->v0.64.0
v0.15.1
->v0.16.1
v1.10.0
->v1.14.1
v0.4.0
->v0.9.0
v1.8.12
->v1.9.4
v1.8.12
->v1.9.4
v1.8.12
->v1.9.4
v1.8.12
->v1.9.4
v1.8.12
->v1.9.4
v1.11.0
->v1.14.0
v1.7.0
->v1.8.0
v1.8.1
->v1.9.1
v1.0.5
->v1.0.6
v1.0.5
->v1.0.6
v1.19.0
->v1.20.1
v0.59.0
->v0.60.0
v1.5.0
->v1.6.0
v0.57.0
->v0.63.0
v0.36.0
->v0.38.0
7e4ce0a
->ce4c2cf
v0.37.0
->v0.40.0
v0.28.0
->v0.30.0
v0.12.0
->v0.14.0
v0.13.0
->v0.14.0
v0.31.0
->v0.33.0
v0.30.0
->v0.32.0
v0.23.0
->v0.25.0
v0.227.0
->v0.233.0
de1ac95
->5a2f75b
de1ac95
->5a2f75b
de1ac95
->5a2f75b
ee84b53
->5a2f75b
v0.9.0
->v0.11.1
Release Notes
chainguard-dev/sdk (chainguard.dev/sdk)
v0.1.33
Compare Source
Full Changelog: chainguard-dev/sdk@v0.1.32...v0.1.33
v0.1.32
Compare Source
Full Changelog: chainguard-dev/sdk@v0.1.31...v0.1.32
v0.1.31
Compare Source
Full Changelog: chainguard-dev/sdk@v0.1.29...v0.1.31
v0.1.30
Compare Source
What's Changed
Full Changelog: chainguard-dev/sdk@v0.1.29...v0.1.30
googleapis/google-cloud-go (cloud.google.com/go)
v0.121.1
Compare Source
Bug Fixes
v0.121.0
Compare Source
Features
v0.120.1
Compare Source
Bug Fixes
AzureAD/microsoft-authentication-library-for-go (github.com/AzureAD/microsoft-authentication-library-for-go)
v1.4.2
Compare Source
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-go@v1.4.1...v1.4.2
v1.4.1
Compare Source
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-go@v1.4.0...v1.4.1
v1.4.0
Compare Source
Release Summary: Add Managed Identity Support
Overview
This Release introduces Managed Identity support to the Microsoft Authentication Library for Go through a new client. The new client supports multiple sources for managed identities, including:
The client can handle both System Assigned Managed Identities and User Assigned Managed Identities.
For user-assigned identities, you can specify:
Key Changes
Code Sample
Here's a basic example of how to use the new managed identity client to acquire a token:
v1.3.3
Compare Source
What's Changed
New Contributors
Full Changelog: AzureAD/microsoft-authentication-library-for-go@v1.3.2...v1.3.3
v1.3.2
Compare Source
Re-release v1.3.2, which was accidentally tagged as v.1.3.2
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-go@v1.3.1...v1.3.2
PaesslerAG/gval (github.com/PaesslerAG/gval)
v1.2.4
Compare Source
What's Changed
New Contributors
Full Changelog: PaesslerAG/gval@v1.2.3...v1.2.4
v1.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: PaesslerAG/gval@v1.2.2...v1.2.3
v1.2.2
Compare Source
Wrap errors instead of the error message.
v1.2.1
: Allow nil arguments and catch panics in function callsCompare Source
v1.2.0
Compare Source
Added DecimalArithmetic to gval.
v1.1.2
Compare Source
Fixed IsConst for go 1.17
Fixed scanning to much characters while parsing operators
v1.1.1
Compare Source
Fixed typed nil value issues.
v1.1.0
: 1.1Compare Source
Make ident and parentheses parsers available separately from Base()
v1.0.1
Compare Source
ThalesIgnite/crypto11 (github.com/ThalesIgnite/crypto11)
v1.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: ThalesGroup/crypto11@v1.4.0...v1.4.1
v1.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: ThalesGroup/crypto11@v1.3.0...v1.4.0
v1.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: ThalesGroup/crypto11@v1.2.1...v1.3.0
aws/smithy-go (github.com/aws/smithy-go)
v1.22.3
Compare Source
v1.22.2
Compare Source
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.9.0
Compare Source
Changes and fixes
all: make BufferedWatcher buffered again (#657)
inotify: fix race when adding/removing watches while a watched path is being deleted (#678, #686)
inotify: don't send empty event if a watched path is unmounted (#655)
inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#679)
kqueue: fix watching relative symlinks (#681)
kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#682)
illumos: don't send error if changed file is deleted while processing the event (#678)
google/go-containerregistry (github.com/google/go-containerregistry)
v0.20.3
Compare Source
What's Changed
New Contributors
Full Changelog: google/go-containerregistry@v0.20.2...v0.20.3
hashicorp/go-sockaddr (github.com/hashicorp/go-sockaddr)
v1.0.7
Compare Source
What's Changed
go install
asgo get -u
is no longer valid for installing modules by @jm96441n in https://github.com/hashicorp/go-sockaddr/pull/59New Contributors
Full Changelog: hashicorp/go-sockaddr@v1.0.6...v1.0.7
v1.0.6
Compare Source
v1.0.5
Compare Source
v1.0.4
Compare Source
v1.0.3
Compare Source
hashicorp/vault (github.com/hashicorp/vault/api)
v1.16.0
Compare Source
1.16.0
March 26, 2024
SECURITY:
client certificates to prevent trusting certs with the same serial number
but not the same public/private key. [GH-25649]
CHANGES:
enterprise
parameter to the/sys/health
endpoint [GH-24270]vault plugin reload
with-plugin
in the root namespace will now reload the plugin across all namespaces instead of just the root namespace. [GH-24878]vault plugin info
andvault plugin deregister
now require 2 positional arguments instead of accepting either 1 or 2. [GH-24250]enable_multiseal
in configuration.vault://{vault node}
[GH-24201]/identity/entity/merge
endpointare now always forwarded from standbys to the active node. [GH-24325]
database/config/:name
will now return a computedrunning_plugin_version
field if a non-builtin version is running. [GH-25105]Use the environment variable
VAULT_PLUGIN_USE_LEGACY_ENV_LAYERING=true
to opt out and keep higher preference for system environmentvariables. When this flag is set, Vault will check during unseal for conflicts and print warnings for any plugins with environment
variables that conflict with system environment variables. [GH-25128]
/sys/plugins/runtimes/catalog
response will always include a list of "runtimes" in the response, even if empty. [GH-24864]This includes github.com/docker/docker to v24.0.7+incompatible,
google.golang.org/grpc to v1.57.2 and golang.org/x/net to v0.17.0. [GH-23913]
FEATURES:
new installs of Vault. [GH-24382]
utilization reporting, which allows users to create manual exports of product-license [metering
data] to report to Hashicorp.
be changed without shutting down vault [GH-23571]
write-based HTTP methods and special-case
pki/issue
requests to preventoverloading the Vault server. [GH-25093]
IMPROVEMENTS:
tls-server-name
arg for plugin registration [GH-23549]mount_type
, returning mount information (e.g.kv
for KVV1/KVV2) for mount when appropriate. [GH-23047]the last heartbeat took, and the estimated clock skew between standby and
active node based on that heartbeat duration. [GH-24343]
auth/ldap: deprecates
connection_timeout
in favor ofrequest_timeout
for timeoutssdk/ldaputil: deprecates Client in favor of cap/ldap.Client [GH-22185]
authenticate_from_environment
variable to "true" and "false" string literals, too. [GH-22996]either provided arguments or retrieved HCP token through browser login. [GH-23897]
vault plugin
sub-commands. [GH-24250]vault operator usage
command output [GH-25751]plugin_tmpdir
config option for containerized plugins, in addition to the existingVAULT_PLUGIN_TMPDIR
environment variable. [GH-24978]the seal when unsealed, as well as the type of the recovery seal if an
auto-seal. [GH-23022]
disable_request_limiter
to allowdisabling the request limiter per-listener. [GH-25098]
code_challenge_methods_supported
to OpenID Connect Metadata [GH-24979]sys/plugins/reload/:type/:name
available in the root namespace for reloading a specific plugin across all namespaces. [GH-24878]entries rather than being limited to 62 like Consul is. Performance testing
shows improvements in throughput and latency under some write-heavy workloads.
listener config.
deletion_allowed
param to transformations and includetokenization
as a type option [GH-25436]Configuration
📅 Schedule: Branch creation - "after 5am on sunday" (UTC), 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.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).