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

fix(deps): update all go dependencies main (main) (minor) #3290

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cilium-renovate[bot]
Copy link
Contributor

@cilium-renovate cilium-renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Type Update Change
github.com/alecthomas/kong require minor v1.6.1 -> v1.7.0
github.com/google/cel-go require minor v0.22.1 -> v0.23.2
github.com/sryoya/protorand require digest e744065 -> 8c1a8e3
github.com/vishvananda/netlink require digest 26ee0e2 -> 7c2350b
golang.org/x/sync require minor v0.10.0 -> v0.11.0
golang.org/x/sys require minor v0.29.0 -> v0.30.0
golang.org/x/term require minor v0.28.0 -> v0.29.0
golang.org/x/time require minor v0.9.0 -> v0.10.0

Release Notes

alecthomas/kong (github.com/alecthomas/kong)

v1.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: alecthomas/kong@v1.6.1...v1.7.0

google/cel-go (github.com/google/cel-go)

v0.23.2

Compare Source

Corrects one remaining issue for cost computations from the v0.23.0 releases

Fixes

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

v0.23.1

Compare Source

Minor release to address cost tracking and size estimation [#​1113]

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

v0.23.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - "on monday and friday" (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 has been generated by Renovate Bot.

@cilium-renovate cilium-renovate bot added release-blocker This PR or issue is blocking the next release. release-note/dependency This PR updates one or multiple dependencies labels Jan 10, 2025
@cilium-renovate cilium-renovate bot requested a review from a team as a code owner January 10, 2025 09:14
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch from 717fc9f to 60b51df Compare January 14, 2025 13:16
Copy link

netlify bot commented Jan 14, 2025

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit 6093000
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/67a2309ec8b9700008fc74c2
😎 Deploy Preview https://deploy-preview-3290--tetragon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch 3 times, most recently from aa7900e to 7978649 Compare January 21, 2025 09:14
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch 3 times, most recently from 30b2c28 to 275680b Compare January 24, 2025 18:23
@cilium-renovate
Copy link
Contributor Author

⚠️ 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: undefined
Command failed: make metrics-docs
# k8s.io/apiserver/pkg/cel/environment
vendor/k8s.io/apiserver/pkg/cel/environment/base.go:176:19: cannot use ext.TwoVarComprehensions (value of type func(options ...ext.TwoVarComprehensionsOption) "github.com/google/cel-go/cel".EnvOption) as func() "github.com/google/cel-go/cel".EnvOption value in argument to UnversionedLib
make: *** [Makefile:445: tetragon-metrics-docs] Error 1

@cilium-renovate cilium-renovate bot changed the title fix(deps): update all go dependencies main (main) fix(deps): update all go dependencies main (main) (minor) Jan 24, 2025
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch from 275680b to 00d11a9 Compare January 28, 2025 09:21
@lambdanis
Copy link
Contributor

CI is all read because cel-go 0.23.0 is incompatible with k8s.io/apiserver: kubernetes/kubernetes#129869 One of them needs to fix it, so the PR is blocked for now.

@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch 5 times, most recently from 10291f4 to 6093000 Compare February 4, 2025 15:22
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot force-pushed the renovate/main-all-go-deps-main branch from 6093000 to a4f3a8a Compare February 4, 2025 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker This PR or issue is blocking the next release. release-note/dependency This PR updates one or multiple dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant