Commit Graph

1125 Commits

Author SHA1 Message Date
Sergey Kanzhelev
a4118329f6 enable linter on repository 2025-08-13 16:12:41 +00:00
Kubernetes Prow Robot
dea6d70d46 Merge pull request #1058 from kubernetes/dependabot/go_modules/test/k8s-c425b6bb1e
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2m2s
CodeQL / Analyze (go) (push) Failing after 4m32s
chore(deps): bump the k8s group across 1 directory with 2 updates
2025-06-18 11:34:51 -07:00
Kubernetes Prow Robot
9d69c8e71a Merge pull request #1069 from kubernetes/dependabot/github_actions/actions-all-615e0d520e
chore(deps): bump the actions-all group across 1 directory with 4 updates
2025-06-18 10:40:51 -07:00
dependabot[bot]
6bbddb55de chore(deps): bump the actions-all group across 1 directory with 4 updates
Bumps the actions-all group with 4 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner), [github/codeql-action](https://github.com/github/codeql-action), [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action).


Updates `step-security/harden-runner` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](0634a2670c...002fdce3c6)

Updates `github/codeql-action` from 3.28.17 to 3.29.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](60168efe1c...ce28f5bb42)

Updates `actions/dependency-review-action` from 4.7.0 to 4.7.1
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](38ecb5b593...da24556b54)

Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](f49aabe0b5...05b42c6244)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
- dependency-name: github/codeql-action
  dependency-version: 3.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-all
- dependency-name: actions/dependency-review-action
  dependency-version: 4.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
