dependabot[bot] and GitHub
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] and GitHub
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 and GitHub
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] and GitHub
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] and GitHub
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] and GitHub
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 and GitHub
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] and GitHub
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](https://github.com/step-security/harden-runner/compare/0080882f6c36860b6ba35c610c98ce87d4e2f26f...c95a14d0e5bab51a9f56296a4eb0e416910cd350 )
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](https://github.com/github/codeql-action/compare/48ab28a6f5dbc2a99bf1e0131198dd8f1df78169...b6a472f63d85b9c78a3ac5e89422239fc15e9b3c )
Updates `actions/upload-artifact` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/6f51ac03b9356f520e9adb1b1b7802705f340c2b...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 )
---
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 and GitHub
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 and GitHub
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] and GitHub
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] and GitHub
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](https://github.com/github/codeql-action/compare/df409f7d9260372bd5f19e5b04e83cb3c43714ae...48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 )
Updates `actions/upload-artifact` from 4.4.3 to 4.5.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...6f51ac03b9356f520e9adb1b1b7802705f340c2b )
---
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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] and GitHub
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] and GitHub
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](https://github.com/github/codeql-action/compare/aa578102511db1f4524ed59b8cc2bae4f6e88195...df409f7d9260372bd5f19e5b04e83cb3c43714ae )
---
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 and GitHub
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 and GitHub
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 and GitHub
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] and GitHub
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](https://github.com/github/codeql-action/compare/ea9e4e37992a54ee68a9622e985e60c8e8f12d9f...aa578102511db1f4524ed59b8cc2bae4f6e88195 )
Updates `actions/dependency-review-action` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/4081bf99e2866ebe428fc0477b69eb4fcda7220a...3b139cfc5fae8b618d3eae3675e383bb1769c019 )
---
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
dependabot[bot] and GitHub
53f404dfed
Bump golang from 3f3b9da to ef30001
...
Bumps golang from `3f3b9da` to `ef30001`.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-09 21:41:05 +00:00
dependabot[bot] and GitHub
b92aae803d
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.2 to 0.31.3
- [Commits](https://github.com/kubernetes/api/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/apimachinery` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/client-go` from 0.31.2 to 0.31.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/apimachinery` from 0.31.2 to 0.31.3
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.2...v0.31.3 )
Updates `k8s.io/component-base` from 0.29.10 to 0.29.11
- [Commits](https://github.com/kubernetes/component-base/compare/v0.29.10...v0.29.11 )
---
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-11-25 21:51:35 +00:00
Kubernetes Prow Robot and GitHub
e8840b1a7d
Merge pull request #988 from kubernetes/dependabot/docker/golang-3f3b9da
...
Bump golang from `0e3377d` to `3f3b9da`
2024-11-20 02:57:00 +00:00
Kubernetes Prow Robot and GitHub
29a98372ff
Merge pull request #987 from kubernetes/dependabot/github_actions/actions-all-bdb9acd0fa
...
Bump the actions-all group with 2 updates
2024-11-20 02:56:54 +00:00
Kubernetes Prow Robot and GitHub
daaa07d690
Merge pull request #986 from daveoy/master
...
feat(makefile): add CC switch on GOARCH
2024-11-20 01:18:53 +00:00
dependabot[bot] and GitHub
411cd7bd82
Bump golang from 0e3377d to 3f3b9da
...
Bumps golang from `0e3377d` to `3f3b9da`.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-18 23:09:22 +00:00
dependabot[bot] and GitHub
d79c681e63
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.10.1 to 2.10.2
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](https://github.com/step-security/harden-runner/compare/91182cccc01eb5e619899d80e4e971d6181294a7...0080882f6c36860b6ba35c610c98ce87d4e2f26f )
Updates `github/codeql-action` from 3.27.1 to 3.27.4
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/4f3212b61783c3c68e8309a0f18a699764811cda...ea9e4e37992a54ee68a9622e985e60c8e8f12d9f )
---
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
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-18 22:05:11 +00:00
Dave Young
45dde88c98
chore: update cc def for amd64 to match
2024-11-14 17:54:50 -06:00
Dave Young
b5ce184179
feat(makefile): add CC switch on GOARCH
2024-11-14 17:43:19 -06:00
Jian Wen and Jian Wen
2e15606dda
Monitor XFS shutdown
...
Related kernel error messages are as below.
kernel: XFS (dm-4): Internal error xfs_iunlink_remove at line 2038 of file fs/xfs/xfs_inode.c. Caller xfs_ifree+0x33/0x130 [xfs]
kernel: XFS (dm-4): Corruption detected. Unmount and run xfs_repair
kernel: XFS (dm-4): xfs_inactive_ifree: xfs_ifree returned error -117
kernel: XFS (dm-4): xfs_do_force_shutdown(0x1) called from line 1788 of file fs/xfs/xfs_inode.c. Return address = 000000009d022bf1
kernel: XFS (dm-4): I/O Error Detected. Shutting down filesystem
kernel: XFS (dm-4): Please umount the filesystem and rectify the problem(s)
Signed-off-by: Jian Wen <wenjianhn@gmail.com >
2024-11-14 15:46:00 +08:00
Kubernetes Prow Robot and GitHub
711760063a
Merge pull request #985 from kubernetes/dependabot/github_actions/actions-all-60785c3230
...
Bump github/codeql-action from 3.27.0 to 3.27.1 in the actions-all group
2024-11-14 02:14:47 +00:00
Kubernetes Prow Robot and GitHub
2a3acd2669
Merge pull request #984 from kubernetes/dependabot/docker/golang-0e3377d
...
Bump golang from `2341ddf` to `0e3377d`
2024-11-14 01:40:46 +00:00
dependabot[bot] and GitHub
04173ee934
Bump github/codeql-action from 3.27.0 to 3.27.1 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.0 to 3.27.1
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/662472033e021d55d94146f66f6058822b0b39fd...4f3212b61783c3c68e8309a0f18a699764811cda )
---
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-11-11 22:11:22 +00:00
dependabot[bot] and GitHub
f675d34e49
Bump golang from 2341ddf to 0e3377d
...
Bumps golang from `2341ddf` to `0e3377d`.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-11 22:09:45 +00:00
Kubernetes Prow Robot and GitHub
de55c54059
Merge pull request #983 from googs1025/feature/add_qps_burst
...
chore: qps flag: use float32 instead of float64
2024-11-06 05:47:29 +00:00
googs1025
0d756b78fc
chore: qps flag: use float32 instead of float64
2024-11-06 13:09:20 +08:00
Kubernetes Prow Robot and GitHub
8b2ff03f5e
Merge pull request #982 from kubernetes/dependabot/go_modules/k8s-731bdb9787
...
Bump the k8s group across 2 directories with 4 updates
2024-10-31 17:17:27 +00:00
Kubernetes Prow Robot and GitHub
f4f5c479d9
Merge pull request #980 from googs1025/feature/add_qps_burst
...
feature: add QPS Burst flags for client cfg
2024-10-29 06:18:54 +00:00
Kubernetes Prow Robot and GitHub
c1dd00d65c
Merge pull request #981 from kubernetes/dependabot/github_actions/actions-all-351e7943d4
...
Bump the actions-all group with 3 updates
2024-10-29 00:12:54 +00:00
dependabot[bot] and GitHub
68a97cf4cb
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.1 to 0.31.2
- [Commits](https://github.com/kubernetes/api/compare/v0.31.1...v0.31.2 )
Updates `k8s.io/apimachinery` from 0.31.1 to 0.31.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.1...v0.31.2 )
Updates `k8s.io/client-go` from 0.31.1 to 0.31.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.1...v0.31.2 )
Updates `k8s.io/apimachinery` from 0.31.1 to 0.31.2
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.1...v0.31.2 )
Updates `k8s.io/component-base` from 0.29.9 to 0.29.10
- [Commits](https://github.com/kubernetes/component-base/compare/v0.29.9...v0.29.10 )
---
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-10-28 21:49:45 +00:00
dependabot[bot] and GitHub
6c32180ce6
Bump the actions-all group with 3 updates
...
Bumps the actions-all group with 3 updates: [actions/checkout](https://github.com/actions/checkout ), [github/codeql-action](https://github.com/github/codeql-action ) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action ).
Updates `actions/checkout` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683 )
Updates `github/codeql-action` from 3.26.13 to 3.27.0
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/f779452ac5af1c261dce0346a8f964149f49322b...662472033e021d55d94146f66f6058822b0b39fd )
Updates `actions/dependency-review-action` from 4.3.4 to 4.4.0
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/5a2ce3f5b92ee19cbb1541a4984c76d921601d7c...4081bf99e2866ebe428fc0477b69eb4fcda7220a )
---
updated-dependencies:
- dependency-name: actions/checkout
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-minor
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-10-28 21:31:44 +00:00
Kubernetes Prow Robot and GitHub
7416db2236
Merge pull request #978 from kubernetes/dependabot/docker/golang-2341ddf
...
Bump golang from `18d2f94` to `2341ddf`
2024-10-28 18:10:54 +00:00
googs1025
17dcc94418
feature: add QPS Burst flags
2024-10-27 21:58:45 +08:00
dependabot[bot] and GitHub
70e99e1e1f
Bump golang from 18d2f94 to 2341ddf
...
Bumps golang from `18d2f94` to `2341ddf`.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-21 22:09:03 +00:00