Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2025

This PR contains the following updates:

Package Change Age Confidence
firebase.google.com/go/v4 v4.15.1 -> v4.18.0 age confidence

Release Notes

firebase/firebase-admin-go (firebase.google.com/go/v4)

v4.18.0: Firebase Admin Go SDK v4.18.0

Compare Source

New Features
  • feat(auth): Update ActionCodeSettings to support LinkDomain and deprecate DynamicLinkDomain (#​703)
Miscellaneous
  • [chore] Release 4.18.0 (#​708)
  • Bump crypto to 0.40.0 and net to 0.42.0 (#​709)

v4.17.0: Firebase Admin Go SDK v4.17.0

Compare Source

New Features
  • feat(rc): Implementation of Server-side Remote Config
Bug Fixes
  • fix(fcm): Optimize SendEachInBatch with worker pool (#​695)
Miscellaneous
  • [chore] Release 4.17.0 (#​707)
  • Adds new sendEach snippets. (#​702)

v4.16.1: Firebase Admin Go SDK v4.16.1

Compare Source

Bug Fixes
  • fix: set go.mod version to actual min version (#​699)
Miscellaneous

v4.16.0: Firebase Admin Go SDK v4.16.0

Compare Source

New Features
  • feat(fcm): Support Proxy field in FCM AndroidNotification (#​676)
  • feat(fcm): Support for LiveActivityToken field in FCM APNSConfig (#​668)
Miscellaneous
  • [chore] Release 4.16.0 (#​698)
  • chore: Update dependencies and platform support (#​694)

v4.15.2: Firebase Admin Go SDK v4.15.2

Compare Source

Miscellaneous
  • [chore] Release 4.15.2 (#​672)
  • chore: Update dependencies (#​671)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot added the type/deps label Feb 13, 2025
Copy link
Contributor Author

renovate bot commented Feb 13, 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):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.116.0 -> v0.117.0
cloud.google.com/go/firestore v1.17.0 -> v1.18.0
cloud.google.com/go/storage v1.47.0 -> v1.49.0

@renovate renovate bot changed the title fix(deps): update module firebase.google.com/go/v4 to v4.15.2 fix(deps): update module firebase.google.com/go/v4 to v4.15.2 - autoclosed Mar 10, 2025
@renovate renovate bot closed this Mar 10, 2025
@renovate renovate bot deleted the renovate/firebase.google.com-go-v4-4.x branch March 10, 2025 18:11
@pull-request-size pull-request-size bot added size/S and removed size/M labels Mar 10, 2025
@renovate renovate bot changed the title fix(deps): update module firebase.google.com/go/v4 to v4.15.2 - autoclosed fix(deps): update module firebase.google.com/go/v4 to v4.15.2 Mar 10, 2025
@renovate renovate bot reopened this Mar 10, 2025
@renovate renovate bot force-pushed the renovate/firebase.google.com-go-v4-4.x branch from 36321fd to ac72397 Compare June 6, 2025 22:59
@renovate renovate bot changed the title fix(deps): update module firebase.google.com/go/v4 to v4.15.2 fix(deps): update module firebase.google.com/go/v4 to v4.16.0 Jun 6, 2025
Copy link
Contributor Author

renovate bot commented Jun 6, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading golang.org/x/sync v0.16.0
go: downloading github.com/google/go-cmp v0.7.0
go: downloading firebase.google.com/go/v4 v4.18.0
go: downloading google.golang.org/api v0.231.0
go: downloading golang.org/x/crypto v0.40.0
go: downloading golang.org/x/oauth2 v0.30.0
go: downloading cloud.google.com/go/auth v0.16.1
go: downloading cloud.google.com/go v0.121.0
go: downloading google.golang.org/grpc v1.72.0
go: downloading golang.org/x/net v0.42.0
go: downloading golang.org/x/text v0.27.0
go: downloading cloud.google.com/go/firestore v1.18.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading github.com/google/s2a-go v0.1.9
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0
go: downloading golang.org/x/sys v0.34.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0
go: downloading golang.org/x/time v0.11.0
go: downloading google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2
go: downloading google.golang.org/protobuf v1.36.6
go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
go: downloading cloud.google.com/go/storage v1.53.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2
go: downloading go.opentelemetry.io/otel v1.35.0
go: downloading go.opentelemetry.io/otel/metric v1.35.0
go: downloading go.opentelemetry.io/otel/trace v1.35.0
go: downloading cloud.google.com/go/longrunning v0.6.7
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2
go: downloading cloud.google.com/go/iam v1.5.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.35.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.35.0
go: downloading go.opentelemetry.io/otel/sdk v1.35.0
go: downloading cloud.google.com/go/monitoring v1.24.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/envoyproxy/go-control-plane v0.13.4
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.4
go: downloading github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443
go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
go: downloading github.com/spiffe/go-spiffe/v2 v2.5.0
go: downloading github.com/go-jose/go-jose/v4 v4.0.5
go: downloading github.com/zeebo/errs v1.4.0
go: downloading cel.dev/expr v0.23.1
go: downloading google.golang.org/grpc v1.74.2
go: github.com/nikoksr/notify/service/fcm imports
	github.com/appleboy/go-fcm imports
	firebase.google.com/go/v4 imports
	firebase.google.com/go/v4/storage imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/stats/opentelemetry: ambiguous import: found package google.golang.org/grpc/stats/opentelemetry in multiple modules:
	google.golang.org/grpc v1.72.0 (/runner/cache/others/go/pkg/mod/google.golang.org/[email protected]/stats/opentelemetry)
	google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 (/runner/cache/others/go/pkg/mod/google.golang.org/grpc/stats/[email protected])

@pull-request-size pull-request-size bot added size/XS and removed size/S labels Jun 6, 2025
@renovate renovate bot force-pushed the renovate/firebase.google.com-go-v4-4.x branch from ac72397 to 974a766 Compare June 11, 2025 22:57
@renovate renovate bot changed the title fix(deps): update module firebase.google.com/go/v4 to v4.16.0 fix(deps): update module firebase.google.com/go/v4 to v4.16.1 Jun 11, 2025
@renovate renovate bot force-pushed the renovate/firebase.google.com-go-v4-4.x branch from 974a766 to 28d97a6 Compare July 17, 2025 21:04
@renovate renovate bot changed the title fix(deps): update module firebase.google.com/go/v4 to v4.16.1 fix(deps): update module firebase.google.com/go/v4 to v4.17.0 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/firebase.google.com-go-v4-4.x branch from 28d97a6 to 63685e0 Compare July 31, 2025 22:39
@renovate renovate bot changed the title fix(deps): update module firebase.google.com/go/v4 to v4.17.0 fix(deps): update module firebase.google.com/go/v4 to v4.18.0 Jul 31, 2025
@renovate renovate bot changed the title fix(deps): update module firebase.google.com/go/v4 to v4.18.0 fix(deps): update module firebase.google.com/go/v4 to v4.18.0 - autoclosed Aug 31, 2025
@renovate renovate bot closed this Aug 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant