-
Notifications
You must be signed in to change notification settings - Fork 459
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 go modules #2670
base: master
Are you sure you want to change the base?
chore(deps): update go modules #2670
Conversation
/gcbrun |
68743b9
to
e74225b
Compare
/gcbrun |
e74225b
to
fde047b
Compare
/gcbrun |
fde047b
to
b717edb
Compare
/gcbrun |
b717edb
to
57abe52
Compare
/gcbrun |
57abe52
to
62b1e06
Compare
/gcbrun |
62b1e06
to
c0fb374
Compare
/gcbrun |
c0fb374
to
7b9a866
Compare
|
/gcbrun |
2 similar comments
/gcbrun |
/gcbrun |
ac5618a
to
5a30934
Compare
/gcbrun |
1 similar comment
/gcbrun |
149d3e3
to
3f5f1a0
Compare
/gcbrun |
Needs go 1.23, will be included in https://wiki.alpinelinux.org/wiki/Draft_Release_Notes_for_Alpine_3.21.0 |
3f5f1a0
to
052dd57
Compare
/gcbrun |
a9bf03d
to
07014f1
Compare
/gcbrun |
07014f1
to
f9e63d8
Compare
/gcbrun |
f9e63d8
to
835024d
Compare
/gcbrun |
835024d
to
0bcb92b
Compare
/gcbrun |
0bcb92b
to
3929576
Compare
/gcbrun |
3929576
to
8496739
Compare
/gcbrun |
8496739
to
69c0caf
Compare
/gcbrun |
69c0caf
to
9a3668c
Compare
/gcbrun |
9a3668c
to
9deaf7b
Compare
/gcbrun |
9deaf7b
to
7cb924e
Compare
/gcbrun |
7cb924e
to
dc6af5e
Compare
/gcbrun |
dc6af5e
to
f48af06
Compare
/gcbrun |
f48af06
to
6f3f369
Compare
/gcbrun |
6f3f369
to
53876a0
Compare
/gcbrun |
This PR contains the following updates:
v1.20.2
->v1.20.3
v1.45.0
->v1.46.0
v0.16.2
->v0.16.3
72d49d9
->d03b890
v1.6.0
->v1.7.0
6714b46
->3adb156
v0.22.1
->v0.23.0
v6.6.0
->v6.6.1
v1.0.1
->v1.1.0
v0.69.0
->v0.70.0
v0.23.0
->v0.24.0
v0.19.0
->v0.20.0
v0.201.0
->v0.205.0
Release Notes
hashicorp/go-version (github.com/hashicorp/go-version)
v1.7.0
Compare Source
ENHANCEMENTS:
reflect
dependency (#91)database/sql.Scanner
anddatabase/sql/driver.Value
interfaces forVersion
(#133)INTERNAL:
hashicorp/terraform-json (github.com/hashicorp/terraform-json)
v0.23.0
Compare Source
ENHANCEMENTS:
INTERNAL:
Full Changelog: hashicorp/terraform-json@v0.22.1...v0.23.0
jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)
v6.6.1
Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.6.0...v6.6.1
migueleliasweb/go-github-mock (github.com/migueleliasweb/go-github-mock)
v1.1.0
Compare Source
What's Changed
go-kit/log
by @migueleliasweb in https://github.com/migueleliasweb/go-github-mock/pull/75Full Changelog: migueleliasweb/go-github-mock@v1.0.1...v1.1.0
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
, andopa 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
json.match_schema
built-in function (#7011) authored by @anderseknert reported by @lcarvaopa check
where a file that referenced non-provided schemas failed validation (#7124) authored by @tjonsyes
/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 @anderseknertRuntime, Tooling, SDK
opa check
respect--ignore
when--bundle
flag is set (#7136) authored by @anderseknertsuperfluous call to WriteHeader()
while still returning200
HTTP status code. Now, errors encoding the payload properly lead to500
HTTP status code, without extra logs. Also use Header().Set() not Header().Add() to avoid duplicate content-type headers (#7114) authored by @srenatusfile://
format for TLS key material file flags inopa run
(#7094) authored by @alexrohozneanuDocs, Website, Ecosystem
Miscellaneous
googleapis/google-api-go-client (google.golang.org/api)
v0.205.0
Compare Source
Features
v0.204.0
Compare Source
Features
Bug Fixes
Documentation
v0.203.0
Compare Source
Features
v0.202.0
Compare Source
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.