1027 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
53e0152f64 Merge pull request #976 from wangzhen127/release-new-version
Update version to v0.8.20
v0.8.20
2024-10-16 17:33:03 +01:00
Zhen Wang
16656c89f6 Release v0.8.20 2024-10-16 08:10:44 -07:00
Kubernetes Prow Robot
0f4d8b96c5 Merge pull request #961 from smileusd/upstream_add_black_list_in_log_watcher
add black list to aviod take too much efforts to translate in file log watcher
2024-10-16 16:09:03 +01:00
tashen
3a386a659e add skip list to aviod take too much efforts to translate in file log watcher 2024-10-16 10:56:15 +08:00
Kubernetes Prow Robot
b64f13f702 Merge pull request #975 from kubernetes/dependabot/github_actions/actions-all-52dfd9c053
Bump the actions-all group across 1 directory with 3 updates
2024-10-16 00:33:09 +01:00
Kubernetes Prow Robot
2182ad0ddb Merge pull request #955 from DigitalVeer/master
Move ReadonlyFilesystem Node Condition to a new configuration file
2024-10-16 00:33:03 +01:00
Kubernetes Prow Robot
335e7e82ca Merge pull request #972 from hakman/make-depup
Update cloud.google.com/go/compute/metadata to v0.5.2
2024-10-15 23:51:03 +01:00
Kubernetes Prow Robot
f392516a37 Merge pull request #974 from hakman/skip-ext4-e2e
Skip ext4 e2e tests
2024-10-15 22:47:04 +01:00
dependabot[bot]
c39f74def4 Bump the actions-all group across 1 directory with 3 updates
Bumps the actions-all group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/checkout` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](d632683dd7...eef61447b9)

Updates `github/codeql-action` from 3.26.10 to 3.26.13
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e2b3eafc8d...f779452ac5)

Updates `actions/upload-artifact` from 4.4.0 to 4.4.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](50769540e7...b4b15b8c7c)

---
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-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>
2024-10-14 21:12:03 +00:00
Ciprian Hacman
be754653e6 Skip ext4 e2e tests 2024-10-14 09:29:24 +03:00
Ciprian Hacman
f0c5cd5d20 Update cloud.google.com/go/compute/metadata to v0.5.2 2024-10-12 06:31:04 +03:00
Veer Singh
ee955f9170 Move ReadonlyFilesystem to separate config file
Moved the ReadonlyFilesystem Node Condition to a separate plugin
configuration file and updated NPD to contain the appropiate new flags.
2024-10-09 00:20:49 -07:00
Kubernetes Prow Robot
3b91ca0c09 Merge pull request #967 from kubernetes/dependabot/docker/golang-18d2f94
Bump golang from `dba79eb` to `18d2f94`
2024-10-04 22:12:27 +01:00
dependabot[bot]
13c44d92fd Bump golang from dba79eb to 18d2f94
Bumps golang from `dba79eb` to `18d2f94`.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-02 16:10:33 +00:00
Kubernetes Prow Robot
56eb3dcb61 Merge pull request #966 from hakman/dependabot-cleanup
chore: Dependabot config cleanup
2024-10-02 17:09:49 +01:00
Ciprian Hacman
e1d071ba63 chore: Add "ok-to-test" labels for dependabot PRs 2024-10-02 15:12:44 +03:00
Ciprian Hacman
a22c0649f8 chore: Remove unused dependabot docker configs 2024-10-02 15:02:53 +03:00
Ciprian Hacman
57c97d2d47 chore: Merge dependabot gomod configs 2024-10-02 15:01:52 +03:00
Kubernetes Prow Robot
d83e1bcb53 Merge pull request #965 from wangzhen127/golang
Update golang to 1.23.1 in go.mod
2024-10-02 11:25:49 +01:00
Zhen Wang
8f5c2e14fe Update golang to 1.23.1 in go.mod 2024-10-01 21:11:50 -07:00
Kubernetes Prow Robot
f1c1759ca0 Merge pull request #963 from kubernetes/dependabot/github_actions/actions-all-b6c4674bda
Bump the actions-all group with 2 updates
2024-10-01 23:39:49 +01:00
Kubernetes Prow Robot
798610a11a Merge pull request #962 from kubernetes/dependabot/docker/golang-dba79eb
Bump golang from `1a5326b` to `dba79eb`
2024-10-01 17:57:50 +01:00
dependabot[bot]
66fbb738fd Bump the actions-all group with 2 updates
Bumps the actions-all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `actions/checkout` from 4.1.7 to 4.2.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](692973e3d9...d632683dd7)

Updates `github/codeql-action` from 3.26.8 to 3.26.10
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](294a9d9291...e2b3eafc8d)

---
updated-dependencies:
- dependency-name: actions/checkout
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 21:31:42 +00:00
dependabot[bot]
ae6fa3560e Bump golang from 1a5326b to dba79eb
Bumps golang from `1a5326b` to `dba79eb`.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 21:30:55 +00:00
Kubernetes Prow Robot
35ffe05910 Merge pull request #958 from kubernetes/dependabot/github_actions/actions-all-366513d706
Bump github/codeql-action from 3.26.7 to 3.26.8 in the actions-all group
2024-09-25 22:19:29 +01:00
dependabot[bot]
ceee726210 Bump github/codeql-action from 3.26.7 to 3.26.8 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.26.7 to 3.26.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](8214744c54...294a9d9291)

---
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-09-23 21:48:27 +00:00
Kubernetes Prow Robot
13a06ccad9 Merge pull request #956 from hakman/remove-update-deps
chore: Remove broken workflow update-deps.yml
2024-09-23 16:45:59 +01:00
Ciprian Hacman
68d08ac953 chore: Remove broken workflow update-deps.yml 2024-09-21 07:28:03 +03:00
Kubernetes Prow Robot
dc4200d805 Merge pull request #952 from kubernetes/dependabot/go_modules/k8s-2090623a6d
Bump the k8s group with 3 updates
2024-09-18 23:08:50 +01:00
Kubernetes Prow Robot
a88792f4bd Merge pull request #949 from kubernetes/dependabot/docker/build-image/debian-base-0a17678
Bump build-image/debian-base from `b30608f` to `0a17678`
2024-09-18 23:08:43 +01:00
Kubernetes Prow Robot
e4fd02e9f1 Merge pull request #951 from kubernetes/dependabot/go_modules/test/github.com/onsi/gomega-1.31.1
Bump github.com/onsi/gomega from 1.31.0 to 1.31.1 in /test
2024-09-18 22:08:57 +01:00
Kubernetes Prow Robot
3e1bf74cda Merge pull request #950 from kubernetes/dependabot/go_modules/test/k8s-5baa8bdda1
Bump the k8s group in /test with 2 updates
2024-09-18 22:08:50 +01:00
Kubernetes Prow Robot
a8973a8664 Merge pull request #948 from kubernetes/dependabot/docker/golang-1.23-bookworm
Bump golang from 1.22-bookworm to 1.23-bookworm
2024-09-18 22:08:44 +01:00
Kubernetes Prow Robot
3c43a0bd10 Merge pull request #953 from kubernetes/dependabot/github_actions/actions-all-a674c93f01
Bump the actions-all group with 9 updates
2024-09-18 21:04:44 +01:00
dependabot[bot]
9ed6527f0a Bump the k8s group with 3 updates
Bumps the k8s group with 3 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) and [k8s.io/client-go](https://github.com/kubernetes/client-go).


Updates `k8s.io/api` from 0.31.0 to 0.31.1
- [Commits](https://github.com/kubernetes/api/compare/v0.31.0...v0.31.1)

Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.1
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.0...v0.31.1)

Updates `k8s.io/client-go` from 0.31.0 to 0.31.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.31.0...v0.31.1)

---
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
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 17:02:05 +00:00
dependabot[bot]
9694ee4354 Bump the actions-all group with 9 updates
Bumps the actions-all group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.7.1` | `2.10.1` |
| [actions/checkout](https://github.com/actions/checkout) | `3.6.0` | `4.1.7` |
| [github/codeql-action](https://github.com/github/codeql-action) | `2.25.5` | `3.26.7` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `2.5.1` | `4.3.4` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.0.6` | `2.4.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3.1.3` | `4.4.0` |
| [actions/setup-go](https://github.com/actions/setup-go) | `5.0.1` | `5.0.2` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `6` | `7` |
| [jacobtomlinson/gha-find-replace](https://github.com/jacobtomlinson/gha-find-replace) | `2` | `3` |


Updates `step-security/harden-runner` from 2.7.1 to 2.10.1
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](a4aa98b93c...91182cccc0)

Updates `actions/checkout` from 3.6.0 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...v4.1.7)

Updates `github/codeql-action` from 2.25.5 to 3.26.7
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](d05fceb045...8214744c54)

Updates `actions/dependency-review-action` from 2.5.1 to 4.3.4
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](0efb1d1d84...5a2ce3f5b9)

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