- dependency-name: ossf/scorecard-action
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-16 22:33:01 +00:00
dependabot[bot]
cd3b7503bb chore(deps): bump the k8s group across 1 directory with 2 updates
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/apimachinery` from 0.33.0 to 0.33.1
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.33.0...v0.33.1)

Updates `k8s.io/component-base` from 0.32.3 to 0.32.5
- [Commits](https://github.com/kubernetes/component-base/compare/v0.32.3...v0.32.5)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/component-base
  dependency-version: 0.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-16 22:14:26 +00:00
Kubernetes Prow Robot
9b473a0e56 Merge pull request #1061 from marqc/default_to_ipfamily_agnostic_localhost_host_address
Some checks failed
CodeQL / Analyze (go) (push) Failing after 5m31s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m32s
feat!: Set default host address value to `localhost`.
2025-06-16 14:22:58 -07:00
Marek Chodor
a765aaecf7 feat!: Set default host address value to localhost.
Usage of `localhost` is family agnostic and will work regardless if
cluster is IPv4 or IPv6. The current value of `127.0.0.1` only works
for IPv4 clusters.

BREAKING CHANGE: It may break in rare cases where `localhost` does not
resolve as `127.0.0.1` (if OS config does not follow RFC5735 and
RFC6761).
2025-06-06 10:30:26 +00:00
Kubernetes Prow Robot
9e366f58cd Merge pull request #1066 from SergeyKanzhelev/updateApprovers
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2m20s
CodeQL / Analyze (go) (push) Failing after 6m18s
update sig node approvers to the current list
2025-06-04 14:48:37 -07:00
Sergey Kanzhelev
fc10031a7e update sig node approvers to the current list 2025-06-04 20:57:43 +00:00
Kubernetes Prow Robot
ca907dc101 Merge pull request #1064 from wangzhen127/release-0.8.21
Some checks failed
CodeQL / Analyze (go) (push) Failing after 11m20s
tag-release / tag (push) Has been skipped
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m12s
Update version to v0.8.21
v0.8.21
2025-06-02 22:02:37 -07:00
Zhen Wang
62223078ef Update version to v0.8.21 2025-06-02 14:48:31 -07:00
Kubernetes Prow Robot
9fe113c522 Merge pull request #1056 from kubernetes/dependabot/github_actions/actions-all-4016cb32aa
Some checks failed
CodeQL / Analyze (go) (push) Failing after 13m16s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m35s
chore(deps): bump the actions-all group across 1 directory with 2 updates
2025-06-02 14:02:38 -07:00
dependabot[bot]
dc065c42f0 chore(deps): bump the actions-all group across 1 directory with 2 updates
Bumps the actions-all group with 2 updates in the / directory: [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 3.28.15 to 3.28.17
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](45775bd823...60168efe1c)

Updates `actions/dependency-review-action` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](ce3cf9537a...38ecb5b593)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 21:38:09 +00:00
Kubernetes Prow Robot
8d4eb38a42 Merge pull request #1053 from hakman/depup
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m19s
CodeQL / Analyze (go) (push) Failing after 4m39s
Update dependencies
2025-04-28 08:47:55 -07:00
Ciprian Hacman
0147098968 Update dependencies
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
Signed-off-by: Ciprian Hacman <chacman@microsoft.com>
2025-04-28 17:41:41 +03:00
Kubernetes Prow Robot
308b7cfa4a Merge pull request #1052 from kubernetes/dependabot/docker/golang-sha256d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2m21s
CodeQL / Analyze (go) (push) Failing after 12m1s
chore(deps): bump golang from 1.24-bookworm@sha256:fa1a01d362a7b9df68b021d59a124d28cae6d99ebd1a876e3557c4dd092f1b1d to sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509
2025-04-21 22:41:42 -07:00
Kubernetes Prow Robot
1721f9dbf7 Merge pull request #1047 from kubernetes/dependabot/github_actions/actions-all-ffffe315b5
Some checks failed
CodeQL / Analyze (go) (push) Failing after 4m22s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2m53s
chore(deps): bump the actions-all group across 1 directory with 4 updates
2025-04-21 15:55:41 -07:00
dependabot[bot]
3f96666db7 chore(deps): bump golang
Bumps golang from 1.24-bookworm@sha256:fa1a01d362a7b9df68b021d59a124d28cae6d99ebd1a876e3557c4dd092f1b1d to sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 21:55:30 +00:00
dependabot[bot]
387571b357 chore(deps): bump the actions-all group across 1 directory with 4 updates
Bumps the actions-all group with 4 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner), [github/codeql-action](https://github.com/github/codeql-action), [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `step-security/harden-runner` from 2.11.0 to 2.11.1
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](4d991eb9b9...c6295a65d1)

Updates `github/codeql-action` from 3.28.11 to 3.28.15
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](6bb031afdd...45775bd823)

Updates `actions/dependency-review-action` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](3b139cfc5f...ce3cf9537a)

Updates `actions/upload-artifact` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](4cec3d8aa0...ea165f8d65)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
- dependency-name: github/codeql-action
  dependency-version: 3.28.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
- dependency-name: actions/dependency-review-action
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-all
- dependency-name: actions/upload-artifact
  dependency-version: 4.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 21:17:21 +00:00
Kubernetes Prow Robot
aede9d7e7f Merge pull request #1048 from hakman/depup
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
CodeQL / Analyze (go) (push) Failing after 2m48s
Update dependencies
2025-04-15 20:27:08 -07:00
Ciprian Hacman
0f1ee66855 Update dependencies
Signed-off-by: Ciprian Hacman <chacman@microsoft.com>
2025-04-14 16:52:20 +03:00
Kubernetes Prow Robot
be0d387ec1 Merge pull request #1043 from kubernetes/dependabot/docker/golang-fa1a01d
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
chore(deps): bump golang from `d7d795d` to `fa1a01d`
2025-04-04 11:30:37 -07:00
Kubernetes Prow Robot
78f51bf173 Merge pull request #1039 from kubernetes/dependabot/go_modules/k8s-de55f699dd
chore(deps): bump the k8s group across 2 directories with 4 updates
2025-04-04 10:36:37 -07:00
dependabot[bot]
87129900cf chore(deps): bump golang from d7d795d to fa1a01d
Bumps golang from `d7d795d` to `fa1a01d`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 00:15:39 +00:00
dependabot[bot]
59c46ad62c 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.31.6 to 0.31.7
- [Commits](https://github.com/kubernetes/api/compare/v0.31.6...v0.31.7)

Updates `k8s.io/apimachinery` from 0.31.6 to 0.31.7
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.6...v0.31.7)

Updates `k8s.io/client-go` from 0.31.6 to 0.31.7
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.6...v0.31.7)

Updates `k8s.io/apimachinery` from 0.31.6 to 0.31.7
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.6...v0.31.7)

Updates `k8s.io/component-base` from 0.29.14 to 0.29.15
- [Commits](https://github.com/kubernetes/component-base/compare/v0.29.14...v0.29.15)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 22:00:26 +00:00
Kubernetes Prow Robot
4022575bf9 Merge pull request #1037 from guettli/patch-2
Some checks failed
CodeQL / Analyze (go) (push) Failing after 2m9s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m18s
Removed draino from README
2025-03-24 11:56:33 -07:00
Kubernetes Prow Robot
f6bb4f7b55 Merge pull request #846 from wenjianhn/uefi-cper
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m37s
CodeQL / Analyze (go) (push) Failing after 4m6s
Add UEFI Common Platform Error Record (CPER) support
2025-03-11 22:19:46 -07:00
Jian Wen
5562632053 Add UEFI Common Platform Error Record (CPER) support
CPER is the format used to describe platform hardware error by various
tables, such as ERST, BERT and HEST etc.

The event severity message is printed here:
https://github.com/torvalds/linux/blob/v6.7/drivers/firmware/efi/cper.c#L639

Examples are as below.

Corrected error:
kernel: {37}[Hardware Error]: Hardware error from APEI Generic Hardware Error Source: 162
kernel: {37}[Hardware Error]: It has been corrected by h/w and requires no further action
kernel: {37}[Hardware Error]: event severity: corrected
kernel: {37}[Hardware Error]:  Error 0, type: corrected
kernel: {37}[Hardware Error]:   section_type: memory error
kernel: {37}[Hardware Error]:   error_status: 0x0000000000000400
kernel: {37}[Hardware Error]:   physical_address: 0x000000b50c68ce80
kernel: {37}[Hardware Error]:   node: 1 card: 4 module: 0 rank: 0 bank: 1 device: 14 row: 58165 column: 816
kernel: {37}[Hardware Error]:   error_type: 2, single-bit ECC
kernel: {37}[Hardware Error]:   DIMM location: CPU 2 DIMM 30

Recoverable error:
kernel: {3}[Hardware Error]: Hardware error from APEI Generic Hardware Error Source: 4
kernel: {3}[Hardware Error]: event severity: recoverable
kernel: {3}[Hardware Error]:  Error 0, type: recoverable
kernel: {3}[Hardware Error]:  fru_text: B1
kernel: {3}[Hardware Error]:   section_type: memory error
kernel: {3}[Hardware Error]:   error_status: 0x0000000000000400
kernel: {3}[Hardware Error]:   physical_address: 0x000000393cfe5040
kernel: {3}[Hardware Error]:   node: 2 card: 0 module: 0 rank: 0 bank: 3 device: 0 row: 34719 column: 320
kernel: {3}[Hardware Error]:   DIMM location: not present. DMI handle: 0x0000

Fatal error:
kernel: BERT: Error records from previous boot:
kernel: [Hardware Error]: event severity: fatal
kernel: [Hardware Error]:  Error 0, type: fatal
kernel: [Hardware Error]:  fru_text: DIMM B5
kernel: [Hardware Error]:   section_type: memory error
kernel: [Hardware Error]:   error_status: 0x0000000000000400
kernel: [Hardware Error]:   physical_address: 0x000000393d7e4040
kernel: [Hardware Error]:   node: 2 card: 4 module: 0 rank: 0 bank: 3 device: 0 row: 34743 column: 256

Steps to test the new metrics.

$ echo "kernel: {37}[Hardware Error]: event severity: corrected" | sudo tee /dev/kmsg
$ echo "kernel: {3}[Hardware Error]: event severity: recoverable" | sudo tee /dev/kmsg
$ echo "kernel: [Hardware Error]: event severity: fatal" | sudo tee /dev/kmsg

Expected metrics are as below:
$ curl localhost:20257/metrics
problem_counter{reason="CperHardwareErrorCorrected"} 1
problem_counter{reason="CperHardwareErrorFatal"} 1
problem_counter{reason="CperHardwareErrorRecoverable"} 1
...
problem_gauge{reason="CperHardwareErrorFatal",type="CperHardwareErrorFatal"} 1

Signed-off-by: Jian Wen <wenjianhn@gmail.com>
2025-03-12 11:00:50 +08:00
Thomas Güttler
d6cfed982a Removed draino from README
The draino project was not updated for 5 years.
2025-03-11 15:36:28 +01:00
Kubernetes Prow Robot
01e1cf033e Merge pull request #1021 from nickbp/master
Some checks are pending
CodeQL / Analyze (go) (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
feat(k8sExporter): Options to allow disabling Events or Node Conditions
2025-03-10 23:57:48 -07:00
Kubernetes Prow Robot
a099a5ed5c Merge pull request #1024 from chrishenzie/metric-group
Move disk and memory metrics in custom group to compute
2025-03-10 22:43:48 -07:00
Kubernetes Prow Robot
5520e3df51 Merge pull request #1036 from kubernetes/dependabot/github_actions/actions-all-d1a25f988a
chore(deps): bump github/codeql-action from 3.28.10 to 3.28.11 in the actions-all group
2025-03-10 21:33:52 -07:00
Kubernetes Prow Robot
c53e4f4308 Merge pull request #845 from wenjianhn/monitor-xfs
Monitor XFS shutdown
2025-03-10 21:33:46 -07:00
Kubernetes Prow Robot
2a651d1f98 Merge pull request #1034 from kubernetes/dependabot/docker/golang-d7d795d
Some checks failed
CodeQL / Analyze (go) (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
chore(deps): bump golang from `6260304` to `d7d795d`
2025-03-10 16:39:55 -07:00
Kubernetes Prow Robot
e8b584ab52 Merge pull request #1019 from kubernetes/dependabot/go_modules/github.com/spf13/pflag-1.0.6
chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
2025-03-10 16:39:48 -07:00
Kubernetes Prow Robot
e858c3d1df Merge pull request #1035 from daveoy/dy/994-2
chore(go.mod): update deps to fix high cve #994
2025-03-10 15:35:47 -07:00
dependabot[bot]
3bb752c25a 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 3.28.10 to 3.28.11
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b56ba49b26...6bb031afdd)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 22:03:05 +00:00
Dave Young
1ff64afbc9 Merge branch 'master' into dy/994-2 2025-03-10 16:54:48 -05:00
Dave Young
f69e7033e9 chore(test): update go.mod deps for test 2025-03-10 16:49:08 -05:00
Dave Young
f24ca57199 chore(go.mod): update deps for high cves #994 2025-03-10 16:48:56 -05:00
dependabot[bot]
32d7c72755 chore(deps): bump golang from 6260304 to d7d795d
Bumps golang from `6260304` to `d7d795d`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 21:46:16 +00:00
dependabot[bot]
2707945338 chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: github.com/spf13/pflag
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 21:41:12 +00:00
Kubernetes Prow Robot
c846b0ebaa Merge pull request #1027 from kubernetes/dependabot/docker/golang-1.24-bookworm
chore(deps): bump golang from 1.23-bookworm to 1.24-bookworm
2025-03-10 14:11:53 -07:00
Kubernetes Prow Robot
7039f066c7 Merge pull request #1020 from kubernetes/dependabot/go_modules/test/github.com/spf13/pflag-1.0.6
chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in /test
2025-03-10 14:11:47 -07:00
Kubernetes Prow Robot
7ea55106c2 Merge pull request #1030 from kubernetes/dependabot/go_modules/github.com/avast/retry-go/v4-4.6.1
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 41s
CodeQL / Analyze (go) (push) Failing after 3m22s
chore(deps): bump github.com/avast/retry-go/v4 from 4.6.0 to 4.6.1
2025-03-07 14:53:52 -08:00
Kubernetes Prow Robot
3b92e70bc1 Merge pull request #1026 from kubernetes/dependabot/go_modules/k8s-f2d2ccb244
chore(deps): bump the k8s group across 2 directories with 4 updates
2025-03-07 14:53:46 -08:00
Kubernetes Prow Robot
4b9d196acd Merge pull request #1029 from kubernetes/dependabot/github_actions/actions-all-a9188bd723
chore(deps): bump the actions-all group across 1 directory with 4 updates
2025-03-07 14:17:45 -08:00
dependabot[bot]
cf267168c2 chore(deps): bump the actions-all group across 1 directory with 4 updates
Bumps the actions-all group with 4 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner), [github/codeql-action](https://github.com/github/codeql-action), [ossf/scorecard-action](https://github.com/ossf/scorecard-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `step-security/harden-runner` from 2.10.3 to 2.11.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](c95a14d0e5...4d991eb9b9)

Updates `github/codeql-action` from 3.28.1 to 3.28.10
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b6a472f63d...b56ba49b26)

Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](62b2cac7ed...f49aabe0b5)

Updates `actions/upload-artifact` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65c4c4a1dd...4cec3d8aa0)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-all
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 22:01:21 +00:00
dependabot[bot]
416ec8b3c2 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.31.4 to 0.31.6
- [Commits](https://github.com/kubernetes/api/compare/v0.31.4...v0.31.6)

Updates `k8s.io/apimachinery` from 0.31.4 to 0.31.6
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.4...v0.31.6)

Updates `k8s.io/client-go` from 0.31.4 to 0.31.6
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.4...v0.31.6)

Updates `k8s.io/apimachinery` from 0.31.4 to 0.31.6
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.4...v0.31.6)

Updates `k8s.io/component-base` from 0.29.12 to 0.29.14
- [Commits](https://github.com/kubernetes/component-base/compare/v0.29.12...v0.29.14)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
- dependency-name: k8s.io/component-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 21:57:13 +00:00
dependabot[bot]
7cb27449aa chore(deps): bump github.com/avast/retry-go/v4 from 4.6.0 to 4.6.1
Bumps [github.com/avast/retry-go/v4](https://github.com/avast/retry-go) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/avast/retry-go/releases)
- [Commits](https://github.com/avast/retry-go/compare/4.6.0...4.6.1)

---
updated-dependencies:
- dependency-name: github.com/avast/retry-go/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-27 05:08:00 +00:00