Commit Graph

1324 Commits

Author SHA1 Message Date
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
dependabot[bot]
70d3450eca 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.32.2 to 4.32.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](45cbd0c69e...9e907b5e64)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.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-16 21:35:25 +00:00
Kubernetes Prow Robot
49ee7e7cad Merge pull request #1233 from kubernetes/dependabot/github_actions/actions-all-8e8a7fd0ce
chore(deps): bump the actions-all group with 2 updates
2026-02-11 01:00:00 +05:30
dependabot[bot]
33143a62c4 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.14.1 to 2.14.2
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](e3f713f2d8...5ef0c079ce)

Updates `github/codeql-action` from 4.32.1 to 4.32.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](6bc82e05fd...45cbd0c69e)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
- dependency-name: github/codeql-action
  dependency-version: 4.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-10 00:15:25 +00:00
Kubernetes Prow Robot
c4c48ee46a Merge pull request #1220 from hakman/go-1.25.7
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 5m39s
CodeQL / Analyze (go) (push) Failing after 32s
Update Go to v1.25.7
2026-02-08 14:29:07 +05:30
Ciprian Hacman
e6d1698627 Update Go to v1.25.7 2026-02-08 10:22:19 +02:00
Kubernetes Prow Robot
69b81e7ef8 Merge pull request #1219 from kubernetes/dependabot/github_actions/actions-all-62c22b5ba5
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 5m27s
CodeQL / Analyze (go) (push) Failing after 35m44s
chore(deps): bump github/codeql-action from 4.32.0 to 4.32.1 in the actions-all group
2026-02-03 11:48:28 +05:30
Kubernetes Prow Robot
8f53cb8edb Merge pull request #1218 from kubernetes/dependabot/docker/build-image/debian-base-bookworm-v1.0.7
chore(deps): bump build-image/debian-base from bookworm-v1.0.6 to bookworm-v1.0.7
2026-02-03 10:26:32 +05:30
dependabot[bot]
e4bb711347 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.32.0 to 4.32.1
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b20883b0cd...6bc82e05fd)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-03 03:01:19 +00:00
dependabot[bot]
49bdf014ca chore(deps): bump build-image/debian-base
Bumps build-image/debian-base from bookworm-v1.0.6 to bookworm-v1.0.7.

---
updated-dependencies:
- dependency-name: build-image/debian-base
  dependency-version: bookworm-v1.0.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-03 03:00:50 +00:00