Kubernetes Prow Robot
45979bdf4e
Merge pull request #1270 from ajaysundark/cve-fix
...
Update grpc to v1.79.3 to fix CVE-2026-33186
2026-04-24 00:30:47 +05:30
Ajay Sundar Karuppasamy
e99d20b019
Align otel dependency with k8s v1.41.0
2026-04-23 18:13:03 +00:00
Ajay Sundar Karuppasamy
925c629e37
Run go mod tidy in test directory to fix e2e build
2026-04-23 18:10:45 +00:00
Ajay Sundar Karuppasamy
6464b9efac
Update grpc to v1.79.3 to fix CVE-2026-33186
2026-04-23 17:56:14 +00:00
Pierluigi Lenoci
0c927ad8ec
fix: honor stderrthreshold on Windows entrypoint
...
The Unix entrypoint already sets legacy_stderr_threshold_behavior=false
and stderrthreshold=INFO, but the Windows entrypoint was missed.
klog v2 defaults -logtostderr to true. When active, -stderrthreshold is
silently ignored — all log levels are unconditionally sent to stderr.
Setting legacy_stderr_threshold_behavior=false enables the fix so that
-stderrthreshold is honored even when -logtostderr=true.
Ref: kubernetes/klog#212 , kubernetes/klog#432
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com >
Signed-off-by: Pierluigi Lenoci <pierluigilenoci@gmail.com >
2026-04-23 11:53:08 +03:00
Kubernetes Prow Robot
cc85ca1c59
Merge pull request #1264 from kubernetes/dependabot/github_actions/actions-all-d52dfeb8fb
...
chore(deps): bump the actions-all group across 1 directory with 2 updates
2026-04-22 18:11:52 +05:30
dependabot[bot]
0ffec3ed91
chore(deps): bump the actions-all group with 2 updates
...
Bumps the actions-all group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `step-security/harden-runner` from 2.17.0 to 2.19.0
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](f808768d15...8d3c67de8e )
Updates `github/codeql-action` from 4.35.1 to 4.35.2
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](c10b8064de...95e58e9a2c )
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
- dependency-name: github/codeql-action
dependency-version: 4.35.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-22 12:21:59 +00:00
Kubernetes Prow Robot
d93f2510dc
Merge pull request #1265 from kubernetes/dependabot/go_modules/k8s-fbbb496d29
...
chore(deps): bump the k8s group across 2 directories with 4 updates
2026-04-22 12:59:52 +05:30
dependabot[bot]
2762b8f922
chore(deps): bump the k8s group across 2 directories with 4 updates
...
Bumps the k8s group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api ) and [k8s.io/client-go](https://github.com/kubernetes/client-go ).
Bumps the k8s group with 2 updates in the /test directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) and [k8s.io/component-base](https://github.com/kubernetes/component-base ).
Updates `k8s.io/api` from 0.35.3 to 0.35.4
- [Commits](https://github.com/kubernetes/api/compare/v0.35.3...v0.35.4 )
Updates `k8s.io/apimachinery` from 0.35.3 to 0.35.4
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.35.3...v0.35.4 )
Updates `k8s.io/client-go` from 0.35.3 to 0.35.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.35.3...v0.35.4 )
Updates `k8s.io/apimachinery` from 0.35.3 to 0.35.4
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.35.3...v0.35.4 )
Updates `k8s.io/component-base` from 0.34.6 to 0.34.7
- [Commits](https://github.com/kubernetes/component-base/compare/v0.34.6...v0.34.7 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-version: 0.35.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/apimachinery
dependency-version: 0.35.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/client-go
dependency-version: 0.35.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/apimachinery
dependency-version: 0.35.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/component-base
dependency-version: 0.34.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-22 07:07:41 +00:00
Kubernetes Prow Robot
5a835bc00e
Merge pull request #1268 from hakman/fix-lint
...
fix: pin actions to commit SHA
2026-04-22 12:29:52 +05:30
Ciprian Hacman
a4e58f26cc
fix: pin actions to commit SHA
2026-04-22 05:53:28 +03:00
Kubernetes Prow Robot
d7f1f78b48
Merge pull request #1263 from kubernetes/dependabot/github_actions/actions-all-fcd0fca2ab
...
chore(deps): bump the actions-all group with 2 updates
2026-04-15 16:15:01 +05:30
Kubernetes Prow Robot
0e6c918fdd
Merge pull request #1261 from hakman/kmsg-tests
...
test(logwatchers/kmsg): inject parser factory for testability and cover restart/stop
2026-04-15 15:28:38 +05:30
dependabot[bot]
c45f78cfda
chore(deps): bump the actions-all group with 2 updates
...
Bumps the actions-all group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner ) and [actions/upload-artifact](https://github.com/actions/upload-artifact ).
Updates `step-security/harden-runner` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](fa2e9d605c...f808768d15 )
Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](bbbca2ddaa...043fb46d1a )
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-version: 2.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
- dependency-name: actions/upload-artifact
dependency-version: 7.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-13 22:11:46 +00:00
Ciprian Hacman
3d516d9213
test(logwatchers/kmsg): inject parser factory for testability and cover restart/stop
2026-04-11 08:37:32 +03:00
Kubernetes Prow Robot
ea22add87e
Merge pull request #1259 from hakman/kmsg-duplicate-message
...
fix(logwatchers/kmsg): prevent duplicate message replay after restart
2026-04-11 00:18:18 +05:30
Kubernetes Prow Robot
e0a3f5bfe5
Merge pull request #1260 from hakman/kmsg-stop-parser
...
fix(logwatchers/kmsg): don't close parser from Stop()
2026-04-10 22:56:21 +05:30
Ciprian Hacman
b3379b0d23
fix(logwatchers/kmsg): prevent duplicate message replay after restart
2026-04-10 16:06:32 +03:00
Ciprian Hacman
78f76b2778
fix(logwatchers/kmsg): don't close parser from Stop()
...
Closing the parser in Stop() triggers kmsgparser's read goroutine to
close its output channel, which made watchLoop take the restart path
(added in #1192 ) during intentional shutdown. Leave parser cleanup to
watchLoop's defer, which is the single owner of the parser lifecycle.
2026-04-10 15:45:22 +03:00
Kubernetes Prow Robot
6411bde750
Merge pull request #1256 from TPXP/patch-1
...
chore(readme): update chart install instructions
2026-04-10 12:08:19 +05:30
Kubernetes Prow Robot
0c4cc67912
Merge pull request #1192 from arjraman/master
...
feat(logwatchers): Restart kmsg parser if channel closes
2026-04-10 11:40:20 +05:30
Thomas P.
46717c1409
fix(readme): update chart install instructions
...
The chart registry moved to github actions
2026-04-01 12:11:20 +02:00
Kubernetes Prow Robot
ed5ec829c6
Merge pull request #1255 from kubernetes/dependabot/github_actions/actions-all-fd00acb19b
...
chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 in the actions-all group
2026-03-31 23:10:14 +05:30
Kubernetes Prow Robot
5b0e89d6ea
Merge pull request #1254 from hakman/fix-go-mod
...
chore: Bump k8s.io/klog/v2 to v2.140.0 for tests
2026-03-31 22:18:14 +05:30
dependabot[bot]
230d519704
chore(deps): bump github/codeql-action in the actions-all group
...
Bumps the actions-all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 4.34.1 to 4.35.1
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](3869755554...c10b8064de )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-30 22:17:25 +00:00
Ciprian Hacman
68d5db75af
chore: Bump k8s.io/klog/v2 to v2.140.0 for tests
2026-03-27 13:18:06 +01:00
Kubernetes Prow Robot
b2c5cf21b0
Merge pull request #1253 from pierluigilenoci/fix/honor-stderrthreshold
...
Honor stderrthreshold when logtostderr is enabled
2026-03-27 17:46:47 +05:30
Pierluigi Lenoci
c4d4af5bc6
Honor stderrthreshold when logtostderr is enabled
...
Opt into the fixed klog behavior by setting legacy_stderr_threshold_behavior=false
after klog.InitFlags(). Ref: kubernetes/klog#212 , kubernetes/klog#432
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@gmail.com >
2026-03-27 00:15:23 +01:00
Kubernetes Prow Robot
12357b5187
Merge pull request #1250 from kubernetes/dependabot/github_actions/actions-all-2c0e19e160
...
chore(deps): bump github/codeql-action from 4.33.0 to 4.34.1 in the actions-all group
2026-03-25 03:20:17 +05:30
Kubernetes Prow Robot
40274ca3f7
Merge pull request #1251 from kubernetes/dependabot/go_modules/k8s-f3bd7dbe75
...
chore(deps): bump the k8s group across 2 directories with 4 updates
2026-03-25 02:48:17 +05:30
Arjun Raman
748fecd95d
Remove opt-in knob for restarting kmsg parser and simplify retry loop
2026-03-24 11:20:14 -07:00
dependabot[bot]
240d180524
chore(deps): bump the k8s group across 2 directories with 4 updates
...
Bumps the k8s group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api ) and [k8s.io/client-go](https://github.com/kubernetes/client-go ).
Bumps the k8s group with 2 updates in the /test directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) and [k8s.io/component-base](https://github.com/kubernetes/component-base ).
Updates `k8s.io/api` from 0.35.2 to 0.35.3
- [Commits](https://github.com/kubernetes/api/compare/v0.35.2...v0.35.3 )
Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.35.2...v0.35.3 )
Updates `k8s.io/client-go` from 0.35.2 to 0.35.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.35.2...v0.35.3 )
Updates `k8s.io/apimachinery` from 0.35.2 to 0.35.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.35.2...v0.35.3 )
Updates `k8s.io/component-base` from 0.34.5 to 0.34.6
- [Commits](https://github.com/kubernetes/component-base/compare/v0.34.5...v0.34.6 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-version: 0.35.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/apimachinery
dependency-version: 0.35.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/client-go
dependency-version: 0.35.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/apimachinery
dependency-version: 0.35.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/component-base
dependency-version: 0.34.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-24 13:12:56 +00:00
dependabot[bot]
d395ba3e52
chore(deps): bump github/codeql-action in the actions-all group
...
Bumps the actions-all group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 4.33.0 to 4.34.1
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b1bff81932...3869755554 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.34.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-24 13:12:38 +00:00
Kubernetes Prow Robot
c16035f642
Merge pull request #1252 from hakman/golangci-lint-2.11.4
...
chore: Update golangci-lint to v2.11.4
2026-03-24 16:26:17 +05:30
Ciprian Hacman
fc90eb0647
Update golangci-lint to v2.11.4
2026-03-24 03:47:31 +01:00
Kubernetes Prow Robot
c37abe4b30
Merge pull request #1249 from kubernetes/dependabot/github_actions/actions-all-c51e94e1a7
...
chore(deps): bump the actions-all group with 2 updates
2026-03-18 11:57:40 +05:30
dependabot[bot]
58450c6010
chore(deps): bump the actions-all group with 2 updates
...
Bumps the actions-all group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `step-security/harden-runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](58077d3c7e...fa2e9d605c )
Updates `github/codeql-action` from 4.32.6 to 4.33.0
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](0d579ffd05...b1bff81932 )
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-version: 2.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
- dependency-name: github/codeql-action
dependency-version: 4.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-16 21:41:15 +00:00
Kubernetes Prow Robot
e6c3a246dd
Merge pull request #1246 from kubernetes/dependabot/github_actions/actions-all-01d8e432fa
...
chore(deps): bump the actions-all group with 3 updates
2026-03-10 12:11:12 +05:30
dependabot[bot]
2c084b950d
chore(deps): bump the actions-all group with 3 updates
...
Bumps the actions-all group with 3 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner ), [github/codeql-action](https://github.com/github/codeql-action ) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action ).
Updates `step-security/harden-runner` from 2.15.0 to 2.15.1
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](a90bcbc653...58077d3c7e )
Updates `github/codeql-action` from 4.32.5 to 4.32.6
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](c793b717bc...0d579ffd05 )
Updates `actions/dependency-review-action` from 4.8.3 to 4.9.0
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](05fe457637...2031cfc080 )
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-version: 2.15.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-all
- dependency-name: github/codeql-action
dependency-version: 4.32.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-all
- dependency-name: actions/dependency-review-action
dependency-version: 4.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 22:18:43 +00:00
Kubernetes Prow Robot
7aa0dbf90b
Merge pull request #1241 from hakman/go-1.25.8
...
Update Go to v1.25.8
2026-03-07 18:46:03 +05:30
Ciprian Hacman
cf49821ce3
Update Go to v1.25.8
2026-03-07 13:56:14 +02:00
Kubernetes Prow Robot
327e03ec46
Merge pull request #1240 from kubernetes/dependabot/go_modules/k8s-a6d17251b4
...
chore(deps): bump the k8s group across 2 directories with 4 updates
2026-03-07 09:38:18 +05:30
dependabot[bot]
7e87691ab1
chore(deps): bump the k8s group across 2 directories with 4 updates
...
Bumps the k8s group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api ) and [k8s.io/client-go](https://github.com/kubernetes/client-go ).
Bumps the k8s group with 2 updates in the /test directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) and [k8s.io/component-base](https://github.com/kubernetes/component-base ).
Updates `k8s.io/api` from 0.35.1 to 0.35.2
- [Commits](https://github.com/kubernetes/api/compare/v0.35.1...v0.35.2 )
Updates `k8s.io/apimachinery` from 0.35.1 to 0.35.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.35.1...v0.35.2 )
Updates `k8s.io/client-go` from 0.35.1 to 0.35.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.35.1...v0.35.2 )
Updates `k8s.io/apimachinery` from 0.35.1 to 0.35.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.35.1...v0.35.2 )
Updates `k8s.io/component-base` from 0.34.4 to 0.34.5
- [Commits](https://github.com/kubernetes/component-base/compare/v0.34.4...v0.34.5 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-version: 0.35.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/apimachinery
dependency-version: 0.35.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/client-go
dependency-version: 0.35.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/apimachinery
dependency-version: 0.35.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/component-base
dependency-version: 0.34.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-07 03:46:54 +00:00
Kubernetes Prow Robot
b9945d5476
Merge pull request #1239 from kubernetes/dependabot/github_actions/actions-all-e9b7b93794
...
chore(deps): bump the actions-all group with 3 updates
2026-03-07 09:06:18 +05:30
dependabot[bot]
0cdc4236a1
chore(deps): bump the actions-all group with 3 updates
...
Bumps the actions-all group with 3 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner ), [github/codeql-action](https://github.com/github/codeql-action ) and [actions/upload-artifact](https://github.com/actions/upload-artifact ).
Updates `step-security/harden-runner` from 2.14.2 to 2.15.0
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](5ef0c079ce...a90bcbc653 )
Updates `github/codeql-action` from 4.32.4 to 4.32.5
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](89a39a4e59...c793b717bc )
Updates `actions/upload-artifact` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](b7c566a772...bbbca2ddaa )
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-version: 2.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
- dependency-name: github/codeql-action
dependency-version: 4.32.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-all
- dependency-name: actions/upload-artifact
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-02 23:10:15 +00:00
Kubernetes Prow Robot
9f99b65ed0
Merge pull request #1238 from kubernetes/dependabot/github_actions/actions-all-aa2a37f0ca
...
chore(deps): bump the actions-all group with 2 updates
2026-02-28 09:11:30 +05:30
dependabot[bot]
f2454f52f4
chore(deps): bump the actions-all group with 2 updates
...
Bumps the actions-all group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action ) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action ).
Updates `github/codeql-action` from 4.32.3 to 4.32.4
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](9e907b5e64...89a39a4e59 )
Updates `actions/dependency-review-action` from 4.8.2 to 4.8.3
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](3c4e3dcb1a...05fe457637 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.32.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-all
- dependency-name: actions/dependency-review-action
dependency-version: 4.8.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-23 22:53:36 +00:00
Kubernetes Prow Robot
e9c7ab899e
Merge pull request #1237 from kubernetes/dependabot/go_modules/k8s-7f390569d0
...
chore(deps): bump the k8s group across 2 directories with 4 updates
2026-02-18 21:09:39 +05:30
Kubernetes Prow Robot
391aa20cf1
Merge pull request #1236 from kubernetes/dependabot/github_actions/actions-all-f7e9886b4e
...
chore(deps): bump github/codeql-action from 4.32.2 to 4.32.3 in the actions-all group
2026-02-18 20:41:39 +05:30
dependabot[bot]
aff486233a
chore(deps): bump the k8s group across 2 directories with 4 updates
...
Bumps the k8s group with 2 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api ) and [k8s.io/client-go](https://github.com/kubernetes/client-go ).
Bumps the k8s group with 2 updates in the /test directory: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery ) and [k8s.io/component-base](https://github.com/kubernetes/component-base ).
Updates `k8s.io/api` from 0.35.0 to 0.35.1
- [Commits](https://github.com/kubernetes/api/compare/v0.35.0...v0.35.1 )
Updates `k8s.io/apimachinery` from 0.35.0 to 0.35.1
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.35.0...v0.35.1 )
Updates `k8s.io/client-go` from 0.35.0 to 0.35.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.35.0...v0.35.1 )
Updates `k8s.io/apimachinery` from 0.35.0 to 0.35.1
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.35.0...v0.35.1 )
Updates `k8s.io/component-base` from 0.34.3 to 0.34.4
- [Commits](https://github.com/kubernetes/component-base/compare/v0.34.3...v0.34.4 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-version: 0.35.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/apimachinery
dependency-version: 0.35.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/client-go
dependency-version: 0.35.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/apimachinery
dependency-version: 0.35.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: k8s.io/component-base
dependency-version: 0.34.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-16 21:35:43 +00:00