Skip to content

[pull] main from kubernetes-sigs:main #10

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

Open
wants to merge 226 commits into
base: main
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
226 commits
Select commit Hold shift + click to select a range
e643571
:bug: Fakeclient: Fix TOCTOU races
alvaroaleman Oct 12, 2024
7ff264d
Bump to k8s.io/* v0.32.0-alpha.2
sbueringer Oct 19, 2024
0074265
Merge pull request #2980 from alvaroaleman/fictoctou
k8s-ci-robot Oct 19, 2024
ced7381
Merge pull request #2990 from sbueringer/pr-bump-v0.32-alpha.2
k8s-ci-robot Oct 19, 2024
548333d
Rename SecretSyncReconcier to SecretSyncReconciler
smmuirhead100 Oct 19, 2024
3b032e1
Merge pull request #2993 from smmuirhead100/smmuirhead100/rename-secr…
k8s-ci-robot Oct 19, 2024
dc33579
Fix typo in IndexField method docs
buraksekili Oct 25, 2024
aaaefb4
Merge pull request #2996 from buraksekili/patch-3
k8s-ci-robot Oct 25, 2024
8cc205a
:bug: Error when source.Start() never returns
alvaroaleman Oct 26, 2024
1935329
:seedling: Bump the all-github-actions group with 2 updates
dependabot[bot] Oct 28, 2024
3eade21
Merge pull request #2999 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Oct 29, 2024
4c2350e
Bump to k8s.io/* v0.32.0-alpha.3
sbueringer Nov 1, 2024
219b19c
Merge pull request #3001 from sbueringer/pr-bump-alpha.3
k8s-ci-robot Nov 1, 2024
34beb4c
:book: clarify comments of GenerationChangedPredicate (#3002)
loveRhythm1990 Nov 4, 2024
cc17c14
:seedling: Bump softprops/action-gh-release
dependabot[bot] Nov 4, 2024
98d85d4
Merge pull request #3003 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Nov 5, 2024
bfe6610
Add custom path option for webhooks
damsien Oct 28, 2024
1eb0c53
:warning: Do not deduplicate warnings by default
dlipovetsky Sep 17, 2024
3ead9eb
Merge pull request #2953 from dlipovetsky/warning-do-not-deduplicate-…
k8s-ci-robot Nov 5, 2024
96fc314
Merge pull request #2998 from damsien/main
k8s-ci-robot Nov 5, 2024
48ec3b7
🐛 Fix custom defaulter: avoid deleting unknown fields (zero change pa…
trasc Nov 5, 2024
63a3800
Merge pull request #2997 from alvaroaleman/start-take-two
k8s-ci-robot Nov 8, 2024
6d6cb80
:seedling: Source.Start(): Use errgroup without context
alvaroaleman Nov 8, 2024
02c4ef4
Merge pull request #3006 from alvaroaleman/start-comment
k8s-ci-robot Nov 10, 2024
4a32efc
Bump to k8s.io/* v0.32.0-beta.0
sbueringer Nov 10, 2024
b031a06
Merge pull request #3007 from sbueringer/pr-bump-v0.32-beta.0
k8s-ci-robot Nov 10, 2024
061a7ad
:seedling: Fixups to error when source.Start never returns
alvaroaleman Nov 10, 2024
8e29c63
Merge pull request #3008 from alvaroaleman/feedback
k8s-ci-robot Nov 11, 2024
fee1667
:seedling: Bump softprops/action-gh-release
dependabot[bot] Nov 11, 2024
f662d8b
Merge pull request #3009 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Nov 12, 2024
bb47a06
fix typo in controller.go
monteiro-renato Nov 12, 2024
c1331a5
Merge pull request #3011 from monteiro-renato/monteiro-renato-patch-1
k8s-ci-robot Nov 12, 2024
6f1501d
Switch to Go 1.23+ stdlib maps/slices packages
tklauser Nov 13, 2024
e3347b5
Merge pull request #3012 from tklauser/drop-x-exp-maps
k8s-ci-robot Nov 17, 2024
bd6eede
:book: Add a design for a priority queue
alvaroaleman Nov 17, 2024
bc669b1
Log the syncing source when WaitForSync fails
haiyanmeng Nov 20, 2024
4509386
Ensure all WatchFunc enable watch and boomarks
vincepri Nov 20, 2024
e56f2c9
Merge pull request #3017 from kubernetes-sigs/ensure-watch-bookmarks
k8s-ci-robot Nov 20, 2024
b88f351
Merge pull request #3016 from haiyanmeng/sync-source
k8s-ci-robot Nov 20, 2024
3911ded
:sparkles: Fake client: Allow adding indexes at runtime
alvaroaleman Nov 23, 2024
8e44a43
🐛 Refactor certificate watcher to use polling, instead of fsnotify (#…
m-messiah Nov 26, 2024
5bf5874
:warning: Use leader elector with client timeout
alvaroaleman Nov 30, 2024
85974fe
:seedling: Bump k8s.io/* deps to 0.32.0-rc0
alvaroaleman Nov 30, 2024
00173cf
Merge pull request #3028 from alvaroaleman/timeout
k8s-ci-robot Nov 30, 2024
bbbc12b
:bug: Fix RenewDeadline typo in leader election
vincepri Nov 30, 2024
f529320
Merge pull request #3032 from vincepri/fixup-renew-typo
k8s-ci-robot Nov 30, 2024
4cef7c9
Edit doc string
shafeeqes Dec 11, 2023
a177afe
:seedling: Make using leader elector with client timeout non-breaking
alvaroaleman Dec 1, 2024
f4ae040
Merge pull request #3034 from alvaroaleman/backwards-compat
k8s-ci-robot Dec 2, 2024
e6e61f0
Merge pull request #3021 from alvaroaleman/allow
k8s-ci-robot Dec 2, 2024
9e9ef6a
Merge pull request #3029 from alvaroaleman/bump-32rc0
k8s-ci-robot Dec 2, 2024
a4310f9
More explicit docs for Cluster.GetAPIReader
guettli Dec 3, 2024
9fd890c
Merge pull request #3039 from guettli/patch-1
k8s-ci-robot Dec 4, 2024
717b32a
Merge pull request #3033 from shafeeqes/enh/fakeclient
k8s-ci-robot Dec 5, 2024
203ef4e
Merge pull request #3013 from alvaroaleman/design-priority-q
k8s-ci-robot Dec 6, 2024
aea2e32
:sparkles: Add a priority queue (#3014)
alvaroaleman Dec 6, 2024
a9b7c2d
🌱 Bump k8s.io/* deps to 0.32.0 (#3043)
whg517 Dec 27, 2024
46319bb
Compare only remove patches.
mbobrovskyi Jan 3, 2025
1ac370e
Merge pull request #3056 from mbobrovskyi/fix/panic-on-compare-patches
k8s-ci-robot Jan 3, 2025
711b48b
🌱 Add fsnotify watcher+polling (#3050)
vincepri Jan 6, 2025
c49e843
:fakeclient: Don't return items on invalid selector
alvaroaleman Nov 23, 2024
d937d9a
✨Cache: Export NewInformer
alvaroaleman Jan 7, 2025
fc16390
Merge pull request #3022 from alvaroaleman/dont-populate
k8s-ci-robot Jan 7, 2025
1947a94
Merge pull request #3061 from alvaroaleman/export
k8s-ci-robot Jan 7, 2025
72a4107
:bug: Address review comments and fix metrics in priority queue
alvaroaleman Jan 3, 2025
462341c
Fix issue with manipulating the tree in Ascend
alvaroaleman Jan 7, 2025
7abda47
update cache options design to reflect the implementation
ranakan19 Jan 8, 2025
c80ea33
Merge pull request #3060 from alvaroaleman/pq-2
k8s-ci-robot Jan 8, 2025
3b0b995
🌱 Remove gosec linter
alvaroaleman Jan 8, 2025
2484715
Merge pull request #3064 from alvaroaleman/remove-gosec
k8s-ci-robot Jan 9, 2025
1de5a3e
Merge pull request #3062 from ranakan19/cache_options
k8s-ci-robot Jan 9, 2025
e667a8f
:bug: Fix a bug in the priorityqueue metrics
alvaroaleman Jan 10, 2025
d19d76c
Merge pull request #3066 from alvaroaleman/fix-wow
k8s-ci-robot Jan 10, 2025
189b6d8
:seedling: Bump the all-github-actions group across 1 directory with …
dependabot[bot] Jan 13, 2025
1ec7c1b
Merge pull request #3069 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Jan 14, 2025
3b23354
fake client: preserve TypeMeta during List call with UnstructuredList
sbueringer Jan 16, 2025
8f7e114
Merge pull request #3074 from sbueringer/pr-fix-fake-list
k8s-ci-robot Jan 16, 2025
aafb269
🐛 Check to see if custom source implements fmt.Stringer when logging …
troy0820 Jan 19, 2025
a2fe224
🌱Bump golangci-lint to v1.63.4
alvaroaleman Jan 19, 2025
2aa9459
Merge pull request #3076 from alvaroaleman/bump-ling
k8s-ci-robot Jan 20, 2025
a1adc6b
cache: clone maps to prevent data race when concurrently creating cac…
chrischdi Jan 20, 2025
5a8edf6
Merge pull request #3078 from chrischdi/pr-cache-fix-map-data-race
k8s-ci-robot Jan 20, 2025
158f539
🌱 Add debug logging for the state of the priority queue
alvaroaleman Jan 19, 2025
f06cac4
Merge pull request #3075 from alvaroaleman/logs
k8s-ci-robot Jan 20, 2025
c7841bc
:seedling: Bump golangci/golangci-lint-action
dependabot[bot] Jan 20, 2025
b2dbf6e
Merge pull request #3082 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Jan 21, 2025
09740a3
🐛fix(controller): support WaitForSync in custom TypedSyncingSource (#…
tareksha Jan 22, 2025
a3488ff
:bug: Priorityqueue: Yet another queue_depth metric fix
alvaroaleman Jan 22, 2025
91e102f
Merge pull request #3085 from alvaroaleman/wowmax
k8s-ci-robot Jan 23, 2025
93afac1
:seedling: Bump actions/setup-go in the all-github-actions group
dependabot[bot] Jan 27, 2025
990f2ed
Merge pull request #3091 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Jan 28, 2025
083dc70
Add JoelSpeed to reviewers
JoelSpeed Jan 29, 2025
e93668e
Merge pull request #3097 from JoelSpeed/add-joelspeed-reviewer
k8s-ci-robot Jan 29, 2025
2e1f0bd
add troy0820 to reviewers
troy0820 Jan 30, 2025
1a91ccc
Merge pull request #3099 from troy0820/troy0820/add-troy0820-as-reviewer
k8s-ci-robot Jan 30, 2025
bbc9711
🌱 Update dependencies, k8s 1.32.1 (#3095)
joshuacuellar1 Feb 3, 2025
2e8ba92
✨feat: add GoCollector and ProcessCollector metrics (#3070)
dongjiang1989 Feb 5, 2025
ba53477
Fix behavior of rate limit option in priorityqueue.AddWithOpts
zach593 Feb 6, 2025
c5bb1d4
Merge pull request #3103 from zach593/fix-AddWithOpts
k8s-ci-robot Feb 8, 2025
f15ff17
:warning: Deprecate `reconcile.Result.Requeue`
alvaroaleman Feb 8, 2025
802e40c
:seedling: Bump golangci/golangci-lint-action
dependabot[bot] Feb 10, 2025
894df3a
Merge pull request #3112 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Feb 11, 2025
b68a062
⚠ Bump to k8s.io/* v0.33.0-alpha.1 (#3104)
sbueringer Feb 14, 2025
c4c31bb
fix missing word
BRONSOLO Feb 17, 2025
5e8256e
Merge pull request #3116 from BRONSOLO/fix-3115
k8s-ci-robot Feb 17, 2025
c39ed2d
:seedling: Bump golangci/golangci-lint-action
dependabot[bot] Feb 17, 2025
6f61111
Merge pull request #3120 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Feb 18, 2025
ab40409
:warning: Config: Disable client-side ratelimiter by default
alvaroaleman Feb 17, 2025
a5bc008
🌱 fix: make test fails with make: *** [Makefile:73: test] Error 1
valdar Feb 19, 2025
bfa6d9c
fix: cache should list out of global cache when present and necessary
joelanford Feb 20, 2025
9024933
Merge pull request #3126 from joelanford/fix-multinamespace-cache-list
k8s-ci-robot Feb 20, 2025
a68aee3
Export envtest.ReadCRDFiles
sbueringer Feb 21, 2025
d6b3440
Merge pull request #3125 from valdar/fixScripts
k8s-ci-robot Feb 22, 2025
d9e02f9
Merge pull request #3129 from sbueringer/pr-export-read-crd-files
k8s-ci-robot Feb 24, 2025
e451c79
Merge pull request #3107 from alvaroaleman/deprecate
k8s-ci-robot Feb 24, 2025
1118057
Merge pull request #3119 from alvaroaleman/default-disable
k8s-ci-robot Feb 24, 2025
645d329
:seedling: Bump the all-github-actions group with 2 updates
dependabot[bot] Feb 24, 2025
ab38193
Merge pull request #3132 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Feb 25, 2025
cc72159
Return err if pagination is used with cached client
sbueringer Feb 25, 2025
9d8d219
Merge pull request #3134 from sbueringer/pr-block-pagination
k8s-ci-robot Feb 26, 2025
b04d5fd
✨ envtest: add option to download binaries, bump envtest to v1.32.0 (…
sbueringer Mar 2, 2025
44108f8
Create BinaryAssetsDirectory if it doesn't exist
sbueringer Mar 3, 2025
3f5e5ec
:seedling: Validate that unstructued objects don't require scheme reg…
alvaroaleman Mar 3, 2025
6eb011f
Merge pull request #3137 from sbueringer/pr-fix-envtest-dl
k8s-ci-robot Mar 4, 2025
d9ff283
:warning: NewTypedUnmanaged: Stop requiring a manager
alvaroaleman Mar 4, 2025
385eeaa
Merge pull request #3141 from alvaroaleman/factor-out
k8s-ci-robot Mar 5, 2025
9d65299
Bump to k8s.io/* v0.33.0-alpha.3 and Go 1.24
sbueringer Mar 5, 2025
9f4e0f7
Merge pull request #3142 from sbueringer/pr-bump-alpha-3
k8s-ci-robot Mar 6, 2025
eb07b0e
:bug: Fakeclient: Fix dataraces when writing to the scheme
alvaroaleman Mar 6, 2025
2694630
docs(fake-client): clarify json-patch version usage
kersten Mar 6, 2025
de4367f
Merge pull request #3118 from kersten/main
k8s-ci-robot Mar 7, 2025
9fcd561
Merge pull request #3143 from alvaroaleman/fix-threadsafety
k8s-ci-robot Mar 7, 2025
4b686fa
Merge pull request #3138 from alvaroaleman/testunstructured
k8s-ci-robot Mar 8, 2025
eef257b
Adopt Informer.RunWithContext, WatchErrorHandlerWithContext & HandleC…
sbueringer Mar 8, 2025
6f0283f
Fix race in logger test
sbueringer Mar 8, 2025
32fa5a8
Adopt AddEventHandlerWithOptions
sbueringer Mar 8, 2025
2366fb2
Merge pull request #3150 from sbueringer/pr-fix-test-race
k8s-ci-robot Mar 8, 2025
0354f47
Merge pull request #3149 from sbueringer/pr-adopt-ctx-logging
k8s-ci-robot Mar 8, 2025
f80bc5d
🐛Implement priorityqueue as default on handlers if using priorityqueu…
troy0820 Mar 10, 2025
4cfbf93
:seedling: Handlers: Use low priority when object is unchanged and pr…
alvaroaleman Mar 10, 2025
fb7df70
fix nil pointer exception in Stop().
guettli Mar 12, 2025
1561e8c
Merge pull request #3152 from alvaroaleman/remainng
k8s-ci-robot Mar 12, 2025
d82dcd8
Merge pull request #3153 from guettli/fix-empty-auth-nil-pointer-exce…
k8s-ci-robot Mar 13, 2025
d724f7f
:bug: Restmapper: Respect preferred version
alvaroaleman Mar 9, 2025
183de45
Merge pull request #3151 from alvaroaleman/fix-prefer
k8s-ci-robot Mar 15, 2025
80fd47b
:seedling: Followups to default low priority in mappers
alvaroaleman Mar 15, 2025
3c3fd3e
Add priority label to PQ depth metric
sbueringer Mar 14, 2025
2ab0827
Bump to k8s.io/* v0.33.0-beta.0
sbueringer Mar 16, 2025
d3b0880
Merge pull request #3160 from alvaroaleman/followups
k8s-ci-robot Mar 16, 2025
f4ad346
Leverage Informer OnAdd IsInInitialList
sbueringer Mar 16, 2025
d67d279
fix(controllerutil): avoid panic when the MutateFn is nil
0xff-dev May 14, 2024
b2e2f29
Merge pull request #2828 from 0xff-dev/main
k8s-ci-robot Mar 16, 2025
d40234e
Merge pull request #3161 from sbueringer/pr-bump-0.33-beta
k8s-ci-robot Mar 16, 2025
4cf8def
Fix custom path for webhooks conflict
damsien Feb 5, 2025
4730cab
Merge pull request #3156 from sbueringer/pr-pq-metrics
k8s-ci-robot Mar 17, 2025
fa1d0ee
Merge pull request #3162 from sbueringer/pr-initial-list
k8s-ci-robot Mar 17, 2025
4288b1f
Merge pull request #3102 from damsien/main
k8s-ci-robot Mar 17, 2025
4f5c870
:seedling: Bump golangci/golangci-lint-action
dependabot[bot] Mar 17, 2025
5dfe321
Merge pull request #3163 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Mar 18, 2025
b32e654
:sparkles: Controller: Retain the priority
alvaroaleman Mar 16, 2025
aeac9c5
:seedling: Remove redundant WithLowPriorityWhenUnchanged in builder
alvaroaleman Mar 21, 2025
1191c8c
Merge pull request #3168 from alvaroaleman/handler2
k8s-ci-robot Mar 21, 2025
1ba66ac
Fix godoc of TypedEventHandler
sbueringer Mar 21, 2025
f9846db
Mention the SkipNameValidation option in the name validation error
sbueringer Mar 21, 2025
133b8d9
Merge pull request #3169 from sbueringer/pr-fix-godoc
k8s-ci-robot Mar 21, 2025
85e014c
Merge pull request #3170 from sbueringer/pr-improve-name-validation-err
k8s-ci-robot Mar 21, 2025
2f2e7d8
Merge pull request #3167 from alvaroaleman/reuse
k8s-ci-robot Mar 21, 2025
53c0518
✨ Adopt native histograms (#3165)
krisztianfekete Mar 21, 2025
11240b7
envtest: Add Environment.KubeConfig field
kaovilai Apr 15, 2023
f1741e3
Merge pull request #2278 from kaovilai/envtest-kubeconfig
k8s-ci-robot Mar 21, 2025
2cc7686
add version.version to tools/setup-envtest to show installed version
troy0820 Mar 19, 2025
48d778d
:seedling: TypedRequestForOwner: Decrease priority when unchanged
alvaroaleman Mar 22, 2025
219eb44
Merge pull request #3174 from alvaroaleman/typed
k8s-ci-robot Mar 23, 2025
53f325f
Merge pull request #3166 from troy0820/troy0820/setup-envtest-version
k8s-ci-robot Mar 23, 2025
cf1740f
Adopt WarningHandlerWithContext
sbueringer Mar 23, 2025
b713937
Merge pull request #3176 from sbueringer/pr-warning-handler-ctx
k8s-ci-robot Mar 23, 2025
d74599c
fix godoc for version.Version in setupenvtest
troy0820 Mar 24, 2025
561fa39
Merge pull request #3177 from troy0820/troy0820/fix-go-doc-setupenvtest
k8s-ci-robot Mar 24, 2025
d8b6793
📖Golang 1.24+ in setup-envtest/README.md (#3181)
erichorwath Mar 25, 2025
79408a2
:seedling: Clarify that controller-runtime is not a kubebuilder subpr…
alvaroaleman Mar 31, 2025
5fadc3f
add panic to log level
rashmichandrashekar Mar 31, 2025
7606727
Merge pull request #3185 from alvaroaleman/clarify
k8s-ci-robot Mar 31, 2025
5f5daf3
[Warm Replicas] Extract startWatches into helper method.
godwinpang Apr 5, 2025
6ad5c1d
Merge pull request #3190 from godwinpang/extract-start-watches
k8s-ci-robot Apr 7, 2025
93a8d95
Document pitfalls of CreateOrUpdate and CreateOrPatch
ian-howell Apr 9, 2025
894a342
move to v0.33 k8s deps
troy0820 May 1, 2025
b6c5897
Merge pull request #3204 from troy0820/troy0820/uplift-to-v1.33.0
k8s-ci-robot May 5, 2025
9db9e42
fix verbose info lost when clone
caozhuozi May 8, 2025
54b916c
Bump setup-envtest to k8s.io/apimachinery v0.33.0
sbueringer May 12, 2025
2070bf4
Merge pull request #3209 from caozhuozi/log-verbose-bug
k8s-ci-robot May 12, 2025
776c293
Merge pull request #3186 from rashmichandrashekar/main
k8s-ci-robot May 12, 2025
f87e9da
Merge pull request #3215 from sbueringer/pr-bump-setup-envtest-0.33
k8s-ci-robot May 12, 2025
bd600cf
⚠ fix: Stop accumulating lists in multi-namespace cache implementatio…
zxh326 May 12, 2025
8caebef
Merge pull request #3193 from ian-howell/create-or-update-documentation
k8s-ci-robot May 13, 2025
b3278df
use sigs.k8s.io/json to unmarshal in fakeclient
troy0820 May 7, 2025
9b5f6a7
Merge pull request #3208 from troy0820/troy0820/api-machinery-marshal
k8s-ci-robot May 13, 2025
9c38211
update golangci-lint to v2
dongjiang1989 Apr 2, 2025
d9a2274
Merge pull request #3187 from dongjiang1989/update-golangci-lint-v2
k8s-ci-robot May 14, 2025
81f1fae
:seedling: Bump the all-github-actions group across 1 directory with …
dependabot[bot] May 14, 2025
85ee7a9
Merge pull request #3217 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot May 14, 2025
250a88f
return warnings on webhooks
troy0820 May 16, 2025
ab37f74
Merge pull request #3223 from troy0820/troy0820/return-warnings-on-we…
k8s-ci-robot May 17, 2025
52d8779
update README with go version
troy0820 May 19, 2025
71f7db5
Merge pull request #3225 from troy0820/troy0820/prepare-for-0.21-release
k8s-ci-robot May 20, 2025
06ac559
:warning: Fakeclient: Remove support for objects with pointer meta
alvaroaleman May 26, 2025
121afaa
Add UnsafeDisableDeepCopy to GetOptions
jonathan-innis May 20, 2025
3c277bd
Merge pull request #3227 from jonathan-innis/add-unsafe-disable-get-o…
k8s-ci-robot May 27, 2025
936b4aa
Merge pull request #3228 from alvaroaleman/remove-pointer
k8s-ci-robot May 28, 2025
685f27b
:warning: Fakeclient: Clear typemeta for structured
alvaroaleman May 26, 2025
1dce621
Merge pull request #3229 from alvaroaleman/typemeta
k8s-ci-robot May 28, 2025
f56f2b3
:seedling: Bump ossf/scorecard-action in the all-github-actions group
dependabot[bot] Jun 2, 2025
8f791a2
Merge pull request #3230 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Jun 3, 2025
4593377
:seedling: Bump k8s.io/* deps for fakeclient SSA fixes
alvaroaleman Jun 3, 2025
d6126d8
Merge pull request #3231 from alvaroaleman/bump-see
k8s-ci-robot Jun 4, 2025
e25ed2f
:seedling: Bump softprops/action-gh-release
dependabot[bot] Jun 16, 2025
23e0562
Merge pull request #3235 from kubernetes-sigs/dependabot/github_actio…
k8s-ci-robot Jun 17, 2025
845348a
:seedling: Bump k8s.io/* deps to v0.34.0-alpha.1
alvaroaleman Jun 17, 2025
15c5d61
Merge pull request #3236 from alvaroaleman/bump034
k8s-ci-robot Jun 17, 2025
9db63b4
feat: add support for custom labels on leader election leases
DerekFrank Jun 17, 2025
b9a9ca0
Merge pull request #3237 from DerekFrank/leader-election-labels
k8s-ci-robot Jun 20, 2025
342e14d
fix priority queue
dongjiang1989 Jun 25, 2025
cec6556
Merge pull request #3243 from dongjiang1989/fix-queuepriority
k8s-ci-robot Jun 26, 2025
ffe4645
:seedling: Bump k8s.io deps to v0.34.0-alpha.2
alvaroaleman Jun 26, 2025
61c909a
Merge pull request #3246 from alvaroaleman/alpha2
k8s-ci-robot Jun 26, 2025
f4014f5
:sparkles: Fakeclient: Add apply support
alvaroaleman Oct 14, 2024
cacd627
Merge pull request #2981 from alvaroaleman/apply-fake
k8s-ci-robot Jun 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
make release
- name: Release
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # tag=v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # tag=v2.0.9
with:
draft: false
files: tools/setup-envtest/out/*