-
Notifications
You must be signed in to change notification settings - Fork 3
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
🌱 Update Update Golang Dependencies group (minor) #234
Open
cluster-stack-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/golang-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
from
July 5, 2024 11:17
156b306
to
4094bdc
Compare
cluster-stack-bot
bot
changed the title
🌱 Update Golang Dependencies group to v0.20.1
🌱 Update Update Golang Dependencies group (minor)
Jul 5, 2024
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
3 times, most recently
from
August 4, 2024 11:18
d29cf11
to
ee9efd2
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
2 times, most recently
from
August 8, 2024 11:20
ee16d60
to
b7478a6
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
2 times, most recently
from
August 22, 2024 11:18
5b501b4
to
2803f95
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
4 times, most recently
from
September 4, 2024 13:13
970f27b
to
9d6f157
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
3 times, most recently
from
September 7, 2024 11:20
320777f
to
66e156c
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
2 times, most recently
from
November 1, 2024 11:21
8954469
to
96814fb
Compare
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
2 times, most recently
from
November 8, 2024 11:20
cce00a5
to
131d41d
Compare
| datasource | package | from | to | | ---------- | ------------------------- | ------- | ------- | | go | github.com/google/cel-go | v0.20.1 | v0.22.0 | | go | github.com/onsi/ginkgo/v2 | v2.19.1 | v2.21.0 | | go | github.com/onsi/gomega | v1.34.0 | v1.35.1 | | go | golang.org/x/mod | v0.18.0 | v0.22.0 | | go | golang.org/x/oauth2 | v0.21.0 | v0.24.0 | | go | sigs.k8s.io/kind | v0.23.0 | v0.25.0 |
cluster-stack-bot
bot
force-pushed
the
renovate/golang-deps
branch
from
November 9, 2024 11:18
131d41d
to
11da2ef
Compare
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.20.1
->v0.22.0
v2.19.1
->v2.21.0
v1.34.0
->v1.35.1
v0.18.0
->v0.22.0
v0.21.0
->v0.24.0
v0.23.0
->v0.25.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
google/cel-go (github.com/google/cel-go)
v0.22.0
Compare Source
What's Changed
Core CEL
Policy
New Contributors
Full Changelog: google/cel-go@v0.21.0...v0.22.0
v0.21.0
Compare Source
Features
CEL Policy Compiler
Policies which use CEL often evolve to express complex logic using multiple statements
and decision criteria. The CEL Policy Compiler provides an extensible format for parsing,
compiling, and composing expression graphs. Below is a simple example which can easily
be compiled to a single CEL expression.
Fixes
exists_one
macro [#935]Issues
[#988]Presence Test Semantics
The following two changes identified an issue where presence test was unexpectedly being performed over a scalar type and evaluating to
absent
rather than erroring. It is strongly advised to set the flagcel.EnableErrorOnBadPresenceTest(true)
to avoid a logical correctness issue.Deprecation Cleanup
New Contributors
Full Changelog: google/cel-go@v0.20.1...v0.21.0
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.21.0
Compare Source
2.21.0
Features
a69eb39
]bcab9c8
]Fixes
e548367
]SpecsThatWillBeRun
withSpecsThatWillRun
[
c2c4d3c
]Maintenance
7e65a00
]v2.20.2
Compare Source
2.20.2
Require Go 1.22+
Maintenance
a671816
]v2.20.1
Compare Source
2.20.1
Fixes
d6f9640
]v2.20.0
Compare Source
2.20.0
Features
be5ab95
]Maintenance
d303d14
]7a50221
]onsi/gomega (github.com/onsi/gomega)
v1.35.1
Compare Source
1.35.1
Fixes
ca36da1
]v1.35.0
Compare Source
1.35.0
Features
EnforceDefaultTimeoutsWhenUsingContexts()
to haveEventually
honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265
]StopTrying(message).Successfully()
to abort aConsistently
early without failure [eeca931
]Fixes
HaveField
to avoid unexpected errors when used with async assertions. [3bdbc4e
]Maintenance
a05a416
]v1.34.2
Compare Source
1.34.2
Require Go 1.22+
Maintenance
c59c6dc
]8158b99
]v1.34.1
Compare Source
1.34.1
Maintenance
5e71dcd
]kubernetes-sigs/kind (sigs.k8s.io/kind)
v0.25.0
Compare Source
This release contains a number of small networking fixes and the latest Kubernetes releases. Happy KubeCon!
Breaking Changes
kindest/node:v1.31.2@​sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e
New Features
Images pre-built for this release:
kindest/node:v1.31.2@​sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e
kindest/node:v1.30.6@​sha256:b6d08db72079ba5ae1f4a88a09025c0a904af3b52387643c285442afb05ab994
kindest/node:v1.29.10@​sha256:3b2d8c31753e6c8069d4fc4517264cd20e86fd36220671fb7d0a5855103aa84b
kindest/node:v1.28.15@​sha256:a7c05c7ae043a0b8c818f5a06188bc2c4098f6cb59ca7d1856df00375d839251
kindest/node:v1.27.16@​sha256:2d21a61643eafc439905e18705b8186f3296384750a835ad7a005dceb9546d20
kindest/node:v1.26.15@​sha256:c79602a44b4056d7e48dc20f7504350f1e87530fe953428b792def00bc1076dd
NOTE: You must use the
@sha256
digest to guarantee an image built for this release, until such a time as we switch to a different tagging scheme. Even then we will highly encourage digest pinning for security and reproducibility reasons.See also:
NOTE: These node images support amd64 and arm64, both of our supported platforms. You must use the same platform as your host, for more context see https://github.com/kubernetes-sigs/kind/issues/2718
Fixes
Contributors
Thank you to everyone who contributed to this release!
Users whose commits are in this release (alphabetically by user name)
Thank you to everyone who contributed in any way.
A special thank you to @neolit123 for all your help over the years, and stepping down when you no longer had the time.
Thank you!
v0.24.0
Compare Source
Highlights from this release include network policy support using sigs.k8s.io/kube-network-policies (thanks @aojea!) and support for building node images from pre-compiled Kubernetes releases (thanks @dims!).
For building images, see the docs at https://kind.sigs.k8s.io/docs/user/quick-start/#building-images
Breaking Changes
kindest/node:v1.31.0@​sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
New Features
kind load image-archive
Images pre-built for this release:
kindest/node:v1.31.0@​sha256:53df588e04085fd41ae12de0c3fe4c72f7013bba32a20e7325357a1ac94ba865
kindest/node:v1.30.4@​sha256:976ea815844d5fa93be213437e3ff5754cd599b040946b5cca43ca45c2047114
kindest/node:v1.30.3@​sha256:bf91e1ef2f7d92bb7734b2b896b3dddea98f0496b34d96e37dd5d7df331b7e56
kindest/node:v1.29.8@​sha256:d46b7aa29567e93b27f7531d258c372e829d7224b25e3fc6ffdefed12476d3aa
kindest/node:v1.29.7@​sha256:f70ab5d833fca132a100c1f95490be25d76188b053f49a3c0047ff8812360baf
kindest/node:v1.28.13@​sha256:45d319897776e11167e4698f6b14938eb4d52eb381d9e3d7a9086c16c69a8110
kindest/node:v1.28.12@​sha256:fa0e48b1e83bb8688a5724aa7eebffbd6337abd7909ad089a2700bf08c30c6ea
kindest/node:v1.27.16@​sha256:3fd82731af34efe19cd54ea5c25e882985bafa2c9baefe14f8deab1737d9fabe
kindest/node:v1.26.15@​sha256:1cc15d7b1edd2126ef051e359bf864f37bbcf1568e61be4d2ed1df7a3e87b354
kindest/node:v1.25.16@​sha256:6110314339b3b44d10da7d27881849a87e092124afab5956f2e10ecdb463b025
NOTE: You must use the
@sha256
digest to guarantee an image built for this release, until such a time as we switch to a different tagging scheme. Even then we will highly encourage digest pinning for security and reproducibility reasons.See also:
NOTE: These node images support amd64 and arm64, both of our supported platforms. You must use the same platform as your host, for more context see https://github.com/kubernetes-sigs/kind/issues/2718
Fixes
Contributors
Thank you to everyone who contributed to this release! ❤️
Users whose commits are in this release (alphabetically by user name)
Thank you as well to everyone who contributed in other ways like filing issues, giving feedback, testing fixes, and helping users in slack!
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 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.