Ondrej Kokes
0f7a8f3fb0
imagePullPolicy doesn't need to be set to Always
2025-04-02 12:11:44 +02:00
Kubernetes Prow Robot
4022575bf9
Merge pull request #1037 from guettli/patch-2
...
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
...
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
...
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
...
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
...
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
Kubernetes Prow Robot
186f0182b5
Merge pull request #1031 from kubernetes/dependabot/go_modules/test/github.com/avast/retry-go/v4-4.6.1
...
CodeQL / Analyze (go) (push) Failing after 7m25s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 28s
chore(deps): bump github.com/avast/retry-go/v4 from 4.6.0 to 4.6.1 in /test
2025-02-26 21:06:30 -08:00
dependabot[bot]
628f021ffb
chore(deps): bump github.com/avast/retry-go/v4 in /test
...
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-24 22:26:54 +00:00
dependabot[bot]
92597e574d
chore(deps): bump golang from 1.23-bookworm to 1.24-bookworm
...
Bumps golang from 1.23-bookworm to 1.24-bookworm.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-17 21:59:19 +00:00
Chris Henzie
72f3041d2b
Move disk and memory metrics in custom group to compute
2025-02-13 15:29:09 -08:00
Nick Parker
8d237a6c7c
feat(k8sExporter): Options to allow disabling Events or Node Conditions
...
Both outputs are currently hardcoded to being enabled, this allows disabling one or the other. Defaults to both enabled to retain current behavior.
Larger clusters can save some etcd I/O by skipping one of these outputs if they aren't being consumed. In our case we aren't consuming the Events so writing them just creates more churn.
2025-02-04 14:53:19 +13:00
dependabot[bot]
c5f6fbc3d1
chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 in /test
...
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-02-03 21:58:42 +00:00
Kubernetes Prow Robot
12a8f5578c
Merge pull request #1010 from kubernetes/dependabot/github_actions/actions-all-09526a9899
...
CodeQL / Analyze (go) (push) Failing after 9m5s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m8s
chore(deps): bump the actions-all group with 3 updates
2025-01-18 22:54:34 -08:00
dependabot[bot]
d2cbde95e5
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.10.2 to 2.10.3
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](0080882f6c...c95a14d0e5 )
Updates `github/codeql-action` from 3.28.0 to 3.28.1
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](48ab28a6f5...b6a472f63d )
Updates `actions/upload-artifact` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](6f51ac03b9...65c4c4a1dd )
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-type: direct:production
update-type: version-update:semver-patch
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: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-13 21:17:44 +00:00
Kubernetes Prow Robot
66336e630a
Merge pull request #1000 from kubernetes/dependabot/docker/golang-2e83858
...
CodeQL / Analyze (go) (push) Failing after 10m3s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m5s
chore(deps): bump golang from `ef30001` to `2e83858`
2025-01-07 22:50:29 -08:00
Kubernetes Prow Robot
93bc55b659
Merge pull request #998 from kubernetes/dependabot/github_actions/actions-all-1509149478
...
chore(deps): bump the actions-all group with 2 updates
2025-01-07 22:16:29 -08:00
dependabot[bot]
72f1e1de7b
chore(deps): bump golang from ef30001 to 2e83858
...
Bumps golang from `ef30001` to `2e83858`.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-30 21:33:27 +00:00
dependabot[bot]
0a997f8116
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/upload-artifact](https://github.com/actions/upload-artifact ).
Updates `github/codeql-action` from 3.27.9 to 3.28.0
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](df409f7d92...48ab28a6f5 )
Updates `actions/upload-artifact` from 4.4.3 to 4.5.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](b4b15b8c7c...6f51ac03b9 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-30 21:24:25 +00:00
Kubernetes Prow Robot
053539efd8
Merge pull request #999 from googs1025/refactor/custom_plugin
...
CodeQL / Analyze (go) (push) Failing after 11m30s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2m12s
chore: refactor custom plugin monitor method
2024-12-28 14:24:13 +01:00
googs1025
cf0870fa12
chore: refactor custom plugin monitor method
2024-12-27 09:24:47 +08:00
Kubernetes Prow Robot
334a857fbe
Merge pull request #997 from googs1025/monitor_log
...
feature: add custom message for systemlogmonitor rule
2024-12-23 16:20:12 +01:00
googs1025
f5433f460d
feature: add custom message for systemlogmonitor rule
2024-12-23 19:45:29 +08:00
Kubernetes Prow Robot
93e64ac709
Merge pull request #996 from kubernetes/dependabot/go_modules/k8s-87f99dd5df
...
Bump the k8s group across 2 directories with 4 updates
2024-12-18 18:48:09 +01:00
Kubernetes Prow Robot
146ce4aa86
Merge pull request #995 from kubernetes/dependabot/github_actions/actions-all-d4e08d60db
...
Bump github/codeql-action from 3.27.6 to 3.27.9 in the actions-all group
2024-12-18 18:14:09 +01:00
dependabot[bot]
d99fca5f0a
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.3 to 0.31.4
- [Commits](https://github.com/kubernetes/api/compare/v0.31.3...v0.31.4 )
Updates `k8s.io/apimachinery` from 0.31.3 to 0.31.4
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.3...v0.31.4 )
Updates `k8s.io/client-go` from 0.31.3 to 0.31.4
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.3...v0.31.4 )
Updates `k8s.io/apimachinery` from 0.31.3 to 0.31.4
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.3...v0.31.4 )
Updates `k8s.io/component-base` from 0.29.11 to 0.29.12
- [Commits](https://github.com/kubernetes/component-base/compare/v0.29.11...v0.29.12 )
---
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 >
2024-12-16 21:34:00 +00:00
dependabot[bot]
17d7588bff
Bump github/codeql-action from 3.27.6 to 3.27.9 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.27.6 to 3.27.9
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](aa57810251...df409f7d92 )
---
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 >
2024-12-16 21:22:01 +00:00
Kubernetes Prow Robot
26c77134bf
Merge pull request #993 from kubernetes/dependabot/github_actions/actions-all-bfc1b4bcc0
...
Bump the actions-all group across 1 directory with 2 updates
2024-12-10 20:16:09 +00:00
Kubernetes Prow Robot
7d29a1c293
Merge pull request #992 from kubernetes/dependabot/docker/golang-ef30001
...
Bump golang from `3f3b9da` to `ef30001`
2024-12-10 20:16:02 +00:00
Kubernetes Prow Robot
3a8a07ad81
Merge pull request #989 from kubernetes/dependabot/go_modules/k8s-a3c835c0f0
...
Bump the k8s group across 2 directories with 4 updates
2024-12-10 19:40:02 +00:00
dependabot[bot]
cab30567cb
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.27.4 to 3.27.6
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](ea9e4e3799...aa57810251 )
Updates `actions/dependency-review-action` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](4081bf99e2...3b139cfc5f )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions-all
- dependency-name: actions/dependency-review-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-all
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-09 22:08:43 +00:00