Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.27.28 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.23.3 -> v1.23.4 age adoption passing confidence require patch
github.com/aws/smithy-go v1.20.3 -> v1.20.4 age adoption passing confidence require patch
github.com/bufbuild/buf v1.36.0 -> v1.37.0 age adoption passing confidence require minor
github.com/bufbuild/protovalidate-go v0.6.3 -> v0.6.4 age adoption passing confidence require patch
github.com/dadav/helm-schema 82590e8 -> 4e067df age adoption passing confidence require digest
github.com/golangci/golangci-lint v1.59.1 -> v1.60.1 age adoption passing confidence require minor
github.com/goreleaser/goreleaser/v2 v2.1.0 -> v2.2.0 age adoption passing confidence require minor
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 -> v2.22.0 age adoption passing confidence require minor
github.com/minio/minio-go/v7 v7.0.74 -> v7.0.75 age adoption passing confidence require patch
github.com/ory/dockertest/v3 v3.10.0 -> v3.11.0 age adoption passing confidence require minor
github.com/prometheus/client_golang v1.19.1 -> v1.20.0 age adoption passing confidence require minor
github.com/rivo/tview e4c497c -> fd649db age adoption passing confidence require digest
github.com/vektra/mockery/v2 v2.44.1 -> v2.44.2 age adoption passing confidence require patch
go (source) 1.22.6 -> 1.23.0 age adoption passing confidence toolchain minor
gonum.org/v1/gonum v0.15.0 -> v0.15.1 age adoption passing confidence require patch
google.golang.org/genproto/googleapis/api 573a115 -> ddb44da age adoption passing confidence require digest
helm.sh/helm/v3 v3.15.3 -> v3.15.4 age adoption passing confidence require patch

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/marketplacemetering)

v1.23.4

aws/smithy-go (github.com/aws/smithy-go)

v1.20.4

Compare Source

bufbuild/buf (github.com/bufbuild/buf)

v1.37.0

Compare Source

  • Add STABLE_PACKAGE_NO_IMPORT_UNSTABLE lint rule which disallows files from stable packages
    to import files from unstable packages.
  • Fix plugin push failures when pushing an image built with containerd image store.
bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)

v0.6.4

Compare Source

This release adds support for Protobuf Editions features.

What's Changed

Full Changelog: bufbuild/protovalidate-go@v0.6.3...v0.6.4

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.60.1

Compare Source

v1.60.0

Compare Source

goreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)

v2.2.0

Compare Source

Changelog

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

Full Changelog: goreleaser/goreleaser@v2.1.0...v2.2.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.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.21.0...v2.22.0

minio/minio-go (github.com/minio/minio-go/v7)

v7.0.75: Bugfix Release

Compare Source

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.74...v7.0.75

ory/dockertest (github.com/ory/dockertest/v3)

v3.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: ory/dockertest@v3.10.0...v3.11.0

prometheus/client_golang (github.com/prometheus/client_golang)

v1.20.0

Compare Source

Thanks everyone for contributions!

⚠️ In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default collectors.NewGoCollector() collector. Given its popular usage, expect your binary to expose two additional metric.

Changes

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #​1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #​1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #​1568 #​1578
  • [FEATURE] testutil: Add CollectAndFormat method. #​1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #​1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #​1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #​1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #​1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #​1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #​1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #​1455
  • [BUGFIX] promhttp: Make sure server
    instrumentation wrapping supports new and future extra responseWriter methods. #​1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #​1424
All commits

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 Aug 19, 2024
Copy link
Contributor Author

renovate bot commented Aug 19, 2024

ℹ Artifact update notice

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):

  • 16 additional dependencies were updated

Details:

Package Change
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.30.4
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.17.28
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.16.12
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.3.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.6.16
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.18
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.22.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.26.5
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.30.4
github.com/opencontainers/image-spec v1.1.0-rc6 -> v1.1.0
github.com/opencontainers/runc v1.1.12 -> v1.1.13
golang.org/x/oauth2 v0.21.0 -> v0.22.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf -> v0.0.0-20240814211410-ddb44dafa142
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):

  • 75 additional dependencies were updated

Details:

