-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 303: Providing the supportedVersions map as a ConfigMap (#341)
* Issue 303: Removing supported versions map Signed-off-by: SrishT <[email protected]> * Issue 303: Fixing e2e tests Signed-off-by: SrishT <[email protected]> * Issue 303: Addressing review comments Signed-off-by: SrishT <[email protected]> * Issue 303: Addressing review comments Signed-off-by: SrishT <[email protected]> * Issue 303: Minor fix Signed-off-by: SrishT <[email protected]> * Issue 303: Fixing e2e tests Signed-off-by: SrishT <[email protected]> * Issue 303: Addressing review comments Signed-off-by: SrishT <[email protected]> * Issue 303: Addressing review comments Signed-off-by: SrishT <[email protected]> * Issue 303: Fixing e2e tests Signed-off-by: SrishT <[email protected]> * Issue 303: Updating configmap entries Signed-off-by: SrishT <[email protected]> * Issue 303: Addressing review comments Signed-off-by: SrishT <[email protected]> Co-authored-by: SrishT <[email protected]>
- Loading branch information
Showing
10 changed files
with
131 additions
and
33 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
kind: ConfigMap | ||
apiVersion: v1 | ||
metadata: | ||
name: {{ template "versionmap.fullname" . }} | ||
data: | ||
0.1.0: "0.1.0" | ||
0.2.0: "0.2.0" | ||
0.3.0: "0.3.0,0.3.1,0.3.2" | ||
0.3.1: "0.3.1,0.3.2" | ||
0.3.2: "0.3.2" | ||
0.4.0: "0.4.0" | ||
0.5.0: "0.5.0,0.5.1,0.6.0,0.6.1,0.6.2,0.7.0" | ||
0.5.1: "0.5.1,0.6.0,0.6.1,0.6.2,0.7.0" | ||
0.6.0: "0.6.0,0.6.1,0.6.2,0.7.0" | ||
0.6.1: "0.6.1,0.6.2,0.7.0" | ||
0.6.2: "0.6.2,0.7.0" | ||
0.7.0: "0.7.0" |
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,17 @@ | ||
kind: ConfigMap | ||
apiVersion: v1 | ||
metadata: | ||
name: pravega-supported-upgrade-paths | ||
data: | ||
0.1.0: "0.1.0" | ||
0.2.0: "0.2.0" | ||
0.3.0: "0.3.0,0.3.1,0.3.2" | ||
0.3.1: "0.3.1,0.3.2" | ||
0.3.2: "0.3.2" | ||
0.4.0: "0.4.0" | ||
0.5.0: "0.5.0,0.5.1,0.6.0,0.6.1,0.6.2,0.7.0" | ||
0.5.1: "0.5.1,0.6.0,0.6.1,0.6.2,0.7.0" | ||
0.6.0: "0.6.0,0.6.1,0.6.2,0.7.0" | ||
0.6.1: "0.6.1,0.6.2,0.7.0" | ||
0.6.2: "0.6.2,0.7.0" | ||
0.7.0: "0.7.0" |
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