Updates `actions/upload-artifact` from 3.1.3 to 4.4.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](a8a3f3ad30...50769540e7)

Updates `actions/setup-go` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](cdcb360436...0a12ed9d6a)

Updates `peter-evans/create-pull-request` from 6 to 7
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7)

Updates `jacobtomlinson/gha-find-replace` from 2 to 3
- [Release notes](https://github.com/jacobtomlinson/gha-find-replace/releases)
- [Commits](https://github.com/jacobtomlinson/gha-find-replace/compare/v2...v3)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-all
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
- dependency-name: ossf/scorecard-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-major
  dependency-group: actions-all
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-all
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
- dependency-name: jacobtomlinson/gha-find-replace
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 17:02:05 +00:00
dependabot[bot]
d6d4d93e4e Bump github.com/onsi/gomega from 1.31.0 to 1.31.1 in /test
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.31.0 to 1.31.1.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.31.0...v1.31.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 17:01:56 +00:00
dependabot[bot]
490faeace5 Bump the k8s group in /test with 2 updates
Bumps the k8s group in /test with 2 updates: [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.31.0 to 0.31.1
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.31.0...v0.31.1)

Updates `k8s.io/component-base` from 0.29.2 to 0.29.9
- [Commits](https://github.com/kubernetes/component-base/compare/v0.29.2...v0.29.9)

---
updated-dependencies:
- 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-09-18 17:01:52 +00:00
dependabot[bot]
f692ac3136 Bump build-image/debian-base from b30608f to 0a17678
Bumps build-image/debian-base from `b30608f` to `0a17678`.

---
updated-dependencies:
- dependency-name: build-image/debian-base
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 17:01:34 +00:00
dependabot[bot]
c8659fb914 Bump golang from 1.22-bookworm to 1.23-bookworm
Bumps golang from 1.22-bookworm to 1.23-bookworm.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 17:01:32 +00:00
Kubernetes Prow Robot
200d46726c Merge pull request #912 from sozercan/secure-repo
[StepSecurity] Apply security best practices
2024-09-18 18:00:44 +01:00
Kubernetes Prow Robot
3173ed132e Merge pull request #944 from jingxu97/patch-5
Update update-deps.yml
2024-09-09 18:06:35 +01:00
Jing Xu
a22fe2a52f Update update-deps.yml
- update schedule to Thursday 8pm
- update versions to match both jobs
2024-08-22 17:27:39 -07:00
Kubernetes Prow Robot
c7befef47e Merge pull request #942 from jingxu97/patch-2
Update update-deps.yml update-go-version job
2024-08-17 13:23:35 -07:00
Jing Xu
5f99c4d9b8 Update update-deps.yml update-go-version job
Fix issue when creating PR after update the go version.
2024-08-16 22:29:31 -07:00
Kubernetes Prow Robot
ba355ee23f Merge pull request #940 from baihongru/master
Update abrt-adaptor.json
2024-08-16 17:07:23 -07:00
Kubernetes Prow Robot
ac9382a5c1 Merge pull request #938 from jingxu97/patch-1
Update update-deps.yml with dockerfile update
2024-08-16 17:07:14 -07:00
Kubernetes Prow Robot
c123dddac8 Merge pull request #939 from kubernetes/dependencies/update-1723788389
Update dependencies
2024-08-16 16:21:02 -07:00
baihongru
daf4f4da3e Update abrt-adaptor.json
Indicates the unified name of KernelOops
2024-08-16 16:40:05 +08:00
github-actions
be9ba585dd Update dependencies 2024-08-16 06:06:29 +00:00