1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-06 16:57:10 +00:00
Commit graph

2823 commits

Author SHA1 Message Date
Kubernetes Prow Robot
19f6b4f04f
Merge pull request #2068 from mfranczy/bugfix-compatibility-processing
Bugfix: handle matchAny and matchFeatures when they appear in one spec
2025-03-03 03:17:16 -08:00
Marcin Franczyk
efc86e91a2 Bugfix: handle matchAny and matchFeatures when they appear in one spec
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
2025-03-03 11:52:37 +01:00
Kubernetes Prow Robot
e7deb5cc96
Merge pull request #2056 from mfranczy/hugepages
Introduce memory.hugepages feature
2025-03-03 02:33:17 -08:00
Marcin Franczyk
5f7c416b23 Add a new line in memory hugepages testdata file
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
2025-03-03 10:58:00 +01:00
Marcin Franczyk
bbff335fb7 Update huge pages documentation
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
2025-03-03 10:14:05 +01:00
Marcin Franczyk
59f89dad8e Report hugepages total count
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
2025-03-03 10:04:23 +01:00
Kubernetes Prow Robot
dc16a7105f
Merge pull request #2067 from kubernetes-sigs/dependabot/go_modules/master/github.com/jaypipes/ghw-0.14.0
build(deps): bump github.com/jaypipes/ghw from 0.13.0 to 0.14.0
2025-03-02 23:32:57 -08:00
dependabot[bot]
128c537c15
build(deps): bump github.com/jaypipes/ghw from 0.13.0 to 0.14.0
Bumps [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/jaypipes/ghw/releases)
- [Commits](https://github.com/jaypipes/ghw/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/jaypipes/ghw
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 06:56:23 +00:00
Kubernetes Prow Robot
79e98b1367
Merge pull request #2066 from kubernetes-sigs/dependabot/go_modules/master/github.com/jedib0t/go-pretty/v6-6.6.7
build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.6 to 6.6.7
2025-03-02 22:54:57 -08:00
dependabot[bot]
89120a1896
build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.6 to 6.6.7
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.6.6 to 6.6.7.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.6.6...v6.6.7)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-02 09:15:45 +00:00
Kubernetes Prow Robot
a7392f106c
Merge pull request #2064 from marquiz/devel/cpufreq-log-fix
source/cpu: suppress cpufreq related error if driver is not enabled
2025-02-27 01:08:31 -08:00
Markus Lehtonen
6654d34fdf source/cpu: suppress cpufreq related error if driver is not enabled 2025-02-27 10:48:00 +02:00
Kubernetes Prow Robot
c42c8dbb01
Merge pull request #2062 from marquiz/devel/cpuid
go.mod: bump cpuid to v2.2.10
2025-02-26 01:20:32 -08:00
Markus Lehtonen
4574798abe go.mod: bump cpuid to v2.2.10
Adds detection of AMXCOMPLEX and AMXTF32.
2025-02-25 11:11:14 +02:00
Kubernetes Prow Robot
53fefda339
Merge pull request #2061 from marquiz/devel/readme
README: update to v0.17.2
2025-02-24 02:14:28 -08:00
Kubernetes Prow Robot
a5350d4286
Merge pull request #2060 from kubernetes-sigs/dependabot/go_modules/master/github.com/prometheus/client_golang-1.21.0
build(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.21.0
2025-02-24 02:06:29 -08:00
Marcin Franczyk
884f61fb9f Add unit tests for huge pages detection
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
2025-02-24 10:40:25 +01:00
Kubernetes Prow Robot
1c2d617961
Merge pull request #2058 from kubernetes-sigs/dependabot/go_modules/master/github.com/google/go-cmp-0.7.0
build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
2025-02-24 01:34:28 -08:00
Markus Lehtonen
9a3233e434 README: update to v0.17.2 2025-02-24 11:27:28 +02:00
dependabot[bot]
5165559c20
build(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.21.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.1...v1.21.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 09:11:53 +00:00
Kubernetes Prow Robot
e7e4f50446
Merge pull request #2059 from kubernetes-sigs/dependabot/go_modules/master/github.com/spf13/cobra-1.9.1
build(deps): bump github.com/spf13/cobra from 1.9.0 to 1.9.1
2025-02-24 01:10:28 -08:00
Marcin Franczyk
abbcf94dd6 Introduce memory.hugepages feature
Signed-off-by: Marcin Franczyk <marcin0franczyk@gmail.com>
2025-02-24 09:43:07 +01:00
dependabot[bot]
b019d044b9
build(deps): bump github.com/spf13/cobra from 1.9.0 to 1.9.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-23 09:04:17 +00:00
dependabot[bot]
7a3d01661b
build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-23 09:04:14 +00:00
Kubernetes Prow Robot
b62e7c1d29
Merge pull request #2038 from SonicInfra/sprig-template
Use Sprig template functions and add asLabelValue function
2025-02-19 23:52:27 -08:00
Fahrzin Hemmati
b0dbd11af7 Use Sprig template functions and add asLabelValue function 2025-02-19 01:51:32 -08:00
Kubernetes Prow Robot
797c66ffaa
Merge pull request #1947 from marquiz/devel/health-topology-updater
nfd-topology-updater: serve metrics and healthz on the same port
2025-02-17 02:02:22 -08:00
Kubernetes Prow Robot
26534880dd
Merge pull request #1946 from marquiz/devel/health-master
nfd-master: serve metrics and healthz endpoint on the same port
2025-02-17 01:22:22 -08:00
Kubernetes Prow Robot
09ad969042
Merge pull request #2052 from kubernetes-sigs/dependabot/go_modules/master/golang.org/x/net-0.35.0
build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0
2025-02-16 12:08:22 -08:00
Kubernetes Prow Robot
9eab39d912
Merge pull request #2051 from kubernetes-sigs/dependabot/go_modules/master/github.com/spf13/cobra-1.9.0
build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.0
2025-02-16 11:44:22 -08:00
dependabot[bot]
612d5c28ac
build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-16 19:21:39 +00:00
Kubernetes Prow Robot
99a8f49175
Merge pull request #2049 from kubernetes-sigs/dependabot/go_modules/master/github.com/opencontainers/runc-1.2.5
build(deps): bump github.com/opencontainers/runc from 1.2.4 to 1.2.5
2025-02-16 11:20:21 -08:00
Kubernetes Prow Robot
fca42809e3
Merge pull request #2050 from kubernetes-sigs/dependabot/go_modules/master/github.com/jedib0t/go-pretty/v6-6.6.6
build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.6
2025-02-16 08:48:21 -08:00
dependabot[bot]
65c2f95dd4
build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.35.0.
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-16 09:46:37 +00:00
dependabot[bot]
be4134df22
build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.6
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.6.5 to 6.6.6.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.6.5...v6.6.6)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-16 09:46:29 +00:00
dependabot[bot]
8446f12037
build(deps): bump github.com/opencontainers/runc from 1.2.4 to 1.2.5
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.2.5/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.2.4...v1.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-16 09:46:21 +00:00
Kubernetes Prow Robot
0e22b71dc7
Merge pull request #2047 from marquiz/devel/deps
deps: bump k/k to v1.32.2
2025-02-15 06:32:21 -08:00
Kubernetes Prow Robot
34cc8a7f37
Merge pull request #2048 from marquiz/devel/mockery
Bump vektra/mockery to v2.52.2
2025-02-14 07:42:21 -08:00
Markus Lehtonen
7253af4baa deps: bump k/k to v1.32.2 2025-02-14 17:08:57 +02:00
Markus Lehtonen
2e61519164 Update auto-generated code 2025-02-14 17:05:12 +02:00
Markus Lehtonen
b975eeb163 Bump vektra/mockery to v2.52.2
Fixes code generation on Go 1.24.
2025-02-14 17:03:05 +02:00
Kubernetes Prow Robot
76febc70f8
Merge pull request #2043 from fmuyassarov/go1.24
Bump go to 1.24
2025-02-14 06:44:22 -08:00
Feruzjon Muyassarov
cb54d4d422
bump golangci-lint to v1.64.5
Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@est.tech>
2025-02-14 15:51:11 +02:00
Feruzjon Muyassarov
7abb2e763d
drop tools.go in favor of go's native tool directive
Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@est.tech>
2025-02-14 15:38:14 +02:00
Feruzjon Muyassarov
581c7a51f0
go: bump go version to 1.24
Signed-off-by: Feruzjon Muyassarov <feruzjon.muyassarov@est.tech>
2025-02-12 14:17:23 +02:00
Kubernetes Prow Robot
216fca7608
Merge pull request #2042 from kubernetes-sigs/dependabot/go_modules/master/golang.org/x/time-0.10.0
build(deps): bump golang.org/x/time from 0.9.0 to 0.10.0
2025-02-10 03:17:57 -08:00
dependabot[bot]
289cdc2ccb
build(deps): bump golang.org/x/time from 0.9.0 to 0.10.0
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-09 09:31:02 +00:00
Kubernetes Prow Robot
9663d0b9e2
Merge pull request #2040 from szinn/update-grafana
Allow DS_PROMETHEUS substitution for grafana dashboard
2025-02-06 01:53:43 -08:00
Kubernetes Prow Robot
378d2fff0c
Merge pull request #2028 from mfranczy/image-compatibility-nfr
Refactoring of image compatibility node validator
2025-02-05 01:12:17 -08:00
Scotte Zinn
175909ccd1
Allow DS_PROMETHEUS substitution for grafana dashboard
This PR allows the substitution to be used since the
datasource was not being picked up correctly
2025-02-04 09:34:24 -05:00