8000 chore(deps): Update go deps by renovate[bot] · Pull Request #2367 · cerbos/cerbos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 1 commit into from
Nov 4, 2024
Merged

chore(deps): Update go deps #2367

merged 1 commit into from
Nov 4, 2024

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/adrg/xdg v0.5.0 -> v0.5.3 age adoption passing confidence require patch
github.com/alecthomas/kong v1.2.1 -> v1.3.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.28.0 -> v1.28.1 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.25.2 -> v1.25.3 age adoption passing confidence require patch
github.com/bufbuild/buf v1.45.0 -> v1.46.0 age adoption passing confidence require minor
github.com/goccy/go-yaml v1.12.0 -> v1.13.4 age adoption passing confidence require minor
github.com/goreleaser/goreleaser/v2 v2.3.2 -> v2.4.1 age adoption passing confidence require minor
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0 age adoption passing confidence require minor
github.com/minio/minio-go/v7 v7.0.79 -> v7.0.80 age adoption passing confidence require patch
github.com/rivo/tview c5e4fb2 -> c76f787 age adoption passing confidence require digest

Release Notes

adrg/xdg (github.com/adrg/xdg)

v0.5.3

Compare Source

Changelog
  • Updated 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
  • Improved package testing.

v0.5.2

Compare Source

Changelog
  • Updated logic of xdg.RuntimeFile: due to the special nature of the runtime 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's temporary 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:

    The lifetime of the directory MUST be bound to the user being logged in. It MUST be created when the user first logs in and if the user fully logs out the directory MUST be removed. If the user logs in more than once they should get pointed to the same directory, and it is mandatory that the directory continues to exist from their first login to their last logout on the system, and not removed in between. Files in the directory MUST not survive reboot or a full logout/login cycle.

    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
  • Added support for the non-standard XDG_BIN_HOME base directory.
    See XDG base directories README section for more details.
  • Added more config and data search locations on macOS.
    • Added ~/.config at the end of the list of default locations for XDG_CONFIG_DIRS.
    • Added ~/.local/share at the end of the list of default locations for XDG_DATA_DIRS.
  • Added more application search locations on Windows:
    • %ProgramFiles%
    • %ProgramFiles%\Common Files
    • %LOCALAPPDATA%\Programs
    • %LOCALAPPDATA%\Programs\Common
Internal
  • Updated golang.org/x/sys dependency to the latest version.
  • Improved package testing.
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

  • Add buf registry whoami command, which checks if you are logged in to the Buf Schema
    Registry at a given domain.
goccy/go-yaml (github.com/goccy/go-yaml)

v1.13.4: 1.13.4

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.3...v1.13.4

v1.13.3: 1.13.3

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.13.2...v1.13.3

v1.13.2: 1.13.2

Compare Source

What's Changed

Full Changelog: goccy/go-yaml@v1.13.1...v1.13.2

v1.13.1: 1.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.13.0...v1.13.1

v1.13.0: 1.13.0

Compare 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
Documentation updates
Other work

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?

GoReleaser logo

v2.4.0

Compare Source

Changelog

New Features
Bug fixes
Dependency updates
Documentation updates
Build process updates
Other work

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?

GoReleaser logo

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 Release

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added area/dependencies Pull requests that update a dependency file bots kind/chore labels Nov 4, 2024
Copy link
Contributor Author
renovate bot commented Nov 4, 2024

ℹ Artifact update notice

File name: api/genpb/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/text v0.17.0 -> v0.19.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20241021214115-324edc3d5d38
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2 v1.32.2 -> v1.32.3
github.com/aws/aws-sdk-go-v2/credentials v1.17.41 -> v1.17.42
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 -> v1.16.18
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 -> v1.3.22
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 -> v2.6.22
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 -> v1.12.3
github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 -> v1.24.3
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 -> v1.28.3
github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 -> v1.32.3
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20241021214115-324edc3d5d38
File name: tools/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 52 additional dependencies were updated

Details:

