Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
cloud.google.com/go/iam v1.5.2v1.5.3 age confidence require patch
github.com/googleapis/gax-go/v2 v2.15.0v2.16.0 age confidence require minor
github.com/spf13/cobra v1.9.1v1.10.2 age confidence require minor
github.com/spf13/viper v1.20.1v1.21.0 age confidence require minor
go (source) 1.24.71.25.5 age confidence toolchain minor
golang.org/x/oauth2 v0.30.0v0.34.0 age confidence require minor
golang.org/x/sync v0.16.0v0.19.0 age confidence require minor
google.golang.org/api v0.247.0v0.259.0 age confidence require minor
google.golang.org/genproto 513f2390a764e5 age confidence require digest
google.golang.org/genproto/googleapis/api 31223100a764e5 age confidence require digest
google.golang.org/genproto/googleapis/rpc 31223100a764e5 age confidence require digest
google.golang.org/protobuf v1.36.7v1.36.11 age confidence require patch

Release Notes

googleapis/gax-go (github.com/googleapis/gax-go/v2)

v2.16.0: v2 2.16.0

Compare Source

Features
spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

spf13/viper (github.com/spf13/viper)

v1.21.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.20.0...v1.21.0

golang/go (go)

v1.25.5

v1.25.4

v1.25.3

v1.25.2

v1.25.1

v1.25.0

v1.24.11

v1.24.10

v1.24.9

v1.24.8

googleapis/google-api-go-client (google.golang.org/api)

v0.259.0

Compare Source

⚠ BREAKING CHANGES
  • remove firebaseremoteconfig from package list (#​3422)
Features
Bug Fixes
Miscellaneous Chores

v0.258.0

Compare Source

Features

v0.257.0

Compare Source

Features

v0.256.0

Compare Source

Features

v0.255.0

Compare Source

Features

v0.254.0

Compare Source

Features

v0.253.0

Compare Source

Features

v0.252.0

Compare Source

Features

v0.251.0

Compare Source

Features

v0.250.0

Compare Source

Features

v0.249.0

Compare Source

Features

v0.248.0

Compare Source

Features
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.11

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11

User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.

Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds

Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice

v1.36.10

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.9...v1.36.10

Bug fixes:
CL/704415: reflect/protodesc: edition-2024-specific properties should not be lost when converting FileDescriptorProto to protoreflect.FileDescriptor

Maintenance:
CL/708555: internal/race_test: add missing impl.LazyEnabled() t.Skip
CL/703295: proto: add more invalid group encoding test cases
CL/703276: internal/impl: verify lazy unmarshal on Deterministic encoding
CL/703275: internal/impl: stop using deprecated .Field in lazy_test.go
CL/702795: all: update to latest github.com/google/go-cmp

v1.36.9

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.8...v1.36.9

User-visible changes:
CL/699715: cmd/protoc-gen-go: add test for "import option" directive
CL/699115: internal/editionssupport: declare support for edition 2024
CL/697595: editions: Fix spelling mistake in panic message

v1.36.8

Compare Source

Maintenance:

CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate-bot renovate-bot requested review from a team as code owners April 28, 2025 08:06
@forking-renovate forking-renovate bot added the automerge Summon MOG for automerging label Apr 28, 2025
@forking-renovate
Copy link

forking-renovate bot commented Apr 28, 2025

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

  • 21 additional dependencies were updated

Details:

Package Change
google.golang.org/grpc v1.74.2 -> v1.77.0
cloud.google.com/go/auth v0.16.4 -> v0.17.0
cloud.google.com/go/compute/metadata v0.8.0 -> v0.9.0
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.4.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/sagikazarmark/locafero v0.7.0 -> v0.11.0
github.com/sourcegraph/conc v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/afero v1.12.0 -> v1.15.0
github.com/spf13/cast v1.7.1 -> v1.10.0
github.com/spf13/pflag v1.0.6 -> v1.0.10
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.36.0 -> v1.38.0
golang.org/x/crypto v0.41.0 -> v0.45.0
golang.org/x/net v0.43.0 -> v0.47.0
golang.org/x/sys v0.35.0 -> v0.38.0
golang.org/x/text v0.28.0 -> v0.31.0
golang.org/x/time v0.12.0 -> v0.14.0

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 28, 2025
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 2 times, most recently from 9fb58b6 to b3e760a Compare April 28, 2025 22:28
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label Apr 29, 2025
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 4 times, most recently from 0b0ffb8 to d860861 Compare May 6, 2025 20:04
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 3 times, most recently from 24fe0d8 to 7e5af70 Compare May 13, 2025 16:48
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 3 times, most recently from d49b020 to cda4d32 Compare May 21, 2025 23:48
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 2 times, most recently from dc912da to 0e4f985 Compare June 9, 2025 10:31
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 3 times, most recently from 2226816 to 3cd26e4 Compare June 23, 2025 07:03
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 2 times, most recently from a97d0f1 to 4131bee Compare July 7, 2025 10:32
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 2 times, most recently from 6ffe357 to 4261f15 Compare July 21, 2025 08:10
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 2 times, most recently from 30846b5 to 9ad90fd Compare August 3, 2025 14:24
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 3 times, most recently from 25ef770 to 8731460 Compare October 14, 2025 20:35
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 4 times, most recently from 02c39d2 to 9baab5e Compare October 22, 2025 18:59
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 4 times, most recently from dce729d to c71b399 Compare November 4, 2025 20:56
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 6 times, most recently from 395fcbd to b40a5be Compare November 12, 2025 12:42
@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 4 times, most recently from 7575af5 to 37bf190 Compare December 8, 2025 14:00
@forking-renovate
Copy link

forking-renovate bot commented Dec 12, 2025

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

  • 21 additional dependencies were updated

Details:

Package Change
google.golang.org/grpc v1.74.2 -> v1.78.0
cloud.google.com/go/auth v0.16.4 -> v0.18.0
cloud.google.com/go/compute/metadata v0.8.0 -> v0.9.0
github.com/fsnotify/fsnotify v1.8.0 -> v1.9.0
github.com/go-viper/mapstructure/v2 v2.2.1 -> v2.4.0
github.com/googleapis/enterprise-certificate-proxy v0.3.6 -> v0.3.7
github.com/pelletier/go-toml/v2 v2.2.3 -> v2.2.4
github.com/sagikazarmark/locafero v0.7.0 -> v0.11.0
github.com/sourcegraph/conc v0.3.0 -> v0.3.1-0.20240121214520-5f936abd7ae8
github.com/spf13/afero v1.12.0 -> v1.15.0
github.com/spf13/cast v1.7.1 -> v1.10.0
github.com/spf13/pflag v1.0.6 -> v1.0.10
go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
go.opentelemetry.io/otel v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.36.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.36.0 -> v1.38.0
golang.org/x/crypto v0.41.0 -> v0.46.0
golang.org/x/net v0.43.0 -> v0.48.0
golang.org/x/sys v0.35.0 -> v0.39.0
golang.org/x/text v0.28.0 -> v0.32.0
golang.org/x/time v0.12.0 -> v0.14.0

@renovate-bot renovate-bot force-pushed the renovate/golang-all branch 3 times, most recently from cf50477 to 73bbe60 Compare December 18, 2025 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant