Skip to content

Commit

Permalink
Merge pull request #1323 from marquiz/release-0.13
Browse files Browse the repository at this point in the history
[release-0.13] Update references to release v0.13.4
  • Loading branch information
k8s-ci-robot committed Aug 31, 2023
2 parents 9be9259 + 2820b8c commit 082f3fe
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IMAGE_BUILD_CMD ?= docker build
IMAGE_BUILD_EXTRA_OPTS ?=
IMAGE_PUSH_CMD ?= docker push
CONTAINER_RUN_CMD ?= docker run
BUILDER_IMAGE ?= golang:1.20.6-bullseye
BUILDER_IMAGE ?= golang:1.20.7-bullseye
BASE_IMAGE_FULL ?= debian:bullseye-slim
BASE_IMAGE_MINIMAL ?= gcr.io/distroless/base

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ features and system configuration!
#### Quick-start – the short-short version

```bash
$ kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.13.3
$ kubectl apply -k https://github.com/kubernetes-sigs/node-feature-discovery/deployment/overlays/default?ref=v0.13.4
namespace/node-feature-discovery created
customresourcedefinition.apiextensions.k8s.io/nodefeaturerules.nfd.k8s-sigs.io created
serviceaccount/nfd-master created
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
tolerations: []
containers:
- name: nfd-master
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.3
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.4
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand All @@ -34,7 +34,7 @@ spec:
command:
- "nfd-master"
- name: nfd-worker
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.3
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.4
imagePullPolicy: IfNotPresent
command:
- "nfd-worker"
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/master/master-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
tolerations: []
containers:
- name: nfd-master
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.3
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.4
imagePullPolicy: IfNotPresent
livenessProbe:
exec:
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/topology-gc/topology-gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccount: nfd-topology-gc
containers:
- name: nfd-topology-gc
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.3
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.4
imagePullPolicy: IfNotPresent
command:
- "nfd-topology-gc"
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccount: nfd-topology-updater
containers:
- name: nfd-topology-updater
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.3
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.4
imagePullPolicy: IfNotPresent
command:
- "nfd-topology-updater"
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/worker-daemonset/worker-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: nfd-worker
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.3
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.4
imagePullPolicy: IfNotPresent
command:
- "nfd-worker"
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/worker-job/worker-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- nfd-worker
containers:
- name: nfd-worker
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.3
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.4
imagePullPolicy: IfNotPresent
command:
- "nfd-worker"
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/node-feature-discovery/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v0.13.3
appVersion: v0.13.4
description: |
Detects hardware features available on each node in a Kubernetes cluster, and advertises
those features using node labels.
Expand Down
2 changes: 1 addition & 1 deletion deployment/overlays/prune/master-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
tolerations: []
containers:
- name: nfd-master
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.3
image: registry.k8s.io/nfd/node-feature-discovery:v0.13.4
imagePullPolicy: IfNotPresent
command:
- "nfd-master"
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ scss: |
# Release is the full released version number. Used to make external links to
# point to the correct blobs in the Github repo. This is also the version shown
# in the sidebar (top left corner of the page)
release: v0.13.3
release: v0.13.4

# Container image which to point to in the documentation
container_image: registry.k8s.io/nfd/node-feature-discovery:v0.13.3
container_image: registry.k8s.io/nfd/node-feature-discovery:v0.13.4

0 comments on commit 082f3fe

Please sign in to comment.