< 8000 td align="left">github.com/bufbuild/protovalidate-go
Package Change
buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go v1.34.2-20240928190436-5e8abcfd7a7e.2 -> v1.35.1-20241023225133-42bdb4b67625.1
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240920164238-5a7b106cbb87.2 -> v1.35.1-20240920164238-5a7b106cbb87.1
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.17.0-20240925012807-1610ffa05635.1 -> v1.17.0-20241025140216-aa40f2c93090.1
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240925012807-1610ffa05635.2 -> v1.35.1-20241025140216-aa40f2c93090.1
buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go v1.34.2-20240828222655-5345c0a56177.2 -> v1.35.1-20241007202033-cf42259fcbfc.1
buf.build/go/bufplugin v0.5.0 -> v0.6.0
github.com/alessio/shellescape v1.4.1 -> v1.4.2
github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.30.5
github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.27.33
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.17.32
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.16.13
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.3.17
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.6.17
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.1
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 -> v1.11.4
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 -> v1.11.19
github.com/aws/aws-sdk-go-v2/service/kms v1.35.3 -> v1.35.7
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.22.7
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.26.7
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.30.7
github.com/aws/smithy-go v1.20.3 -> v1.20.4
github.com/blacktop/go-macho v1.1.225 -> v1.1.231
v0.7.2 -> v0.7.3-0.20241015162221-1446f1e1d576
github.com/charmbracelet/lipgloss v0.13.0 -> v1.0.0
github.com/charmbracelet/x/ansi v0.1.4 -> v0.4.2
github.com/containerd/containerd v1.7.22 -> v1.7.23
github.com/containerd/errdefs v0.2.0 -> v0.3.0
github.com/gabriel-vasile/mimetype v1.4.4 -> v1.4.5
github.com/google/ko v0.16.0 -> v0.17.1
github.com/google/pprof v0.0.0-20241001023024-f4c0cfd0cf1d -> v0.0.0-20241017200806-017d972448fc
github.com/goreleaser/nfpm/v2 v2.40.0 -> v2.41.0
github.com/klauspost/compress v1.17.10 -> v1.17.11
github.com/letsencrypt/boulder v0.0.0-20231026200631-000cd05d5491 -> v0.0.0-20240620165639-de9c06129bec
github.com/mattn/go-mastodon v0.0.8 -> v0.0.9
github.com/quic-go/quic-go v0.47.0 -> v0.48.1
github.com/sigstore/cosign/v2 v2.2.4 -> v2.4.1
github.com/sigstore/sigstore v1.8.3 -> v1.8.9
github.com/slack-go/slack v0.14.0 -> v0.15.0
github.com/xanzy/go-gitlab v0.109.0 -> v0.112.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.56.0
go.opentelemetry.io/otel v1.30.0 -> v1.31.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.31.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.31.0
go.uber.org/automaxprocs v1.5.3 -> v1.6.0
go.uber.org/mock v0.4.0 -> v0.5.0
go.uber.org/zap/exp v0.1.1-0.20240913022758-ede8e1888f83 -> v0.3.0
gocloud.dev v0.39.0 -> v0.40.0
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 -> v0.0.0-20241009180824-f66d83c29e7c
google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f -> v0.0.0-20241021214115-324edc3d5d38
google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f -> v0.0.0-20241021214115-324edc3d5d38
k8s.io/klog/v2 v2.120.1 -> v2.130.1
sigs.k8s.io/kind v0.23.0 -> v0.24.0

@dbuduev dbuduev changed the title chore(deps): update go deps chore(deps): Update go deps Nov 4, 2024
@renovate renovate bot changed the title chore(deps): Update go deps chore(deps): update go deps Nov 4, 2024
@dbuduev dbuduev changed the title chore(deps): update go deps chore(deps): Update go deps Nov 4, 2024
@dbuduev dbuduev enabled auto-merge (squash) November 4, 2024 04:26
@dbuduev dbuduev merged commit 576637c into main Nov 4, 2024
22 of 24 checks passed
@renovate renovate bot deleted the renovate/go-deps branch November 4, 2024 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file bots kind/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0