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 everything #55

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
aquasecurity/trivy-action action minor 0.16.0 -> 0.29.0 age adoption passing confidence
gcr.io/distroless/base-debian11 final digest 9707f36 -> 68b0f49
github.com/indykite/indykite-sdk-go require minor v0.38.0 -> v0.52.0 age adoption passing confidence
github.com/onsi/ginkgo/v2 require minor v2.20.2 -> v2.23.0 age adoption passing confidence
github.com/onsi/gomega require minor v1.34.2 -> v1.36.2 age adoption passing confidence
github.com/open-policy-agent/opa require minor v0.68.0 -> v0.70.0 age adoption passing confidence
go (source) toolchain minor 1.22.6 -> 1.24.1 age adoption passing confidence
go.uber.org/mock require minor v0.4.0 -> v0.5.0 age adoption passing confidence
golang stage digest ecef830 -> 8678013
google.golang.org/genproto require digest 8af14fe -> 81fb87f age adoption passing confidence
google.golang.org/grpc require minor v1.66.0 -> v1.71.0 age adoption passing confidence
google.golang.org/protobuf require minor v1.34.2 -> v1.36.5 age adoption passing confidence

Release Notes

aquasecurity/trivy-action (aquasecurity/trivy-action)

v0.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.28.0...0.29.0

v0.28.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.27.0...0.28.0

v0.27.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.26.0...0.27.0

v0.26.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.25.0...0.26.0

v0.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.24.0...0.25.0

v0.24.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.23.0...0.24.0

v0.23.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.22.0...0.23.0

v0.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.21.0...0.22.0

v0.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.20.0...0.21.0

v0.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.19.0...0.20.0

v0.19.0

Compare Source

What's Changed

Full Changelog: aquasecurity/trivy-action@0.18.0...0.19.0

v0.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.17.0...0.18.0

v0.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.16.1...0.17.0

v0.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.16.0...0.16.1

indykite/indykite-sdk-go (github.com/indykite/indykite-sdk-go)

v0.52.0

Compare Source

Features
  • fix release (e93fc9f)
  • update dep and add examples and tests (66ea986)

v0.51.0

Compare Source

Features
  • support knowledge query configuration (ad2d568)
Miscellaneous Chores
  • deps: update everything (f35ac66)

v0.50.0

Compare Source

Features
  • add trust score config (57769c0)
  • modify update trust score profile (91b13c5)

v0.49.1

Compare Source

Miscellaneous Chores
  • deps: update everything (f60ecaf)
  • upgrade proto definitions (fdc6f11)

v0.49.0

Compare Source

Features

v0.48.3

Compare Source

Bug Fixes

v0.48.2

Compare Source

Bug Fixes

v0.48.1

Compare Source

Bug Fixes

v0.48.0

Compare Source

Features
  • remove system labels in queries (8f7b131)

v0.47.0

Compare Source

Features
  • add IKG tests and update function (5ad1863)
  • remove bad resolver tests (0e675bd)
Miscellaneous Chores
  • deps: update codecov/codecov-action action to v5 (60f04f0)
  • deps: update everything (9179254)

v0.46.0

Compare Source

Features
  • deprecate StreamRecords and update versions (776aef3)

v0.45.1

Compare Source

Bug Fixes
  • add loop to delete AppSpace (5ac2e4f)

v0.45.0

Compare Source

Features
  • update entity matching after modifications (548478b)
Bug Fixes
  • align update EM pipeline request to new specs (05e99c5)

v0.44.0

Compare Source

Features
  • remove read report function and add tests (f120e3a)

v0.43.0

Compare Source

Features
  • add BatchDeleteNodeTags (7c4961e)

v0.42.0

Compare Source

Features
  • add tests for resolver + modif config (15be803)

v0.41.2

Compare Source

Bug Fixes
  • add backward compatibility with env variable (afec24a)

v0.41.1

Compare Source

Bug Fixes
  • modify helpers for entitymatching (6b8e951)

v0.41.0

Compare Source

Features
  • add helpers for entitymatching (166e3f4)

v0.40.0

Compare Source

Features
  • implement entitymatching (dfadb4c)

v0.39.0

Compare Source

Features
  • implement data ref validation (9def30a)
onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.23.0

Compare Source

2.23.0

Ginkgo 2.23.0 adds a handful of methods to GinkgoT() to make it compatible with the testing.TB interface in Go 1.24. GinkgoT().Context(), in particular, is a useful shorthand for generating a new context that will clean itself up in a DeferCleanup(). This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.

