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

build(deps): bump the go-deps group across 1 directory with 6 updates #1056

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go-deps group with 5 updates in the / directory:

Package From To
github.com/fluxcd/pkg/runtime 0.53.1 0.54.0
github.com/google/cel-go 0.23.2 0.24.1
github.com/nats-io/nats.go 1.39.0 1.39.1
gitlab.com/gitlab-org/api/client-go 0.122.0 0.123.0
google.golang.org/api 0.221.0 0.223.0

Updates github.com/fluxcd/pkg/runtime from 0.53.1 to 0.54.0

Commits
  • e0f6da0 Merge pull request #873 from fluxcd/lazy-restmapper
  • 60bfc04 Update controller-runtime to v0.20.2
  • 7c5e477 Vendor the lazy restmapper from controller-runtime v0.19
  • 00d1ceb Merge pull request #844 from 94DanielBrown/main
  • 13f8832 chore: add function to group entries by action in changeset output
  • See full diff in compare view

Updates github.com/google/cel-go from 0.23.2 to 0.24.1

Release notes

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

Release v0.24.1

Fixes

  • Separate unnest optimization from composer to capture type info #1138

Full Changelog: google/cel-go@v0.24.0...v0.24.1

Release v0.24.0

Support for subsetting CEL standard library and serialization of CEL environments to YAML.

CEL is an official Google product #1122

Features

  • Helper methods for subsetting function overloads #1120
  • Introduce cel package aliases for Activation #1123
  • Canonical environment description and stdlib subsetting #1125
  • Support for cel.Env conversion to YAML-serializable config #1128
  • Option to configure CEL via env.Config object #1129
  • Support for feature flags and validators in env.Config #1132
  • Add k8s custom policy tag handler for test #1121

Fixes

  • ContextEval support for Unknowns #1126
  • Fix godoc formatting for Lists and OptionalTypes functions #1127
  • Default enable DefaultUTCTimeZone #1130
  • Support for splitting nested branching operators within policies #1136

New Contributors

Full Changelog: google/cel-go@v0.23.2...v0.24.0

Release v0.24.0-beta

Features

  • Introduce cel package aliases for Activation #1123
  • Canonical environment description and stdlib subsetting #1125
  • Support for cel.Env conversion to YAML-serializable config #1128
  • Option to configure CEL via env.Config object #1129
  • Support for feature flags and validators in env.Config #1132

Fixes

  • ContextEval support for Unknowns #1126
  • Fix godoc formatting for Lists and OptionalTypes functions #1127
  • Default enable DefaultUTCTimeZone #1130

... (truncated)

Commits
  • 3b3a438 Separate unnest optimization from composer to capture type info (#1138)
  • 9855c70 Support for splitting nested branching operators within policies (#1136)
  • fad0c1b Use remote caching for Cloud Build with Bazel (#1134)
  • 45c4980 Support for feature flags and validators in env.Config (#1132)
  • 4b27149 Option to configure CEL via env.Config object (#1129)
  • 4adcf4d Default enable DefaultUTCTimeZone (#1130)
  • af0bf8e Support for cel.Env conversion to YAML-serializable config (#1128)
  • fddae56 Canonical environment description and stdlib subsetting (#1125)
  • b7c14fa Fix godoc formatting (#1127)
  • 9a4b48b ContextEval support for Unknowns (#1126)
  • Additional commits viewable in compare view

Updates github.com/nats-io/nats.go from 1.39.0 to 1.39.1

Release notes

Sourced from github.com/nats-io/nats.go's releases.

Release v1.39.1

Changelog

Fixed

  • KeyValue:
    • Prevent ListKeysFiltered from returning deleted keys. Thanks @​kruegernet for the contribution (#1803)

Improved

  • Remove stale experimental comment in Service API (#1805)

Complete Changes

nats-io/nats.go@v1.39.0...v1.39.1

Commits

Updates gitlab.com/gitlab-org/api/client-go from 0.122.0 to 0.123.0

Release notes

Sourced from gitlab.com/gitlab-org/api/client-go's releases.

v0.123.0

0.123.0 (2025-02-14)

Improvements (2 changes)

Commits
  • 410a46a Merge branch 'pguinoiseau/group-service-account-rotate-expires-at' into 'main'
  • 9429560 Add support for expires_at attribute in GroupsService.RotateServiceAccountPer...
  • 8f066ed Merge branch 'renovate/golangci-golangci-lint-1.x' into 'main'
  • 5d94f1a Update golangci/golangci-lint Docker tag to v1.64.5
  • 9ce8bfc Merge branch 'renovate/go-1.x' into 'main'
  • 4365270 Update go test matrix to include v1.24
  • f85e69e Merge branch 'add-member-role-id-to-group-share' into 'main'
  • 1af12fa Add member_role_id to group share
  • b5ce1ce Merge branch 'renovate/golangci-golangci-lint-1.x' into 'main'
  • cd7ca29 Update golangci/golangci-lint Docker tag to v1.64.4
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.26.0 to 0.27.0

Commits
  • 681b4d8 jws: split token into fixed number of parts
  • 3f78298 all: upgrade go directive to at least 1.23.0 [generated]
  • 109dabf endpoints: add links/provider for Discord
  • ac571fa oauth2: fix docs for Config.DeviceAuth
  • 314ee5b endpoints: add patreon endpoint
  • See full diff in compare view

Updates google.golang.org/api from 0.221.0 to 0.223.0

Release notes

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

v0.223.0

0.223.0 (2025-02-25)

Features

Bug Fixes

  • Copy AllowHardBoundTokens option from old auth to new auth. (#3030) (8cb69d6)

v0.222.0

0.222.0 (2025-02-18)

Features

Changelog

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

0.223.0 (2025-02-25)

Features

Bug Fixes

  • Copy AllowHardBoundTokens option from old auth to new auth. (#3030) (8cb69d6)

0.222.0 (2025-02-18)

Features

Commits

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 go-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.53.1` | `0.54.0` |
| [github.com/google/cel-go](https://github.com/google/cel-go) | `0.23.2` | `0.24.1` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.39.0` | `1.39.1` |
| [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `0.122.0` | `0.123.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.221.0` | `0.223.0` |



Updates `github.com/fluxcd/pkg/runtime` from 0.53.1 to 0.54.0
- [Commits](fluxcd/pkg@runtime/v0.53.1...runtime/v0.54.0)

Updates `github.com/google/cel-go` from 0.23.2 to 0.24.1
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.23.2...v0.24.1)

Updates `github.com/nats-io/nats.go` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.39.0...v1.39.1)

Updates `gitlab.com/gitlab-org/api/client-go` from 0.122.0 to 0.123.0
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags)
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v0.122.0...v0.123.0)

Updates `golang.org/x/oauth2` from 0.26.0 to 0.27.0
- [Commits](golang/oauth2@v0.26.0...v0.27.0)

Updates `google.golang.org/api` from 0.221.0 to 0.223.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.221.0...v0.223.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/google/cel-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: gitlab.com/gitlab-org/api/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency label Feb 27, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2025

Superseded by #1060.

@dependabot dependabot bot closed this Mar 4, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-c499890636 branch March 4, 2025 07:34
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants