-
Notifications
You must be signed in to change notification settings - Fork 461
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
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 |
/gcbrun |
ef6cf3a
to
f85a2f3
Compare
/gcbrun |
f85a2f3
to
3a0be7f
Compare
/gcbrun |
3a0be7f
to
a959ca5
Compare
/gcbrun |
a959ca5
to
e2fd8de
Compare
/gcbrun |
e2fd8de
to
4bcb417
Compare
/gcbrun |
4bcb417
to
4425bb8
Compare
/gcbrun |
4425bb8
to
41c036b
Compare
/gcbrun |
41c036b
to
841c89c
Compare
/gcbrun |
841c89c
to
baa41fc
Compare
/gcbrun |
baa41fc
to
a5ff4c7
Compare
/gcbrun |
a5ff4c7
to
586bb1e
Compare
/gcbrun |
ℹ Artifact update noticeFile name: cli/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
/gcbrun |
This PR contains the following updates:
v1.20.2
->v1.20.3
v1.45.0
->v1.47.0
v1.48.0
v0.16.2
->v0.17.0
v0.17.2
(+1)v66.0.0
->v67.0.0
v1.6.0
->v1.7.0
v2.22.0
->v2.23.0
6714b46
->c404f82
v0.22.1
->v0.23.0
v6.6.0
->v6.6.3
v6.6.4
v1.0.1
->v1.1.0
v0.69.0
->v0.70.0
v1.9.0
->v1.10.0
v1.15.0
->v1.15.1
v0.23.0
->v0.24.0
v0.19.0
->v0.20.0
v0.21.0
v0.201.0
->v0.209.0
v0.210.0
v1.35.1
->v1.35.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
google/go-github (github.com/google/go-github/v66)
v67.0.0
Compare Source
This release contains the following breaking API changes:
BREAKING CHANGE:
opts
argument toActionsService.ListArtifacts
changed fromListOptions
toListArtifactsOptions
.BREAKING CHANGE: Rename
RuleRequiredCodeScanningTools
toRuleRequiredCodeScanningTool
.BREAKING CHANGE: Change
RulesetRepositoryPropertyTargetParameters.Source
fromstring
to*string
....and the following additional changes:
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/hcl (github.com/hashicorp/hcl/v2)
v2.23.0
Compare Source
Bugs Fixed
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.3
Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.6.2...v6.6.3
v6.6.2
Compare Source
What's Changed
Full Changelog: jedib0t/go-pretty@v6.6.1...v6.6.2
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
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
zclconf/go-cty (github.com/zclconf/go-cty)
v1.15.1
Compare Source
googleapis/google-api-go-client (google.golang.org/api)
v0.209.0
Compare Source
Features
v0.208.0
Compare Source
Features
v0.207.0
Compare Source
Features
v0.206.0
Compare Source
Features
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
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.35.2
Compare Source
Full Changelog: protocolbuffers/protobuf-go@v1.35.1...v1.35.2
Maintenance:
CL/623115: proto: refactor equal_test from explicit table to use makeMessages()
CL/623116: encoding/prototext: use testmessages_test.go approach, too
CL/623117: internal/testprotos/test: add nested message field with [lazy=true]
CL/624415: proto: switch messageset_test to use makeMessages() injection point
CL/624416: internal/impl: fix TestMarshalMessageSetLazyRace (was a no
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.