Features
  • bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]
Fixes
  • fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]
  • Fix binary paths when precompiling multiple suites. [4df06c6]
Maintenance

v2.22.2

Compare Source

What's Changed

Full Changelog: onsi/ginkgo@v2.22.1...v2.22.2

v2.22.1

Compare Source

2.22.1

Fixes

Fix CSV encoding

Maintenance
  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]

v2.22.0

Compare Source

2.22.0

Features
  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

v2.21.0

Compare Source

2.21.0

Features
  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]
Fixes
  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun
    [c2c4d3c]
Maintenance
  • bump various dependencies [7e65a00]
onsi/gomega (github.com/onsi/gomega)

v1.36.2

Compare Source

Maintenance

v1.36.1

Compare Source

1.36.1

Fixes

v1.36.0

Compare Source

1.36.0

Features
  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]
Maintenance
  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

Compare Source

1.35.1

Fixes
  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

Compare Source

1.35.0

Features
  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
Maintenance
open-policy-agent/opa (github.com/open-policy-agent/opa)

v0.70.0

Compare Source

This release contains a mix of features, performance improvements, and bugfixes.

Optimized read mode for OPA's in-memory store (#​7125)

A new optimized read mode has been added to the default in-memory store, where data written to the store is eagerly converted
to AST values (the data format used during evaluation). This removes the time spent converting raw data values to AST
during policy evaluation, thereby improving performance.

The memory footprint of the store will increase, as processed AST values generally take up more space in memory than the
corresponding raw data values, but overall memory usage of OPA might remain more stable over time, as pre-converted data
is shared across evaluations and isn't recomputed for each evaluation, which can cause spikes in memory usage.

This mode can be enabled for opa run, opa eval, and opa bench by setting the --optimize-store-for-read-speed flag.

More information about this feature can be found here.

Co-authored by @​johanfylling and @​ashutosh-narkar.

