Skip to content
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

chore(deps): bump the all group across 1 directory with 12 updates #727

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the all group with 5 updates in the / directory:

Package From To
cloud.google.com/go/iam 1.2.2 1.3.1
cloud.google.com/go/longrunning 0.6.2 0.6.4
github.com/google/cel-go 0.21.0 0.23.0
go.einride.tech/aip 0.68.0 0.68.1
go.einride.tech/spanner-aip 0.63.0 0.64.0

Updates cloud.google.com/go/iam from 1.2.2 to 1.3.1

Release notes

Sourced from cloud.google.com/go/iam's releases.

securesourcemanager: v1.3.1

1.3.1 (2025-01-02)

Bug Fixes

  • securesourcemanager: Update golang.org/x/net to v0.33.0 (e9b0b69)
Changelog

Sourced from cloud.google.com/go/iam's changelog.

Changes

0.118.0 (2025-01-02)

Features

  • civil: Add AddMonths, AddYears and Weekday methods to Date (#11340) (d45f1a0)

0.117.0 (2024-12-16)

Features

0.116.0 (2024-10-09)

Features

0.115.1 (2024-08-13)

Bug Fixes

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)

0.114.0 (2024-05-23)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10193) (c2920d7)

... (truncated)

Commits
  • 559b86a chore: release main (#8706)
  • 174da47 fix(all): update golang.org/x/net to v0.17.0 (#8705)
  • 89eeeff chore: release main (#8664)
  • 0e43b40 feat(shopping): new clients (#8699)
  • 9c502c2 fix: Update go_package and Go importpath (#8667)
  • 4284639 chore(ci): update Go version to 1.21 (#8695)
  • c73963f fix(bigquery): handle storage read api Recv call errors (#8666)
  • 65cb8bd chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (#8691)
  • 7b19ae2 chore(internal/postprocessor): add config for shopping/type (#8690)
  • 45d4f21 chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /internal/example...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/longrunning from 0.6.2 to 0.6.4

Release notes

Sourced from cloud.google.com/go/longrunning's releases.

auth/oauth2adapt: v0.2.7

0.2.7 (2025-01-09)

Bug Fixes

  • auth/oauth2adapt: Update golang.org/x/net to v0.33.0 (e9b0b69)
Commits

Updates cloud.google.com/go/spanner from 1.70.0 to 1.73.0

Commits
  • f06a55a chore(main): release spanner 1.73.0 (#11116)
  • 8ee5d05 fix(spanner): add safecheck to avoid deadlock when creating multiplex session...
  • 4250788 fix(spanner): allow non default service account only when direct path is enab...
  • f329c4c feat(aiplatform): add a nfs_mounts to RaySpec in PersistentResource API (#1...
  • 8e8fb5d test(storage): skip direct connectivity test (#11129)
  • 60c2323 feat(storage): introduce dp detector based on grpc metrics (#11100)
  • c2bcbf2 chore: move ai libs back to main release train (#11125)
  • b6b12e3 chore(main): release ai 0.9.0 (#10655)
  • d5d5320 chore(main): release aiplatform 1.69.0 (#10401)
  • 08cf305 chore(pubsub): switch to using errors.Is (#11114)
  • Additional commits viewable in compare view

Updates github.com/google/cel-go from 0.21.0 to 0.23.0

Release notes

Sourced from github.com/google/cel-go's releases.

Release v0.23.0

Features

  • First and last element in list support #1067
  • Add support for typed conformance tests. #1089
  • Add syntax for escaped field selectors. #1002
  • Add optional.unwrap() / .unwrapOpt() function #1103
  • Cost tracking for two-variable comprehensions and bindings #1104

Fixes

PR #1099 enables a change in the internal variable name used for comprehension result accumulation. This change may break some tests which inspect the AST contents in text form; however, will not break any existing uses of CEL during parse, check, or evaluation.

  • Improve policy compiler error message for incompatible outputs. #1082
  • Fix partial evaluation with the comprehension folder objects #1084
  • Introduce versioning options to all extensions #1075
  • Fix a crash in mismatched output check for nested rules #1086
  • improve debug output to properly quote byte strings #1088
  • Fix two-variable comprehension pruning #1083
  • Replace checks for valid UTF-8 in strings with go-maintained calls #1094
  • Policy nested rule fix #1092
  • Address non-const format string lint findings #1096
  • Fix typos in ext/README.md #1098
  • Add option to use inaccessible accumulator var #1097
  • Add test cases for string.format covering various edge cases #1101
  • Add base_config and partial_config files under restricted_destination testdata #1106
  • Default enable using hidden accumulator name #1099
  • Update PruneAst to support constants of optional type #1109

New Contributors

Full Changelog: google/cel-go@v0.22.1...v0.23.0

Release v0.22.1

Fixes

New Contributors

... (truncated)

Commits
  • 2f7606a Cost tracking for two-variable comprehensions and bindings (#1104)
  • 7621362 Add optional.unwrap() / .unwrapOpt() function (#1103)
  • 9f925d8 Bump the npm_and_yarn group across 1 directory with 2 updates (#1110)
  • 91fb306 Update PruneAst to support constants of optional type (#1109)
  • 33a7f97 Default enable using hidden accumulator name. (#1099)
  • ee426f4 Add base_config and partial_config files under restricted_destination testdat...
  • 43bc483 Add test cases for string.format covering various edge cases (#1101)
  • 628543b Fixes for google import. (#1102)
  • fa6eb32 Add option to use inaccessible accumulator var (#1097)
  • 7c5909e Update README.md (#1098)
  • Additional commits viewable in compare view

Updates go.einride.tech/aip from 0.68.0 to 0.68.1

Release notes

Sourced from go.einride.tech/aip's releases.

v0.68.1

0.68.1 (2024-12-16)

Bug Fixes

  • genaip: invalid code generation for top-level singletons (5faeef8c)

Documentation

  • add separate section on codegen from proto (94d68689)
  • be more clear about library usage (8609a18a)
  • remove link to AIP docs, mentioned on the line above (39347ca7)
  • security: add Security Policy (cb606284)

Chores

  • deps: bump google.golang.org/grpc in the all group (8b795dd2)
  • deps: bump go.einride.tech/sage from 0.306.0 to 0.314.0 in /.sage (e99a3e3e)
  • deps: bump google.golang.org/grpc in the all group (cf3d20c2)
  • sage: bump to v0.306.0 (5da98401)
  • deps: bump go.einride.tech/sage from 0.291.0 to 0.293.0 in /.sage (6090222a)

CI

  • migrate to Sage-based semantic release (5a3f009e)
Commits
  • 5faeef8 fix(genaip): invalid code generation for top-level singletons
  • 94d6868 docs: add separate section on codegen from proto
  • 8609a18 docs: be more clear about library usage
  • 39347ca docs: remove link to AIP docs, mentioned on the line above
  • 8b795dd chore(deps): bump google.golang.org/grpc in the all group
  • e99a3e3 chore(deps): bump go.einride.tech/sage from 0.306.0 to 0.314.0 in /.sage
  • cb60628 docs(security): add Security Policy
  • cf3d20c chore(deps): bump google.golang.org/grpc in the all group
  • 5da9840 chore(sage): bump to v0.306.0
  • 6090222 chore(deps): bump go.einride.tech/sage from 0.291.0 to 0.293.0 in /.sage
  • Additional commits viewable in compare view

Updates go.einride.tech/spanner-aip from 0.63.0 to 0.64.0

Release notes

Sourced from go.einride.tech/spanner-aip's releases.

v0.64.0

0.64.0 (2024-11-04)

Feature

  • bump google.golang.org/genproto to v0.0.0-20241021214115-324edc3d5d38 (e9635285)
  • bump sage to v0.328.0 (3632c945)
  • bump go to 1.23 (e8909305)
Commits
  • e963528 feat: bump google.golang.org/genproto to v0.0.0-20241021214115-324edc3d5d38
  • 3632c94 feat: bump sage to v0.328.0
  • e890930 feat: bump go to 1.23
  • See full diff in compare view

Updates google.golang.org/api from 0.203.0 to 0.214.0

Release notes

Sourced from google.golang.org/api's releases.

v0.214.0

0.214.0 (2024-12-19)

Features

v0.213.0

0.213.0 (2024-12-17)

Features

v0.212.0

0.212.0 (2024-12-16)

Features

v0.211.0

0.211.0 (2024-12-10)

Features

  • all: Auto-regenerate discovery clients (#2897) (a7a9149)
  • all: Auto-regenerate discovery clients (#2899) (587a11d)
  • all: Auto-regenerate discovery clients (#2902) (d4cb90f)
  • all: Auto-regenerate discovery clients (#2903) (6528fb2)
  • all: Auto-regenerate discovery clients (#2905) (f37ece7)
  • all: Auto-regenerate discovery clients (#2906) (91960b1)
  • transport: Remove deprecated EXPERIMENTAL OpenCensus trace context propagation (#2901) (2b3363e)

Bug Fixes

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.214.0 (2024-12-19)

Features

0.213.0 (2024-12-17)

Features

0.212.0 (2024-12-16)

Features

0.211.0 (2024-12-10)

Features

  • all: Auto-regenerate discovery clients (#2897) (a7a9149)
  • all: Auto-regenerate discovery clients (#2899) (587a11d)
  • all: Auto-regenerate discovery clients (#2902) (d4cb90f)
  • all: Auto-regenerate discovery clients (#2903) (6528fb2)
  • all: Auto-regenerate discovery clients (#2905) (f37ece7)
  • all: Auto-regenerate discovery clients (#2906) (91960b1)
  • transport: Remove deprecated EXPERIMENTAL OpenCensus trace context propagation (#2901) (2b3363e)

Bug Fixes

0.210.0 (2024-12-04)

... (truncated)

Commits

Updates google.golang.org/genproto from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20241118233622-e639e219e697

Commits

Updates google.golang.org/genproto/googleapis/api from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20241118233622-e639e219e697

Commits

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20241209162323-e6fa225c2576

Commits

Updates google.golang.org/grpc from 1.67.1 to 1.67.3

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.67.3

Dependencies

  • Remove the experimental stats/opentelemetry module and instead add the experimental packages it contains directly into the main google.golang.org/grpc module (#7935)

Release 1.67.2

Bug Fixes

  • credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (#7861)
Commits

Updates google.golang.org/protobuf from 1.35.1 to 1.35.2

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) | `1.2.2` | `1.3.1` |
| [cloud.google.com/go/longrunning](https://github.com/googleapis/google-cloud-go) | `0.6.2` | `0.6.4` |
| [github.com/google/cel-go](https://github.com/google/cel-go) | `0.21.0` | `0.23.0` |
| [go.einride.tech/aip](https://github.com/einride/aip-go) | `0.68.0` | `0.68.1` |
| [go.einride.tech/spanner-aip](https://github.com/einride/spanner-aip-go) | `0.63.0` | `0.64.0` |



Updates `cloud.google.com/go/iam` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@iam/v1.2.2...run/v1.3.1)

Updates `cloud.google.com/go/longrunning` from 0.6.2 to 0.6.4
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@longrunning/v0.6.2...longrunning/v0.6.4)

Updates `cloud.google.com/go/spanner` from 1.70.0 to 1.73.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.70.0...spanner/v1.73.0)

Updates `github.com/google/cel-go` from 0.21.0 to 0.23.0
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.21.0...v0.23.0)

Updates `go.einride.tech/aip` from 0.68.0 to 0.68.1
- [Release notes](https://github.com/einride/aip-go/releases)
- [Commits](einride/aip-go@v0.68.0...v0.68.1)

Updates `go.einride.tech/spanner-aip` from 0.63.0 to 0.64.0
- [Release notes](https://github.com/einride/spanner-aip-go/releases)
- [Changelog](https://github.com/einride/spanner-aip-go/blob/master/.goreleaser.yml)
- [Commits](einride/spanner-aip-go@v0.63.0...v0.64.0)

Updates `google.golang.org/api` from 0.203.0 to 0.214.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.203.0...v0.214.0)

Updates `google.golang.org/genproto` from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20241118233622-e639e219e697
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20241118233622-e639e219e697
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241015192408-796eee8c2d53 to 0.0.0-20241209162323-e6fa225c2576
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.67.1 to 1.67.3
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.1...v1.67.3)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.35.2

---
updated-dependencies:
- dependency-name: cloud.google.com/go/iam
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go/longrunning
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/google/cel-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.einride.tech/aip
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: go.einride.tech/spanner-aip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/genproto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 27, 2025 14:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #728.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/all-d37f2296b7 branch February 3, 2025 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants