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 github.com/google/cel-go from 0.10.1 to 0.11.2 #782

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps github.com/google/cel-go from 0.10.1 to 0.11.2.

Release notes

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

Release v0.11.2

Fixes

  • Make the standard environment initialization lazy #520

Full Changelog: google/cel-go@v0.11.1...v0.11.2

Release v0.11.1

Performance optimization release, ~5% performance gains in evaluation, and >95% performance gains in cel.NewEnv() setup.

Fixes

  • Micro optimizations to type-testing utility functions #518
  • Improve mutable list documentation by #516
  • Copy validated declarations between checker.Env instances on extension #347

Full Changelog: google/cel-go@v0.11.0...v0.11.1

Release v0.11.0

The v0.11.0 release introduces a sub-module for the server package used for conformance testing the cel-go package. The sub-module has been split out to remove the gRPC dependency related to the core CEL package and to reduce the overall size of the library import for users. Additionally, the CEL core dependencies have been vendored into the repo.

In addition this release features a handful of fixes and improvements for heterogenous equality, code health, and runtime cost calculations.

Features

  • Vendored dependencies and conformance sub-module #508

Fixes

  • Fixes for map and list indexing across numeric types #510
  • Fix formatting and spelling lint #511
  • Use a zero-size type for variable-free activations #513
  • Simplify definition of cel.Source #512
  • Put cel package examples in package cel_test #515
  • Fix runtime cost ref.Val stack #517

New Contributors

Full Changelog: google/cel-go@v0.10.1...v0.11.0

Release v0.11.0-pre

Test release of CEL with vendored dependencies

Commits
  • 829e322 Make the standard environment initialization lazy (#520)
  • 1287953 Copy validated declarations between checker.Env instances on extension (#347)
  • d236766 Improve mutatable list documentation (#516)
  • 0e2dde4 Micro optimizations to type-testing utility functions. (#518)
  • ffa9b84 Fix runtime cost ref.Val stack (#517)
  • 5e263d3 Put cel package examples in package cel_test (#515)
  • 07655ec Simplify definition of cel.Source (#512)
  • a8e5866 Use a zero-size type for variable-free activations (#513)
  • 9e07c99 Fix formatting and spelling lint (#511)
  • 96a5073 Fixes for map and list indexing across numeric types (#510)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.10.1 to 0.11.2.
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.10.1...v0.11.2)

---
updated-dependencies:
- dependency-name: github.com/google/cel-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #782 (b61a117) into main (ffba393) will increase coverage by 0.26%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #782      +/-   ##
==========================================
+ Coverage   54.50%   54.76%   +0.26%     
==========================================
  Files          96       96              
  Lines       10168    10168              
==========================================
+ Hits         5542     5569      +27     
+ Misses       4148     4124      -24     
+ Partials      478      475       -3     
Impacted Files Coverage Δ
internal/audit/local/badgerdb.go 63.80% <0.00%> (+0.63%) ⬆️
internal/engine/engine.go 69.97% <0.00%> (+0.80%) ⬆️
internal/server/tests.go 93.96% <0.00%> (+1.13%) ⬆️
internal/storage/index/builder.go 83.90% <0.00%> (+5.17%) ⬆️
internal/compile/errors.go 55.55% <0.00%> (+15.87%) ⬆️

@oguzhand95 oguzhand95 self-requested a review March 28, 2022 11:14
@oguzhand95 oguzhand95 merged commit e3ff7ee into main Mar 28, 2022
@oguzhand95 oguzhand95 deleted the dependabot/go_modules/github.com/google/cel-go-0.11.2 branch March 28, 2022 11:27
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.

None yet

2 participants