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): update all non-major dependencies #21

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.1.1 -> v4.1.3 age adoption passing confidence
github.com/google/cel-go require minor v0.17.7 -> v0.20.1 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.4 -> v1.9.0 age adoption passing confidence
k8s.io/apiserver require minor v0.29.1 -> v0.30.0 age adoption passing confidence
kubewarden/github-actions action patch v3.1.15 -> v3.1.18 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

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

v0.20.1

Compare Source

Minor release to capture a couple bug fixes and API / build visibility changes.

What's Changed

  • Track sizes of comprehension results by [#​901]
  • Introduce new helper APIs for optimizers by [#​903]
  • Make the CEL ast package public. [#​904]

New Contributors

Full Changelog: google/cel-go@v0.20.0...v0.21.0

v0.20.0

Compare Source

What's Changed

  • Minor adjustment to inlining to fix a bad bind [#​888]
  • Ensure error typed variables are returned as errors from Resolve b [#​889]
  • ext.NativeTypes: Recursively add sub-types [#​892]
  • DefaultTypeAdapter: Add support for missing custom scalars [#​893]
  • Lists: Fix handling of go arrays [#​894]

New Contributors

Full Changelog: google/cel-go@v0.19.0...v0.20.0

v0.19.0

Compare Source

Features

  • Add AST node IDs to types.Err for errorable expressions [#​862]
  • Set membership test rewriting optimizer [#​865]
  • Introduce 'wither' method for changing type traits [#​871]
  • Add option to include test types in the repl [#​855]

Fixes

  • Fix MaxID to consider macro keys and expressions [#​861]
  • Update builtin macros to use unique IDs. [#​866]
  • Fix incorrect example in string formatting docs. [#​873]
  • Fix the optional type name and type identifier resolution [#​870]
  • Fix type substitution within parameterized type names [#​880]
  • Bump follow-redirects from 1.15.2 to 1.15.4 in /repl/appengine/web [882]

New Contributors

Full Changelog: google/cel-go@v0.18.2...v0.19.0

v0.18.2

Compare Source

What's Changed

  • Add support for ext.Bindings() to REPL [#​843]
  • Add basic examples to the appengine repl [#​848]
  • Sets cost estimation and tracking options [#​850]
  • Fix expression inlining when working with macros [#​853]
  • ANTLR v4.13 update [#​857]

Full Changelog: google/cel-go@v0.18.1...v0.18.2

v0.18.1

Compare Source

What's Changed

  • Add support for a relative offset within ast.SourceInfo by [#​836]
  • Fix last optional element to be retained as an optional index while folding [#​841]
  • Fix deprecation notice for string format validation [#​840]
  • Update cel-spec and enable wrappers conformance tests [#​842]
  • refactor: remove lexer and parser pools [#​838]

New Contributors

Full Changelog: google/cel-go@v0.18.0...v0.18.1

v0.18.0

Compare Source

Features

The latest release of CEL introduces validators (#​775) and optimizers (#​804, #​827) and migrates the core CEL internals off of the
protobuf expression and type representations (#​789).

  • String format validator [#​775]
  • Create a Function that Reverses a String [#​796]
  • Introduce pre-order / post-order visitor pattern [#​813]
  • Add Libraries() function to Env [#​822]
  • Static optimizer for constant folding [#​804]
  • Inlining optimizer [#​827]
  • FindStructTypeFields support for types.Provider [#​814]

Breaking Changes

The following PR changes the API signature of the checker.AstNode method Expr to return an ast.Expr.

  • Migrate the checker.Coster to the ast.Expr [#​798]

Fixes

  • Nil safety checks for cel.Ast [#​784]
  • Fix cost estimates to propagate result sizes [#​787]
  • Catch invalid literals created from expression factories [#​810]
  • Ensure stable ordering of overload candidates [#​817]
  • Clarify replace with/by empty string [#​820]
  • Fix functional exemptions for homogeneous literal checks [#​832]
  • Fix logical operator folding that only involve literals [#​833]
  • Upgrade go-genproto to latest [#​831]

New Contributors

Full Changelog: google/cel-go@v0.17.1...v0.18.0

v0.17.8

Compare Source

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

kubernetes/apiserver (k8s.io/apiserver)

v0.30.0

Compare Source

v0.29.4

Compare Source

v0.29.3

Compare Source

v0.29.2

Compare Source

kubewarden/github-actions (kubewarden/github-actions)

v3.1.18

Compare Source

v3.1.17

Compare Source

v3.1.16

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f289d24 to 8071735 Compare February 22, 2024 09:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b8b6edf to 2a1cae1 Compare March 7, 2024 17:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a1cae1 to 345feaa Compare March 12, 2024 12:51
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Mar 12, 2024
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 36c34eb to 81ca839 Compare March 16, 2024 01:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 81ca839 to 416a6b6 Compare April 3, 2024 19:53
Copy link
Member

@viccuad viccuad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cel-go bump, needs work and testing.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eb6708c to 7083d48 Compare April 18, 2024 01:38
@viccuad viccuad added this to the 1.13 milestone Apr 22, 2024
@viccuad viccuad self-assigned this Apr 22, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7083d48 to 86c5abc Compare April 22, 2024 19:33
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Apr 22, 2024
@viccuad
Copy link
Member

viccuad commented Apr 23, 2024

Closing for now, cel-go doesn't support k8s.io/apiserver v0.30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant