generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update references to 0.4.0 Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]> * Update docs/_config.yml Co-authored-by: Markus Lehtonen <[email protected]> * Update docs/_config.yml Co-authored-by: Markus Lehtonen <[email protected]> Co-authored-by: Markus Lehtonen <[email protected]>
- Loading branch information
1 parent
b4552ce
commit 6c05397
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,15 +42,15 @@ remote_theme: rundocs/[email protected] | |
# - 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.0 | ||
|
||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,5 @@ package version | |
|
||
var ( | ||
// Version tracks the NFD operator release | ||
Version = "0.0.1" | ||
Version = "0.4.0" | ||
) |