chore(deps): update go dependencies #1364
Closed
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.14.3
->v0.17.0
v0.7.0
->v0.9.3
v1.7.0
->v1.9.0
v1.4.1
->v1.4.3
v0.20.2
->v0.22.1
v0.20.4
->v0.21.2
v0.22.9
->v0.25.1
52ccab3
->6e46e2e
41bb18b
->2c02b82
v1.1.7
->v1.3.2
v0.6.8
->v0.7.0
v0.6.0
->v0.7.0
v0.20.2
->v0.20.6
ff6d637
->9e5a51a
v1.6.0
->v1.7.2
v1.16.5
->v1.18.0
v0.0.0-20230907030200-6d76a0f91e1e
->v0.20250929.0
v0.7.7
->v0.9.1
v0.2.0
->v0.5.0
v1.1.0-rc5
->v1.1.1
0f638a8
->7f24529
v0.22.0
->v0.34.0
v0.12.0
->v0.19.0
v0.70.0
->v0.85.0
v1.19.0
->v1.23.2
v0.6.1
->v0.6.2
v0.51.1
->v0.66.1
v0.12.0
->v0.17.0
v0.8.0
->v0.9.1
v1.4.4
->v1.7.1
v1.8.1
->v1.9.5
v1.0.5
->v1.0.10
v0.11.3
->v0.12.1
v0.32.0
->v0.42.0
ec58324
->df92998
v0.34.0
->v0.44.0
v0.20.0
->v0.31.0
v0.10.0
->v0.17.0
v0.29.0
->v0.36.0
v0.28.0
->v0.35.0
v0.21.0
->v0.29.0
v0.5.0
->v0.13.0
v0.21.1-0.20240508182429-e35e4ccd0d2d
->v0.37.0
94a12d6
->57b25ae
v0.28.5
->v0.34.1
v0.28.5
->v0.34.1
v0.28.5
->v0.34.1
v0.28.5
->v0.34.1
v0.28.5
->v0.34.1
70dd376
->589584f
fe8a2dd
->0af2bda
v0.16.5
->v0.22.1
bc3834c
->2d32026
v1.4.0
->v1.6.0
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
containerd/stargz-snapshotter (github.com/containerd/stargz-snapshotter/estargz)
v0.17.0
Compare Source
Notable Changes
ghcr.io/containerd/stargz-snapshotter:0.17.0-kind
) (#1983)docs/overview.md
(#2061), thanks to @soulshakecontainerd/project-checks
to v1.2.2 (#2004), thanks to @wswsmaoharshicorp/multierror
witherrors.Join
(#1921), thanks to @djdongjinFor other changes, refer to the full diff: containerd/stargz-snapshotter@v0.16.3...v0.17.0
v0.16.3
Compare Source
Notable Changes
v0.16.2
Compare Source
Notable Changes
v0.16.1
Compare Source
Notable Changes
v0.16.0
Compare Source
Notable Changes
v0.15.1
Compare Source
Notable Changes
Note about v0.15.0
v0.15.0 has been tagged but it didn't include release binaries due to CI issue. For trying binary release of v0.15, please use stargz-snapshotter newer than v0.15.1.
v0.15.0
Compare Source
docker/docker-credential-helpers (github.com/docker/docker-credential-helpers)
v0.9.3
Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.9.2...v0.9.3
v0.9.2
Compare Source
What's Changed
ServerURL
is stored with a port specified (introduced in v0.4.2) in #364Full Changelog: docker/docker-credential-helpers@v0.9.1...v0.9.2
v0.9.1
Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.9.0...v0.9.1
v0.9.0
Compare Source
What's Changed
Dependency updates
Full Changelog: docker/docker-credential-helpers@v0.8.2...v0.9.0
v0.8.2
Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.8.1...v0.8.2
v0.8.1
Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.8.0...v0.8.1
v0.8.0
Compare Source
What's Changed
windows/arm64
support by @crazy-max in #279Delete()
: return typed errors by @thaJeztah in #278$PASSWORD_STORE_DIR
, and useos.UserHomeDir()
by @thaJeztah in #287--version
,-v
, and--help
,-h
flags by @thaJeztah in #284t.Cleanup()
by @thaJeztah in #275CONTRIBUTING.md
,CODE_OF_CONDUCT.md
,SECURITY.md
by @thaJeztah in #272New Contributors
Full Changelog: docker/docker-credential-helpers@v0.7.0...v0.8.0
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)
v1.8.0
Compare Source
Additions
FSNOTIFY_DEBUG
to print debug logs to stderr (#619)Changes and fixes
windows: fix behaviour of
WatchList()
to be consistent with other platforms (#610)kqueue: ignore events with Ident=0 (#590)
kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)
kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)
inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)
inotify: fix panic when calling Remove() in a goroutine (#650)
fen: allow watching subdirectories of watched directories (#621)
go-logr/logr (github.com/go-logr/logr)
v1.4.3
Compare Source
Minor release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.2...v1.4.3
v1.4.2
Compare Source
What's Changed
Dependencies:
Full Changelog: go-logr/logr@v1.4.1...v1.4.2
go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)
v0.22.1
Compare Source
v0.22.0
Compare Source
v0.21.2
Compare Source
v0.21.1
Compare Source
v0.21.0
Compare Source
v0.20.3
Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.2
Compare Source
v0.21.1
Compare Source
v0.21.0
Compare Source
v0.20.5
Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.25.1
Compare Source
v0.25.0
Compare Source
v0.24.1
Compare Source
v0.24.0
Compare Source
v0.23.1
Compare Source
v0.23.0
Compare Source
v0.22.10
Compare Source
google/certificate-transparency-go (github.com/google/certificate-transparency-go)
v1.3.2
Compare Source
Misc
CTFE Storage Saving: Extra Data Issuance Chain Deduplication
CTFE Rate Limiting Of Non-Fresh Submissions
To protect a log from being flooded with requests for "old" certificates, optional rate limiting for "non-fresh submissions" can be configured by providing the following flags:
non_fresh_submission_age
non_fresh_submission_burst
non_fresh_submission_limit
This can help to ensure that the log maintains its ability to (1) accept "fresh" submissions and (2) distribute all log entries to monitors.
Dependency updates
v1.3.1
Compare Source
Dependency Update
v1.3.0
Compare Source
CTFE Storage Saving: Extra Data Issuance Chain Deduplication
This feature now supports PostgreSQL, in addition to the support for MySQL/MariaDB that was added in v1.2.0.
Log operators can choose to enable this feature for new PostgreSQL-based CT logs by adding new CTFE configs in the LogMultiConfig and importing the database schema. The other available options are documented in the v1.2.0 changelog entry.
This change is tested in Cloud Build tests using the
postgres:17
Docker image as of the time of writing.Misc
Dependency update
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.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).