Commit Graph
1173 Commits
Author SHA1 Message Date
Ciprian Hacman 0a83f2457f Use cross-compile for Docker builds 2025-09-11 14:50:43 +03:00
Kubernetes Prow RobotandGitHub dd50915b31 Merge pull request #1113 from SergeyKanzhelev/k8s134
CodeQL / Analyze (go) (push) Failing after 19s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 19s
upgraded reference to k8s 1.34
2025-09-10 23:24:10 -07:00
Kubernetes Prow RobotandGitHub 01d0255f06 Merge pull request #1119 from SergeyKanzhelev/errcheck
enabled and fixed the errcheck linter rule
2025-09-10 22:58:05 -07:00
Kubernetes Prow RobotandGitHub ae423bab03 Merge pull request #1115 from kubernetes/dependabot/go_modules/github.com/spf13/pflag-1.0.10
chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
2025-09-10 22:57:58 -07:00
Kubernetes Prow RobotandGitHub 1f8710b88b Merge pull request #1108 from kubernetes/dependabot/github_actions/actions-all-77c4d08792
CodeQL / Analyze (go) (push) Failing after 44s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 39s
chore(deps): bump the actions-all group with 4 updates
2025-09-10 15:45:55 -07:00
Kubernetes Prow RobotandGitHub 69ddce6241 Merge pull request #1116 from kubernetes/dependabot/go_modules/test/github.com/spf13/pflag-1.0.10
chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 in /test
2025-09-10 15:07:56 -07:00
Sergey Kanzhelev 0ce333bbc5 enabled and fixed the errcheck linter rule 2025-09-10 21:45:46 +00:00
dependabot[bot]andGitHub 32578b2cad chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.7 to 1.0.10.
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](https://github.com/spf13/pflag/compare/v1.0.7...v1.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 20:47:12 +00:00
dependabot[bot]andGitHub 9769b24f85 chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 in /test
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.7 to 1.0.10.
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](https://github.com/spf13/pflag/compare/v1.0.7...v1.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 20:47:03 +00:00
Kubernetes Prow RobotandGitHub fa21099278 Merge pull request #1118 from kubernetes/dependabot/go_modules/github.com/shirou/gopsutil/v4-4.25.8
chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.7 to 4.25.8
2025-09-10 13:45:56 -07:00
Kubernetes Prow RobotandGitHub 2fc1699725 Merge pull request #1114 from SergeyKanzhelev/staticchecklinter
CodeQL / Analyze (go) (push) Failing after 52s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 42s
fix the static ckeck linter issues
2025-09-08 19:59:28 -07:00
dependabot[bot]andGitHub 8e1f3e1e8f chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.7 to 4.25.8
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.25.7 to 4.25.8.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v4.25.7...v4.25.8)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.25.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 21:27:46 +00:00
Sergey Kanzhelev a3a4504706 fix the static ckeck linter issues 2025-09-08 19:10:28 +00:00
Sergey Kanzhelev 64bf95b7fa upgraded reference to k8s 1.34 2025-09-08 18:04:01 +00:00
dependabot[bot]andGitHub 9e837d1ba1 chore(deps): bump the actions-all group with 4 updates
Bumps the actions-all group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action), [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/checkout` from 3 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v3...v5)

Updates `github/codeql-action` from 3.29.8 to 3.29.10
- [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/76621b61decf072c1cee8dd1ce2d2a82d33c17ed...96f518a34f7a870018057716cc4d7a5c014bd61c)

Updates `actions/dependency-review-action` from 4.7.1 to 4.7.2
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/da24556b548a50705dd671f47852072ea4c105d9...bc41886e18ea39df68b1b1245f4184881938e050)

Updates `actions/setup-go` from 3 to 5
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
- dependency-name: github/codeql-action
  dependency-version: 3.29.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
- dependency-name: actions/dependency-review-action
  dependency-version: 4.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
- dependency-name: actions/setup-go
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-03 11:37:35 +00:00
Kubernetes Prow RobotandGitHub 2995ae12e0 Merge pull request #1109 from hakman/tag-release-branches
Scorecard supply-chain security / Scorecard analysis (push) Failing after 33s
CodeQL / Analyze (go) (push) Failing after 1m3s
Enable tagging of release branches
2025-09-02 09:51:13 -07:00
Ciprian Hacman 8ffd2325be Enable tagging of release branches 2025-08-24 19:26:31 +03:00
Kubernetes Prow RobotandGitHub 6cffddb1fc Merge pull request #1102 from SergeyKanzhelev/updateMoreDeps
CodeQL / Analyze (go) (push) Failing after 1m8s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 55s
updated gopsutil
2025-08-13 21:45:10 -07:00
Kubernetes Prow RobotandGitHub 2ca0da0735 Merge pull request #1100 from hakman/lint-workflow_dispatch
CodeQL / Analyze (go) (push) Failing after 38s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 49s
Enable linter on workflow_dispatch
2025-08-13 15:21:06 -07:00
Sergey Kanzhelev db7eb8366c updated gopsutil 2025-08-13 21:53:17 +00:00
Kubernetes Prow RobotandGitHub 8b4595d9cb Merge pull request #1101 from SergeyKanzhelev/format-imports
format imports
2025-08-13 12:59:08 -07:00
Sergey Kanzhelev 75bf501888 format imports 2025-08-13 16:56:32 +00:00
Ciprian Hacman df7efa2676 Enable linter on workflow_dispatch 2025-08-13 19:46:50 +03:00
Kubernetes Prow RobotandGitHub 414d24893b Merge pull request #1088 from SergeyKanzhelev/linter
enable linter on repository
2025-08-13 09:41:07 -07:00
Sergey Kanzhelev a4118329f6 enable linter on repository 2025-08-13 16:12:41 +00:00
Kubernetes Prow RobotandGitHub f06867d3a8 Merge pull request #1087 from SergeyKanzhelev/versioning-proposal
CodeQL / Analyze (go) (push) Failing after 45s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 30s
docs: Add versioning proposal
2025-08-13 00:07:07 -07:00
Sergey Kanzhelev b132355fb7 docs: Add versioning proposal 2025-08-13 06:42:54 +00:00
Kubernetes Prow RobotandGitHub f054f447e8 Merge pull request #1099 from hakman/go-1.24.6
Update Go to v1.24.6
2025-08-12 23:05:13 -07:00
Ciprian Hacman 8ccb2c4dc9 Update Go to v1.22.6 2025-08-13 06:44:19 +03:00
Kubernetes Prow RobotandGitHub 400addb739 Merge pull request #1096 from kubernetes/dependabot/go_modules/test/k8s-23d0f5a62d
chore(deps): bump k8s.io/component-base from 0.32.5 to 0.32.7 in /test in the k8s group across 1 directory
2025-08-12 20:43:06 -07:00
Kubernetes Prow RobotandGitHub 784fe5af50 Merge pull request #1092 from johananl/flatcar
CodeQL / Analyze (go) (push) Failing after 1m39s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 35s
feat: Add support for Flatcar Container Linux
2025-08-12 15:17:07 -07:00
Kubernetes Prow RobotandGitHub 2584b4cfe5 Merge pull request #1045 from kokes/image_pull_policy_always
imagePullPolicy doesn't need to be set to Always
2025-08-12 13:43:06 -07:00
Kubernetes Prow RobotandGitHub 72b1cc5269 Merge pull request #1098 from SergeyKanzhelev/dockerfilewarnings
fix dockerfile warnings
2025-08-12 11:35:07 -07:00
Sergey Kanzhelev daecb9513c fix dockerfile warnings 2025-08-12 18:08:36 +00:00
Kubernetes Prow RobotandGitHub ccfaff59d3 Merge pull request #1097 from kubernetes/dependabot/github_actions/actions-all-2e92d4546d
chore(deps): bump the actions-all group across 1 directory with 3 updates
2025-08-12 09:55:07 -07:00
dependabot[bot]andGitHub a8553159e5 chore(deps): bump k8s.io/component-base
Bumps the k8s group with 1 update in the /test directory: [k8s.io/component-base](https://github.com/kubernetes/component-base).


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

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 07:54:41 +00:00
Kubernetes Prow RobotandGitHub b53683e84d Merge pull request #1095 from SergeyKanzhelev/update-boskos
CodeQL / Analyze (go) (push) Failing after 2m29s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m15s
bump boskos to latest
2025-08-12 00:53:08 -07:00
Kubernetes Prow RobotandGitHub c73095e8fb Merge pull request #1094 from hakman/fix-tests
CodeQL / Analyze (go) (push) Failing after 3m16s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m36s
Fix test instance name
2025-08-11 23:29:06 -07:00
dependabot[bot]andGitHub 1f8ee895ec chore(deps): bump the actions-all group across 1 directory with 3 updates
Bumps the actions-all group with 3 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner), [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `step-security/harden-runner` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](https://github.com/step-security/harden-runner/compare/002fdce3c6a235733a90a27c80493a3241e56863...ec9f2d5744a09debf3a187a3f4f675c53b671911)

Updates `actions/checkout` from 4.2.2 to 5.0.0
- [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/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8)

Updates `github/codeql-action` from 3.29.0 to 3.29.8
- [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/ce28f5bb42b7a9f2c824e633a3f6ee835bab6858...76621b61decf072c1cee8dd1ce2d2a82d33c17ed)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-all
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
- dependency-name: github/codeql-action
  dependency-version: 3.29.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 05:26:54 +00:00
Ciprian Hacman c00e4ec6cf Reapply "Skip ext4 e2e tests"
This reverts commit 281a118737.
2025-08-12 04:39:42 +03:00
Sergey Kanzhelev f1fbd14b34 bump boskos to latest 2025-08-11 23:54:09 +00:00
Ciprian Hacman db782fe8d2 Fix test instance name 2025-08-11 22:59:42 +03:00
Kubernetes Prow RobotandGitHub df27bad353 Merge pull request #1089 from hakman/depup
CodeQL / Analyze (go) (push) Failing after 4m22s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m29s
Update dependencies
2025-08-11 12:35:07 -07:00
Kubernetes Prow RobotandGitHub c764c70ad2 Merge pull request #1091 from kubernetes/revert-974-skip-ext4-e2e
Revert "Skip ext4 e2e tests"
2025-08-11 10:25:07 -07:00
Johanan Liebermann cadd475940 Add support for Flatcar Container Linux
Signed-off-by: Johanan Liebermann <jliebermann@microsoft.com>
2025-08-11 19:03:38 +03:00
Ciprian HacmanandGitHub 281a118737 Revert "Skip ext4 e2e tests" 2025-08-10 15:49:10 +03:00
Ciprian Hacman 464f2dc094 Update base image 2025-08-10 07:59:19 +03:00
Ciprian Hacman ffaefd99ac Update dependencies 2025-08-10 07:59:08 +03:00
Kubernetes Prow RobotandGitHub dea6d70d46 Merge pull request #1058 from kubernetes/dependabot/go_modules/test/k8s-c425b6bb1e
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 RobotandGitHub 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