Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references to 0.4.0 #122

Merged
merged 3 commits into from
Feb 16, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: k8s.gcr.io/nfd/node-feature-discovery-operator
newTag: v0.2.0
newTag: v0.4.0
4 changes: 2 additions & 2 deletions config/samples/nfd.kubernetes.io_v1_nodefeaturediscovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ spec:
#resourceLabels:
# - "example.com/resource"
operand:
image: gcr.io/k8s-staging-nfd/node-feature-discovery:master
imagePullPolicy: Always
image: gcr.io/k8s-staging-nfd/node-feature-discovery:v0.10.1
imagePullPolicy: IfNotPresent
servicePort: 12000
workerConfig:
configData: |
Expand Down
8 changes: 4 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ remote_theme: rundocs/jekyll-rtd-theme@v2.0.10
# - vendor/ruby/

# Document versioning
version: master
version: v0.4
display_version_list: true

# 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: master
release: v0.4
ArangoGutierrez marked this conversation as resolved.
Show resolved Hide resolved

# Container image which to point to in the documentation
container_image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:master
container_image: gcr.io/k8s-staging-nfd/node-feature-discovery-operator:v0.4.0
# Operand Node Feature Discovery documentation version
operand_version: master
operand_version: v0.10.1
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ package version

var (
// Version tracks the NFD operator release
Version = "0.0.1"
Version = "0.4.0"
ArangoGutierrez marked this conversation as resolved.
Show resolved Hide resolved
)