Topdown and Rego
  • topdown: Use new Inter-Query Value Cache for json.match_schema built-in function (#​7011) authored by @​anderseknert reported by @​lcarva
  • ast: Fix location text attribute for multi-value rules with generated body (#​7128) authored by @​anderseknert
  • ast: Fix regression in opa check where a file that referenced non-provided schemas failed validation (#​7124) authored by @​tjons
  • test/cases/testdata: Fix bug in test by replacing unification by explicit equality check (#​7093) authored by @​matajoh
  • ast: Replace use of yaml.v2 library with yaml.v3. The earlier version would parse yes/no values as boolean. The usage of yaml.v2 in the parser was unintentional and now has been updated to yaml.v3 (#​7090) authored by @​anderseknert
Runtime, Tooling, SDK
  • cmd: Make opa check respect --ignore when --bundle flag is set (#​7136) authored by @​anderseknert
  • server/writer: Properly handle result encoding errors which earlier on failure would emit logs such as superfluous call to WriteHeader() while still returning 200 HTTP status code. Now, errors encoding the payload properly lead to 500 HTTP status code, without extra logs. Also use Header().Set() not Header().Add() to avoid duplicate content-type headers (#​7114) authored by @​srenatus
  • cmd: Support file:// format for TLS key material file flags in opa run (#​7094) authored by @​alexrohozneanu
  • plugins/rest/azure: Support managed identity for App Service / Container Apps (#​7085) reported and authored by @​apc-kamezaki
  • debug: Fix step-over behaviour when exiting partial rules (#​7096) authored by @​johanfylling
  • util+plugins: Fix potential memory leaks with explicit timer cancellation (#​7089) authored by @​philipaconrad
Docs, Website, Ecosystem
Miscellaneous
  • Dependency updates; notably:
    • build(deps): bump github.com/containerd/containerd from 1.7.22 to 1.7.23
    • build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5
    • build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0
    • build(deps): bump golang.org/x/time from 0.6.0 to 0.7.0
    • build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1

v0.69.0

Compare Source

This release contains a mix of features, bugfixes and necessary tooling and test changes required to support the upcoming OPA 1.0 release.

Inter-Query Value Cache (#​6908)

OPA now has a new inter-query value cache added to the SDK. It is intended to be used for values that are expensive to compute and can be reused across multiple queries. The cache can be leveraged by built-in functions to store values that otherwise aren't appropriate for the existing inter-query cache; for instance when the entry size isn't an appropriate or primary limiting factor for cache eviction.

The default size of the inter-query value cache is unbounded, but can be configured via the caching.inter_query_builtin_value_cache.max_num_entries configuration field. OPA will drop random items from the cache if this limit is exceeded.

The cache is used by the regex and glob built-in functions, which previously had individual, non-configurable caches with a max entry size of 100 each.

Currently, the cache is only exercised when running OPA in server mode (ie. opa run -s). Also this feature is unsupported for WASM.

Authored by @​ashutosh-narkar, reported by @​amirsalarsafaei

Topdown and Rego
Runtime, Tooling, SDK
  • Future-proofing tests in the sdk, downlaod, server , cmd etc. packages to be 1.0 compatible (authored by @​johanfylling)
  • cmd: Add --v0-compatible flag to make OPA behave as v0.x post v1.0 release (#​7065) authored by @​johanfylling
  • util: Strip UTF-8 BOM from input JSON when found (#​6988) authored by @​anderseknert reported by @​adhilto
  • plugins/rest: Support reading AWS token from the filesystem for the AWS container credential provider (#​6997) authored by @​cmaddalozzo
  • debug: Add RegoOption launch option to debugger for setting custom Rego options (#​7045) authored by @​johanfylling
  • debug: Always include Input and Data variable scopes to ease discoverability of the scopes (#​7074) authored by @​johanfylling
  • wasm: Fix arithmetic comparison for large numbers, caused by an integer overflow (#​6991) authored by @​Ptroger
Docs, Website, Ecosystem
Miscellaneous
  • build: Bump github.com/golang/glob, remove replace directive (#​7024) authored by @​srenatus reported by @​mmannerm
  • Dependency updates; notably:
    • build(deps): bump github.com/containerd/containerd from 1.7.21 to 1.7.22
    • build(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.4
    • build(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0
    • build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0
    • build(deps): bump google.golang.org/grpc from 1.66.0 to 1.67.0
    • build(go): bump 1.22.5 to 1.23.1 (#​7006) authored by @​srenatus
golang/go (go)

v1.24.1

v1.24.0

v1.23.7

v1.23.6

v1.23.5

v1.23.4

v1.23.3

v1.23.2

v1.23.1

v1.23.0

v1.22.12

v1.22.11

v1.22.10

v1.22.9

v1.22.8

v1.22.7

uber/mock (go.uber.org/mock)

v0.5.0

Compare Source

0.5.0 (15 Oct 2024)

Added
  • [#​153][]: Add --write_command_comment flag to specify whether to include
    Generated by this command comment.
  • [#​191][]: Add --build_constraint flag to add //go:build directives
    to generated mocks
  • [#​214][]: Add gob mode to support custom package loading techniques in place
    of --exec_only
Changed
  • [#​181][]: Made mockgen faster by changing flags passed

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

deepsource-io bot commented Aug 19, 2024

Here's the code health analysis summary for commits a69ecf7..7f52c61. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Docker LogoDocker✅ SuccessView Check ↗
DeepSource Go LogoGo✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@renovate renovate bot force-pushed the renovate/everything branch 7 times, most recently from 2541e4d to b8f9285 Compare August 27, 2024 15:43
@renovate renovate bot force-pushed the renovate/everything branch 11 times, most recently from 052cd27 to f624b07 Compare September 3, 2024 18:47
@renovate renovate bot force-pushed the renovate/everything branch 11 times, most recently from cbf0a70 to 813a5e2 Compare September 9, 2024 20:53
@renovate renovate bot force-pushed the renovate/everything branch 8 times, most recently from 2031ce1 to aabf37b Compare February 11, 2025 17:59
@renovate renovate bot force-pushed the renovate/everything branch 3 times, most recently from 29e3b92 to a8fc04c Compare February 13, 2025 05:10
@renovate renovate bot force-pushed the renovate/everything branch 7 times, most recently from 5053355 to 23984cc Compare February 25, 2025 18:31
@renovate renovate bot force-pushed the renovate/everything branch 7 times, most recently from cf9275c to 552f56c Compare March 5, 2025 00:44
@renovate renovate bot force-pushed the renovate/everything branch 3 times, most recently from 544faec to da62ac4 Compare March 11, 2025 21:03
@renovate renovate bot force-pushed the renovate/everything branch from da62ac4 to 7f52c61 Compare March 12, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants