-
Notifications
You must be signed in to change notification settings - Fork 156
chore(deps): Update go deps #2367
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
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ℹ Artifact update noticeFile name: api/genpb/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: tools/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This PR contains the following updates:
v0.5.0
->v0.5.3
v1.2.1
->v1.3.0
v1.28.0
->v1.28.1
v1.25.2
->v1.25.3
v1.45.0
->v1.46.0
v1.12.0
->v1.13.4
v2.3.2
->v2.4.1
v2.22.0
->v2.23.0
v7.0.79
->v7.0.80
c5e4fb2
->c76f787
Release Notes
adrg/xdg (github.com/adrg/xdg)
v0.5.3
Compare Source
Changelog
xdg.SearchRuntimeFile
to also look in the operating system's temporary directory for runtime files.This covers unlikely cases in which runtime files cannot be written relative to the base runtime directory either because it does not exist or it is not accessible, so
xdg.RuntimeFile
suggests the operating system's temporary directory as a suitable fallback location.Internal
v0.5.2
Compare Source
Changelog
Updated logic of
xdg.RuntimeFile
: due to the special nature of theruntime directory
, the function no longer attempts to create it if it does not exist. If that's the case, the function uses the operating system'stemporary directory
as a fallback. The function still creates subdirectories relative to the base runtime directory or its fallback.Justification: the creation of the runtime directory is not in the scope of this package as it has special requirements defined by the XDG Base Directory Specification. Relevant excerpt:
Also, on
Linux
, the parent directories of the default user runtime directory are owned by the root user so they cannot be created by a regular user. pam_systemd is usually responsible for creating the runtime directory (/run/user/$UID
).v0.5.1
Compare Source
Changelog
XDG_BIN_HOME
base directory.See XDG base directories README section for more details.
macOS
.~/.config
at the end of the list of default locations forXDG_CONFIG_DIRS
.~/.local/share
at the end of the list of default locations forXDG_DATA_DIRS
.Windows
:%ProgramFiles%
%ProgramFiles%\Common Files
%LOCALAPPDATA%\Programs
%LOCALAPPDATA%\Programs\Common
Internal
golang.org/x/sys
dependency to the latest version.alecthomas/kong (github.com/alecthomas/kong)
v1.3.0
Compare Source
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/marketplacemetering)
v1.25.3
bufbuild/buf (github.com/bufbuild/buf)
v1.46.0
Compare Source
buf registry whoami
command, which checks if you are logged in to the Buf SchemaRegistry at a given domain.
goccy/go-yaml (github.com/goccy/go-yaml)
v1.13.4
: 1.13.4Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.3...v1.13.4
v1.13.3
: 1.13.3Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.13.2...v1.13.3
v1.13.2
: 1.13.2Compare Source
What's Changed
Full Changelog: goccy/go-yaml@v1.13.1...v1.13.2
v1.13.1
: 1.13.1Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.13.0...v1.13.1
v1.13.0
: 1.13.0Compare Source
What's Changed
New Contributors
Full Changelog: goccy/go-yaml@v1.12.0...v1.12.1
goreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)
v2.4.1
Compare Source
Changelog
Bug fixes
e0a21a1
: fix(nfpm): bad filename for 386 (@caarlos0)Documentation updates
a2c63b5
: docs: announcement (@caarlos0)Other work
1b1a2be
: chore: auto-update generated files (@actions-user)Full Changelog: goreleaser/goreleaser@v2.4.0...v2.4.1
Helping out 8000
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.4.0
Compare Source
Changelog
New Features
d583861
: feat(build): add GO386, GOMIPS64, GORISCV64, and GOPPC64 support (#5186) (@caarlos0)d722aac
: feat(ko): support annotations and user (#5227) (@maxbrunet)0468da1
: feat: default GOARM change to 7 (#5157) (@caarlos0)b269cc9
: feat: use context for HTTP request in discord (#5232) (@alexandear)Bug fixes
47212a5
: fix(brew): Fix Forumla Class Name builder (#5192) (@pquerna)b2a02b5
: fix(changelog): fix random order of first commit in first release (#5173) (@Juneezee)efd9edc
: fix(gitlab): improve artifact upload retry (#5185) (@caarlos0)f65c757
: fix(nfpm): wrong filename for arm64 (@caarlos0)66db8c0
: fix: build 386 (@caarlos0)d933d8b
: fix: first class build targets (@caarlos0)244bbf0
: fix: quill dependency conflics (@caarlos0)33dfbce
: fix: remove filetype exe from chocolatey template (#5159) (@robinovitch61)2bdfbdc
: fix: signature template failed silently after signing process completed (#5148) (@jamestelfer)d3f8bbf
: fix: snapshot version template should not have the leading 'v' (@caarlos0)24c6060
: fix: standardize .Ext to always have the preceding.
(#5207) (@caarlos0)d3ce82f
: fix: tmpl.386
->.I386
(@caarlos0)91525f7
: fix: tmpl always copy before modifying (#5200) (@caarlos0)869ef71
: fix: typo in testctx.WithConfig parameter (#5220) (@alexandear)724d4ae
: refactor: improve buildtarget.List (#5208) (@caarlos0)12155a3
: refactor: remove empty lines, fix //nolint (#5235) (@alexandear)57365c1
: refactor: rename archive.Copying to archive.Copy (#5233) (@alexandear)0f48a6d
: refactor: use std maps,slices instead of golang.org/exp (#5221) (@alexandear)Dependency updates
42185b6
: chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (#5184) (@dependabot[bot])4871e76
: chore(deps): bump actions/cache from 4.1.0 to 4.1.1 (#5189) (@dependabot[bot])542e5a0
: chore(deps): bump actions/cache from 4.1.1 to 4.1.2 (#5217) (@dependabot[bot])15d5473
: chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#5158) (@dependabot[bot])ec2447f
: chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#5187) (@dependabot[bot])96609bd
: chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#5219) (@dependabot[bot])8856062
: chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (#5222) (@dependabot[bot])70ae5bb
: chore(deps): bump anchore/sbom-action from 0.17.2 to 0.17.3 (#5199) (@dependabot[bot])562ca2e
: chore(deps): bump anchore/sbom-action from 0.17.3 to 0.17.5 (#5214) (@dependabot[bot])7e48917
: chore(deps): bump anchore/sbom-action from 0.17.5 to 0.17.6 (#5231) (@dependabot[bot])617ad4a
: chore(deps): bump anchore/scan-action from 4 to 5 (#5198) (@dependabot[bot])1098031
: chore(deps): bump cachix/install-nix-action from 29 to 30 (#5169) (@dependabot[bot])9629734
: chore(deps): bump cachix/install-nix-action from V28 to 29 (#5160) (@dependabot[bot])8f1f86a
: chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#5163) (@dependabot[bot])3a859db
: chore(deps): bump dagger/dagger-for-github from 6.11.0 to 6.12.0 (#5190) (@dependabot[bot])8843f09
: chore(deps): bump dagger/dagger-for-github from 6.12.0 to 6.13.0 (#5193) (@dependabot[bot])f92937b
: chore(deps): bump dagger/dagger-for-github from 6.13.0 to 6.14.0 (#5228) (@dependabot[bot])4021d43
: chore(deps): bump dagger/dagger-for-github from 6.8.0 to 6.9.0 (#5144) (@dependabot[bot])d456f79
: chore(deps): bump dagger/dagger-for-github from 6.9.0 to 6.11.0 (#5150) (@dependabot[bot])747c11d
: chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.0 (#5165) (@dependabot[bot])2841417
: chore(deps): bump docker/setup-buildx-action from 3.7.0 to 3.7.1 (#5170) (@dependabot[bot])3f406df
: chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.0 to 0.13.1 (#5215) (@dependabot[bot])c92ffb4
: chore(deps): bump github.com/charmbracelet/lipgloss from 0.13.1 to 1.0.0 (#5237) (@dependabot[bot])8ddb7b8
: chore(deps): bump github.com/google/ko from 0.16.0 to 0.17.1 (#5223) (@dependabot[bot])883c155
: chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 (#5197) (@dependabot[bot])dde4f8f
: chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 (#5151) (@dependabot[bot])7d4671a
: chore(deps): bump github.com/mattn/go-mastodon from 0.0.8 to 0.0.9 (#5224) (@dependabot[bot])f946a9c
: chore(deps): bump github.com/slack-go/slack from 0.14.0 to 0.15.0 (#5201) (@dependabot[bot])adfe828
: chore(deps): bump github.com/xanzy/go-gitlab from 0.109.0 to 0.110.0 (#5181) (@dependabot[bot])ce90955
: chore(deps): bump github.com/xanzy/go-gitlab from 0.110.0 to 0.111.0 (#5195) (@dependabot[bot])5d62156
: chore(deps): bump github.com/xanzy/go-gitlab from 0.111.0 to 0.112.0 (#5202) (@dependabot[bot])13f8857
: chore(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (#5188) (@dependabot[bot])0f87e6f
: chore(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (#5203) (@dependabot[bot])e52b71e
: chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (#5216) (@dependabot[bot])8428a1e
: chore(deps): bump github/codeql-action from 3.26.7 to 3.26.8 (#5143) (@dependabot[bot])c8cb976
: chore(deps): bump github/codeql-action from 3.26.8 to 3.26.9 (#5156) (@dependabot[bot])e62db3c
: chore(deps): bump github/codeql-action from 3.26.9 to 3.26.11 (#5171) (@dependabot[bot])86fe795
: chore(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (#5152) (@dependabot[bot])c4900fb
: chore(deps): bump gocloud.dev from 0.39.0 to 0.40.0 (#5194) (@dependabot[bot])7b697a8
: chore(deps): bump golang from 1.23.1-alpine to 1.23.2-alpine (#5164) (@dependabot[bot])0949389
: chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#5180) (@dependabot[bot])d23f2c7
: chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 (#5179) (@dependabot[bot])daf917f
: chore(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 (#5182) (@dependabot[bot])71e7a63
: chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#5166) (@dependabot[bot])156f495
: chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#5183) (@dependabot[bot])a2257ee
: chore(deps): update go-github to v66 (@caarlos0)2d0d9d9
: chore(deps): update nfpm (@caarlos0)Documentation updates
c08d7cd
: docs: correct spelling errors in documentation (#5149) (@SpiffyEight77)d246966
: docs: experiment version (@caarlos0)a93f40b
: docs: fix (@caarlos0)d4b8c6b
: docs: improve ko docs (@caarlos0)7f50679
: docs: update (@caarlos0)4b91ae3
: docs: update (@caarlos0)ca5ad8c
: docs: update (@caarlos0)248c7fc
: docs: update (@caarlos0)bce9035
: docs: update contributing (@caarlos0)636a147
: docs: update schema (@caarlos0)Build process updates
3cf2556
: ci: auto-merge dependabot PRs (@caarlos0)d594cdd
: ci: daggerize test pipeline (#4969) (@kpenfound)6a84e40
: ci: release to riscv64 (#5196) (@mengzhuo)Other work
205b346
: chore(docs): update schema (@caarlos0)0a42a98
: chore: auto-update generated files (@actions-user)b8aef10
: perf(changelog): improve changelog sort performance (#5161) (@Juneezee)012cfc3
: point to GHCR instead of GCR for cosign container (#5176) (@bobcallaway)Full Changelog: goreleaser/goreleaser@v2.3.2...v2.4.0
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.23.0
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.22.0...v2.23.0
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.80
: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.79...v7.0.80
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.
This PR was generated by Mend Renovate. View the repository job log.