Package Change
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240508200655-46a4cf4ba109.2 -> v1.34.2-20240717164558-a6c49f84cc0f.2
buf.build/gen/go/bufbuild/registry/connectrpc/go v1.16.2-20240610164129-660609bc46d3.1 -> v1.16.2-20240801134127-09fbc17f7c9e.1
buf.build/gen/go/bufbuild/registry/protocolbuffers/go v1.34.2-20240610164129-660609bc46d3.2 -> v1.34.2-20240801134127-09fbc17f7c9e.2
cloud.google.com/go v0.112.1 -> v0.112.2
cloud.google.com/go/iam v1.1.6 -> v1.1.7
cloud.google.com/go/storage v1.39.1 -> v1.40.0
code.gitea.io/sdk/gitea v0.18.0 -> v0.19.0
connectrpc.com/otelconnect v0.7.0 -> v0.7.1
github.com/Antonboom/testifylint v1.3.1 -> v1.4.3
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 -> v1.12.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 -> v1.7.0
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 -> v1.9.0
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.1 -> v1.3.2
github.com/BurntSushi/toml v1.4.0 -> v1.4.1-0.20240526193622-a339e1f7089c
github.com/Crocmagnon/fatcontext v0.2.2 -> v0.4.0
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.2.0 -> v3.3.0
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/atc0005/go-teams-notify/v2 v2.10.0 -> v2.11.0
github.com/aws/aws-sdk-go v1.54.18 -> v1.55.3
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.1 -> v1.6.2
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.9 -> v1.16.15
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.3 -> v1.3.5
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.5 -> v1.3.7
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.3 -> v1.17.5
github.com/aws/aws-sdk-go-v2/service/kms v1.30.0 -> v1.31.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.51.4 -> v1.53.1
github.com/bombsimon/wsl/v4 v4.2.1 -> v4.4.1
github.com/bufbuild/protovalidate-go v0.6.2 -> v0.6.3
github.com/bufbuild/protoyaml-go v0.1.9 -> v0.1.10
github.com/caarlos0/env/v11 v11.1.0 -> v11.2.2
github.com/caarlos0/log v0.4.5 -> v0.4.6
github.com/charmbracelet/lipgloss v0.12.0 -> v0.12.1
github.com/charmbracelet/x/ansi v0.1.3 -> v0.1.4
github.com/docker/cli v26.1.4+incompatible -> v27.1.2+incompatible
github.com/docker/docker v27.1.1+incompatible -> v27.1.2+incompatible
github.com/go-chi/chi/v5 v5.0.14 -> v5.1.0
github.com/gofrs/flock v0.8.1 -> v0.12.1
github.com/gofrs/uuid/v5 v5.2.0 -> v5.3.0
github.com/google/cel-go v0.20.1 -> v0.21.0
github.com/google/go-containerregistry v0.20.0 -> v0.20.2
github.com/google/ko v0.15.4 -> v0.16.0
github.com/google/pprof v0.0.0-20240622144329-c177fd99eaa9 -> v0.0.0-20240727154555-813a5fbdbec8
github.com/goreleaser/nfpm/v2 v2.38.0 -> v2.39.0
github.com/jjti/go-spancheck v0.6.1 -> v0.6.2
github.com/mgechev/revive v1.3.7 -> v1.3.9
github.com/moricho/tparallel v0.3.1 -> v0.3.2
github.com/polyfloyd/go-errorlint v1.5.2 -> v1.6.0
github.com/ryancurrah/gomodguard v1.3.2 -> v1.3.3
github.com/sashamelentyev/usestdlibvars v1.26.0 -> v1.27.0
github.com/sivchari/tenv v1.7.1 -> v1.10.0
github.com/slack-go/slack v0.13.0 -> v0.13.1
github.com/uudashr/gocognit v1.1.2 -> v1.1.3
github.com/xanzy/go-gitlab v0.106.0 -> v0.107.0
go-simpler.org/sloglint v0.7.1 -> v0.7.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 -> v0.51.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 -> v0.53.0
go.opentelemetry.io/otel v1.24.0 -> v1.28.0
go.opentelemetry.io/otel/metric v1.24.0 -> v1.28.0
go.opentelemetry.io/otel/sdk v1.24.0 -> v1.28.0
go.opentelemetry.io/otel/trace v1.24.0 -> v1.28.0
golang.org/x/crypto v0.25.0 -> v0.26.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 -> v0.0.0-20240808152545-0cdaa3abc0fa
golang.org/x/mod v0.19.0 -> v0.20.0
golang.org/x/net v0.27.0 -> v0.28.0
golang.org/x/oauth2 v0.21.0 -> v0.22.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.22.0 -> v0.24.0
golang.org/x/term v0.22.0 -> v0.23.0
golang.org/x/text v0.16.0 -> v0.17.0
golang.org/x/tools v0.23.0 -> v0.24.0
google.golang.org/api v0.172.0 -> v0.176.1
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 -> v0.0.0-20240415180920-8c6c420018be
google.golang.org/genproto/googleapis/api v0.0.0-20240723171418-e6d459c13d2a -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a -> v0.0.0-20240814211410-ddb44dafa142
honnef.co/go/tools v0.4.7 -> v0.5.0
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.16.0 -> v0.17.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf -> v0.0.0-20240814211410-ddb44dafa142

Signed-off-by: Charith Ellawala <charith@cerbos.dev>
Copy link
Contributor Author

renovate bot commented Aug 19, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@charithe charithe changed the title chore(deps): update go deps chore(deps): Update go deps Aug 19, 2024
@charithe charithe merged commit 5508335 into main Aug 19, 2024
22 of 23 checks passed
@charithe charithe deleted the renovate/go-deps branch August 19, 2024 08:29
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