fix(deps): update all dependencies #8983
Merged
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:
9c80ae1
->d278c22
3e0daa3
->dfce198
a1a2d50
->05cb35d
v1.54.19
->v1.55.0
v10.0.0
->v11.1.0
v1.7.19
->v1.7.20
v1.2.2
->v1.2.3
v0.12.0
->v0.12.3
v3.0.3
->v4.0.3
v1.11.3
->v1.12.0
v8.7.3
->v8.7.4
v1.0.0
->v1.1.1
v0.30.2
->v0.30.3
v0.30.2
->v0.30.3
v0.30.2
->v0.30.3
Release Notes
aws/aws-sdk-go (github.com/aws/aws-sdk-go)
v1.55.0
Compare Source
===
Service Client Updates
service/datazone
: Updates service API, documentation, and paginatorsservice/ivs
: Updates service API and documentationservice/redshift-serverless
: Updates service API and documentationSDK Features
service/mobile
: Remove MobileSDK Bugs
v1.54.20
Compare Source
===
Service Client Updates
service/acm-pca
: Updates service waitersservice/connect
: Updates service API, documentation, and paginatorsservice/ec2
: Updates service API and documentationservice/firehose
: Updates service API and documentationservice/ivschat
: Updates service API, documentation, and waitersservice/medialive
: Updates service API and documentationservice/rds
: Updates service API, documentation, waiters, paginators, and examplesservice/sagemaker
: Updates service APIservice/secretsmanager
: Updates service documentationservice/taxsettings
: Updates service APIservice/timestream-query
: Updates service API and documentationservice/workspaces-thin-client
: Updates service API and documentationcaarlos0/env (github.com/caarlos0/env/v10)
v11.1.0
Compare Source
Changelog
Bug fixes
432567c
: fix: retract v11.0.1, gate init nil pointers (#318) (@caarlos0)Other work
de7a9cc
: ci: update goreleaser configs (@caarlos0)Released with GoReleaser Pro!
v11.0.1
Compare Source
Changelog
Bug fixes
0f77fef
: fix: add logic to handle nil pointer structs (#306) (@NithinGudla)Documentation updates
1e2d9e1
: docs: better explain UseFieldNameByDefault (@caarlos0)b436dff
: docs: document generics (@caarlos0)Released with GoReleaser Pro!
v11.0.0
Compare Source
Changelog
Breaking changes
New Features
8aee119
: feat: ParseAs, ParseAsWithOptions, Must (#300) (@caarlos0)Bug fixes
c0ca5e0
: fix: UseFieldNameByDefault when uppercased word in name (#297) (@caarlos0)Documentation updates
b400510
: docs: add related projects (#290) (@g4s8)5235aff
: docs: add used and supported by section to readme (#289) (@caarlos0)506c331
: docs: update (@caarlos0)af0d375
: docs: update caution banner (@caarlos0)8cddcf2
: docs: update readme (@caarlos0)fa32ef4
: docs: update readme (@caarlos0)Other work
4723331
: feat!: prepare for release (@caarlos0)Released with GoReleaser Pro!
containerd/containerd (github.com/containerd/containerd)
v1.7.20
: containerd 1.7.20Compare Source
Welcome to the v1.7.20 release of containerd!
The twentieth patch release for containerd 1.7 contains various fixes
and updates.
Highlights
Container Runtime Interface (CRI)
[cri] ttrpc: closed
during ListPodSandboxStats (#10423)Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
16 commits
7f2d4cd97
Prepare release notes for v1.7.203a02c523d
deps: Update otelgrpcdf86bdd5d
CRI Sbserver: Make PodSandboxStatus friendlier to shim crashes209ee4f10
CRI: An empty DNSConfig != unspecifiedce65228af
Support for dropping inheritable capabilities[cri] ttrpc: closed
during ListPodSandboxStats (#10423)610498df7
Fix for[cri] ttrpc: closed
during ListPodSandboxStatse61c7932e
update to go1.21.12 / go1.22.5c7d5e430a
errdefs: denote deprecation as a godoc commentDependency Changes
e6e6cda
->989df2b
007df8e
->83a465c
d307bd8
->995d672
Previous release can be found at v1.7.19
containernetworking/cni (github.com/containernetworking/cni)
v1.2.3
: libcni v1.2.3Compare Source
This is a minor release to correct a divergence between the specification and libcni. In this case, the specification was updated, as it concerns a new feature, GC, that is not yet deployed.
What's Changed
cyberark/conjur-api-go (github.com/cyberark/conjur-api-go)
v0.12.3
Compare Source
[0.12.3] - 2024-07-15
Changed
validate
query parameter todryRun
(CNJR-4593)go-jose/go-jose (github.com/go-jose/go-jose/v3)
v4.0.3
Compare Source
Changed
v4.0.2
: Version 4.0.2Compare Source
What's Changed
New Contributors
Full Changelog: go-jose/go-jose@v4.0.1...v4.0.2
v4.0.1
Compare Source
Fixed
amounts of memory and CPU when decompressed by
Decrypt
orDecryptMulti
.Those functions now return an error if the decompressed data would exceed
250kB or 10x the compressed size (whichever is larger). Thanks to
Enze Wang@Alioth and Jianjun Chen@Zhongguancun Lab (@zer0yu and @chenjj)
for reporting.
v4.0.0
Compare Source
This release makes some breaking changes in order to more thoroughly
address the vulnerabilities discussed in Three New Attacks Against JSON Web
Tokens, "Sign/encrypt confusion", "Billion hash attack", and "Polyglot
token".
Changed
ParseSigned, ParseDetached, jwt.ParseEncrypted, jwt.ParseSigned,
jwt.ParseSignedAndEncrypted (#69, #74)
to use and it's a mistake to allow unexpected algorithms. For instance the
"billion hash attack" relies in part on programs accepting the PBES2
encryption algorithm and doing the necessary work even if they weren't
specifically configured to allow PBES2.
Added
ParseEncrypted, which try to automatically detect which serialization was
provided. It's common to require a specific serialization for a specific
protocol - for instance JWT requires Compact serialization.
goccy/go-yaml (github.com/goccy/go-yaml)
v1.12.0
: 1.12.0Compare Source
What's Changed
io/ioutil
by @harryzcy in https://github.com/goccy/go-yaml/pull/429New Contributors
Full Changelog: goccy/go-yaml@v1.11.3...v1.11.4
vbauerster/mpb (github.com/vbauerster/mpb/v8)
v8.7.4
Compare Source
Full Changelog: vbauerster/mpb@v8.7.3...v8.7.4
vito/go-sse (github.com/vito/go-sse)
v1.1.1
Compare Source
v1.1.0
Compare Source
kubernetes/api (k8s.io/api)
v0.30.3
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.30.3
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.30.3
Compare Source
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 was generated by Mend Renovate. View the repository job log.