Open
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: acceptance/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: tools/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
9db40be to
4561648
Compare
e73a45c to
ed34230
Compare
187c7ea to
4a1c342
Compare
4a1c342 to
07e4517
Compare
8477e06 to
5b4902e
Compare
3276771 to
b01d438
Compare
d0f4357 to
ad209dc
Compare
f662170 to
b34489e
Compare
c0352f3 to
9564980
Compare
9564980 to
6ce6267
Compare
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.15.3→v0.15.4v0.15.0→v0.15.1v0.13.5→v0.13.7v5.9.0+incompatible→v5.9.11+incompatiblev5.9.0→v5.9.11v0.5.7→v0.5.19v1.12.1→v1.12.3v1.14.0→v1.14.1v1.9.4-0.20230606125235-dd1b4c2e81af→v1.9.4v0.5.5→v0.5.7v0.22.2→v0.22.3v0.38.0→v0.38.2v0.37.1→v0.37.2v0.34.0→v0.34.1v1.12.1→v1.12.3v3.18.5→v3.18.6v0.35.0→v0.35.1v0.34.2→v0.34.4v0.35.0→v0.35.1v0.35.0→v0.35.1v1.34.2→v1.34.4Release Notes
cue-lang/cue (cuelang.org/go)
v0.15.4Compare Source
Evaluator
Fix a panic which could occur when using the
errorbuilt-in with cyclic references.Fix a panic which could occur when loading
@experiment(aliasv2)syntax with an invalid alias name.cmd/cueRelax the
cue login --tokenvalidation to allow future Central Registry token types.Encodings
Fix a bug in the TOML decoder where nested arrays were causing incorrect "duplicate key" errors.
Full list of changes since v0.15.3
50c137c8e3eaa9d0bd478c5df0afbf7a40d4a5fd52cucumber/godog (github.com/cucumber/godog)
v0.15.1Compare Source
Added
Changed
::set-output- (681 - nodeg)Fixed
context.Context(679 - tigh-latte)daixiang0/gci (github.com/daixiang0/gci)
v0.13.7Compare Source
What's Changed
New Contributors
Full Changelog: daixiang0/gci@v0.13.6...v0.13.7
v0.13.6Compare Source
What's Changed
Full Changelog: daixiang0/gci@v0.13.5...v0.13.6
evanphx/json-patch (github.com/evanphx/json-patch)
v5.9.11+incompatibleCompare Source
v5.9.10+incompatibleCompare Source
gkampitakis/go-snaps (github.com/gkampitakis/go-snaps)
v0.5.19Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@0.5.18...v0.5.19
v0.5.18Compare Source
v0.5.17Compare Source
v0.5.16Compare Source
What's Changed
golangci-lintto v2 by @G-Rath in #141Full Changelog: gkampitakis/go-snaps@v0.5.15...v0.5.16
v0.5.15Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.14...v0.5.15
v0.5.14Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.13...v0.5.14
v0.5.13Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.12...v0.5.13
v0.5.12Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.11...v0.5.12
v0.5.11Compare Source
What's Changed
New Contributors
Full Changelog: gkampitakis/go-snaps@v0.5.10...v0.5.11
v0.5.10Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.9...v0.5.10
v0.5.9Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.8...v0.5.9
Kudos to @orloffv for this issue #116
v0.5.8Compare Source
What's Changed
Full Changelog: gkampitakis/go-snaps@v0.5.7...v0.5.8
open-policy-agent/opa (github.com/open-policy-agent/opa)
v1.12.3Compare Source
v1.12.3
This is a bug fix release addressing two issues:
Bundle polling is being misconfigured when discovery bundle is updated (#8215)
This is an issue where the polling interval for discovery (
discovery.polling.min_delay_secondsanddiscovery.polling.max_delay_seconds) were misinterpreted on reconfiguration, causing extremely long update intervals.Reported by @loganmiller-chime, authored by @sspaink
Decision log
sizebufferbuffer_size_limit_bytesmisconfigured during reconfiguration (#8213)This is a regression in the decision log, where the
decision_logs.reporting.buffer_size_limit_byteswas mistakenly assigned the value ofdecision_logs.reporting.upload_size_limit_bytesduring reconfiguration.This issue is only present when
decision_logs.reporting.buffer_typeis set tosize, which is the default value.Authored by @sspaink
v1.12.2Compare Source
This bug fix release address issues found in the new string interpolation feature
authored by @anderseknert
authored by @thevilledev
authored by @thevilledev
otiai10/copy (github.com/otiai10/copy)
v1.14.1Compare Source
sirupsen/logrus (github.com/sirupsen/logrus)
v1.9.4Compare Source
Notable changes
ioutilpackage #1472Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4
spdx/tools-golang (github.com/spdx/tools-golang)
v0.5.7Compare Source
What's Changed
New Contributors
Full Changelog: spdx/tools-golang@v0.5.6...v0.5.7
v0.5.6Compare Source
What's Changed
New Contributors
Full Changelog: spdx/tools-golang@v0.5.5...v0.5.6
tektoncd/chains (github.com/tektoncd/chains)
v0.22.3: Tekton Chains release v0.22.3 "v0.22.3"Compare Source
-Docs @ v0.22.3
-Examples @ v0.22.3
Installation one-liner
Attestation
The Rekor UUID for this release is
108e9186e8c5677abc5f8010a0a21be4daa53325a217f4df92955848f73f226c6ed054c429fb9f82Obtain the attestation:
Verify that all container images in the attestation are in the release file:
Changes
Fixes
Misc
Thanks
Thanks to these contributors who contributed to v0.22.3!
Extra shout-out for awesome release notes:
tektoncd/cli (github.com/tektoncd/cli)
v0.38.2Compare Source
v0.38.2 Release 🎉
This is a bug fix release for CVEs GHSA-w32m-9786-jp63 on golang.org/x/net and GHSA-v778-237x-gjrc on golang.org/x/crypto.
ChangeLog 📋
Misc 🔨
v0.38.1Compare Source
v0.38.1 Release 🎉
This is a bug fix release as
tkn startwas failing with tkn versionv0.38.0release and old(er) pipeline version. This release comes with Pipelines v0.62.3 and Triggers version v0.29.1ChangeLog 📋
Misc 🔨
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
v0.34.1Compare Source
gotestyourself/gotestsum (gotest.tools/gotestsum)
v1.12.3Compare Source
What's Changed
--rerun-fails-abort-on-data-raceflag by @hugodutka in #497New Contributors
Full Changelog: gotestyourself/gotestsum@v1.12.2...v1.12.3
v1.12.2Compare Source
What's Changed
New Contributors
Full Changelog: gotestyourself/gotestsum@v1.12.1...v1.12.2
helm/helm (helm.sh/helm/v3)
v3.18.6: Helm v3.18.6Compare Source
Helm v3.18.6 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.
The community keeps growing, and we'd love to see you there!
Installation and Upgrading
Download Helm v3.18.6. The common platform binaries are here:
This release was signed with
672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98Eand can be found at @mattfarina keybase account. Please use the attached signatures for verifying this release usinggpg.The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with
bash.What's Next
Changelog
b76a950(Isaiah Lewis)b79a421(Isaiah Lewis)b9180e6(Isaiah Lewis)kubernetes/api (k8s.io/api)
v0.35.1Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.34.4Compare Source
v0.34.3Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.35.1Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.35.1Compare Source
kubernetes/kubernetes (k8s.io/kubernetes)
v1.34.4Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
v1.34.3: Kubernetes v1.34.3Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.