-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(chart/docs/changelog/ci): update CI to use latest k8s version…
…, update docs, add helm chart changes for 3.1.0 (#126) * add helm chart, docs, ci, README.md, developer docs, changelog changes for 3.1.0 release Signed-off-by: Niladri Halder <[email protected]> * label typo in ndm-cluster-exporter-service Signed-off-by: Niladri Halder <[email protected]> * Fix operator file comment indentation Signed-off-by: Niladri Halder <[email protected]> * Fix localpv provisioner file comment indentation Signed-off-by: Niladri Halder <[email protected]> * Update Changelog entry date to 3rd January 2022 Signed-off-by: Niladri Halder <[email protected]> * Fix indentation for BDC_BD_BIND_RETRIES env Signed-off-by: Niladri Halder <[email protected]> * Update Changelog entry date to 6th January 2022 Signed-off-by: Niladri Halder <[email protected]> * Remove trailing whitespaces Signed-off-by: Niladri Halder <[email protected]>
- Loading branch information
Showing
24 changed files
with
390 additions
and
124 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ on: | |
- 'develop' | ||
- 'v*' | ||
paths-ignore: | ||
- '*.md' | ||
- '**.md' | ||
- 'changelogs/**' | ||
- 'deploy/helm/**' | ||
- 'docs/**' | ||
|
@@ -161,6 +161,9 @@ jobs: | |
integration-test: | ||
runs-on: ubuntu-latest | ||
needs: ['lint', 'unit-test'] | ||
strategy: | ||
matrix: | ||
kubernetes: [v1.23.1] | ||
steps: | ||
- name: Set up Go 1.16 | ||
uses: actions/setup-go@v2 | ||
|
@@ -188,10 +191,10 @@ jobs: | |
openebs/provisioner-localpv:ci | ||
- name: Set up Minikube | ||
uses: manusa/[email protected].2 | ||
uses: manusa/[email protected].3 | ||
with: | ||
minikube version: 'v1.23.2' | ||
kubernetes version: 'v1.22.3' | ||
minikube version: 'v1.24.0' | ||
kubernetes version: '${{ matrix.kubernetes }}' | ||
driver: none | ||
start args: '--install-addons=false' | ||
|
||
|
@@ -234,3 +237,4 @@ jobs: | |
platforms: linux/amd64 | ||
tags: | | ||
${{ env.IMAGE_ORG }}/localpv-e2e:ci | ||
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ on: | |
- 'develop' | ||
- 'v*' | ||
paths-ignore: | ||
- '*.md' | ||
- '**.md' | ||
- 'changelogs/**' | ||
- 'deploy/helm/**' | ||
- 'docs/**' | ||
|
@@ -96,6 +96,9 @@ jobs: | |
integration-test: | ||
runs-on: ubuntu-latest | ||
needs: ['lint', 'unit-test'] | ||
strategy: | ||
matrix: | ||
kubernetes: [v1.23.1] | ||
steps: | ||
- name: Set up Go 1.16 | ||
uses: actions/setup-go@v2 | ||
|
@@ -123,10 +126,10 @@ jobs: | |
openebs/provisioner-localpv:ci | ||
- name: Set up Minikube | ||
uses: manusa/[email protected].2 | ||
uses: manusa/[email protected].3 | ||
with: | ||
minikube version: 'v1.23.2' | ||
kubernetes version: 'v1.22.3' | ||
minikube version: 'v1.24.0' | ||
kubernetes version: '${{ matrix.kubernetes }}' | ||
driver: none | ||
start args: '--install-addons=false' | ||
|
||
|
@@ -156,3 +159,4 @@ jobs: | |
platforms: linux/amd64 | ||
tags: | | ||
openebs/localpv-e2e:ci | ||
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
add support for multiple Node Affinity Labels for both hostpath and device volumes |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
add support for BlockDevice label selectors with device volumes |
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
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
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
Oops, something went wrong.