Skip to content

Commit 6f18cd2

Browse files
committed
Update references to release v0.15.1
Manually generated with: ./hack/prepare-release.sh -g 1.21.6 v0.15.1
1 parent 7152c91 commit 6f18cd2

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IMAGE_BUILD_CMD ?= docker build
88
IMAGE_BUILD_EXTRA_OPTS ?=
99
IMAGE_PUSH_CMD ?= docker push
1010
CONTAINER_RUN_CMD ?= docker run
11-
BUILDER_IMAGE ?= golang:1.21.5-bookworm
11+
BUILDER_IMAGE ?= golang:1.21.6-bookworm
1212
BASE_IMAGE_FULL ?= debian:bookworm-slim
1313
BASE_IMAGE_MINIMAL ?= scratch
1414

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ features and system configuration!
1212
#### Quick-start – the short-short version
1313

1414
```bash
15-
$ kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.15.0
15+
$ kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.15.1
1616
namespace/node-feature-discovery created
1717
customresourcedefinition.apiextensions.k8s.io/nodefeaturerules.nfd.k8s-sigs.io created
1818
customresourcedefinition.apiextensions.k8s.io/nodefeatures.nfd.k8s-sigs.io created

deployment/base/gc/gc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccount: nfd-gc
1818
containers:
1919
- name: nfd-gc
20-
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.0
20+
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1
2121
imagePullPolicy: IfNotPresent
2222
command:
2323
- "nfd-gc"

deployment/base/master/master-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
tolerations: []
2020
containers:
2121
- name: nfd-master
22-
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.0
22+
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1
2323
imagePullPolicy: IfNotPresent
2424
livenessProbe:
2525
grpc:

deployment/base/topologyupdater-daemonset/topologyupdater-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccount: nfd-topology-updater
1818
containers:
1919
- name: nfd-topology-updater
20-
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.0
20+
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1
2121
imagePullPolicy: IfNotPresent
2222
command:
2323
- "nfd-topology-updater"

deployment/base/worker-daemonset/worker-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
dnsPolicy: ClusterFirstWithHostNet
1818
containers:
1919
- name: nfd-worker
20-
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.0
20+
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1
2121
imagePullPolicy: IfNotPresent
2222
command:
2323
- "nfd-worker"

deployment/base/worker-job/worker-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- nfd-worker
2828
containers:
2929
- name: nfd-worker
30-
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.0
30+
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1
3131
imagePullPolicy: IfNotPresent
3232
command:
3333
- "nfd-worker"

deployment/helm/node-feature-discovery/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: v0.15.0
2+
appVersion: v0.15.1
33
description: |
44
Detects hardware features available on each node in a Kubernetes cluster, and advertises
55
those features using node labels.

deployment/overlays/prune/master-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
tolerations: []
1616
containers:
1717
- name: nfd-master
18-
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.0
18+
image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1
1919
imagePullPolicy: IfNotPresent
2020
command:
2121
- "nfd-master"

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ scss: |
5757
# Release is the full released version number. Used to make external links to
5858
# point to the correct blobs in the Github repo. This is also the version shown
5959
# in the sidebar (top left corner of the page)
60-
release: v0.15.0
60+
release: v0.15.1
6161

6262
# Container image which to point to in the documentation
63-
container_image: registry.k8s.io/nfd/node-feature-discovery:v0.15.0
63+
container_image: registry.k8s.io/nfd/node-feature-discovery:v0.15.1

0 commit comments

Comments
 (0)