-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement KEP-19 by distinguishing between app and operator version (#…
…1257) The app version of an operator package is taken into account using operations that apply to packages. E.g., when installing a package, a user is able to provide a specific app version to install. To further distinguish app version and operator version, the 'version' field in operator packages and the package index has been renamed to 'operatorVersion'. Package version resolution has been updated to take the app version into account; operator packages are first sorted by app version, then sorted by operator version. Furthermore, the app version is added to the package tarball name to avoid conflicts. Co-authored-by: Aleksey Dukhovniy <[email protected]> Co-authored-by: Ken Sipe <[email protected]>
- Loading branch information
1 parent
8b5a2ee
commit d2310b1
Showing
45 changed files
with
212 additions
and
144 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ maintainers: | |
- email: [email protected] | ||
name: Cat in the hat | ||
name: zookeeper | ||
operatorVersion: 0.1.0 | ||
plans: | ||
deploy: | ||
phases: | ||
|
@@ -50,4 +51,3 @@ tasks: | |
resources: | ||
- validation.yaml | ||
url: https://zookeeper.apache.org/ | ||
version: 0.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ maintainers: | |
- email: [email protected] | ||
name: Ken Sipe | ||
name: zookeeper | ||
operatorVersion: 0.1.0 | ||
plans: | ||
deploy: | ||
phases: | ||
|
@@ -57,4 +58,3 @@ tasks: | |
resources: | ||
- validation.yaml | ||
url: https://zookeeper.apache.org/ | ||
version: 0.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ maintainers: | |
- email: [email protected] | ||
name: Ken Sipe | ||
name: zookeeper | ||
operatorVersion: 0.1.0 | ||
plans: | ||
deploy: | ||
phases: | ||
|
@@ -53,4 +54,3 @@ tasks: | |
resources: | ||
- bar.yaml | ||
url: https://zookeeper.apache.org/ | ||
version: 0.1.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ entries: | |
- email: [email protected] | ||
name: Ken Sipe | ||
name: mysql | ||
operatorVersion: 0.1.0 | ||
urls: | ||
- https://kudo-repository.storage.googleapis.com/0.7.0/mysql-0.1.0.tgz | ||
version: 0.1.0 | ||
redis: | ||
- appVersion: 5.0.1 | ||
digest: 24012b833b8c864f24c03f5d792c986143b031c6783dd410538040d672813cd1 | ||
|
@@ -19,7 +19,7 @@ entries: | |
- email: [email protected] | ||
name: Fabian Baier | ||
name: redis | ||
operatorVersion: 0.1.0 | ||
urls: | ||
- https://kudo-repository.storage.googleapis.com/0.7.0/redis-0.1.0.tgz | ||
version: 0.1.0 | ||
generated: "2019-09-12T15:04:34.675941-05:00" |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ apiVersion: v1 | |
entries: | ||
zookeeper: | ||
- appVersion: 3.4.10 | ||
digest: fa9ba293e60d0770e686eab2618dadce896bdb556e1afd4554705487863f2089 | ||
digest: 050c5e67279c41e40e054d0e93d1361187ba8c9a289b5a00eb1c68cef4f0b18e | ||
maintainers: | ||
- email: [email protected] | ||
name: Alena Varkockova | ||
|
@@ -11,7 +11,7 @@ entries: | |
- email: [email protected] | ||
name: Ken Sipe | ||
name: zookeeper | ||
operatorVersion: 0.1.0 | ||
urls: | ||
- http://localhost/zookeeper-0.1.0.tgz | ||
version: 0.1.0 | ||
- http://localhost/zookeeper-3.4.10_0.1.0.tgz | ||
generated: "2019-10-25T00:00:00Z" |
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 |
---|---|---|
|
@@ -6,19 +6,19 @@ entries: | |
- email: [email protected] | ||
name: Michael Beisiegel | ||
name: elastic | ||
operatorVersion: 0.1.0 | ||
urls: | ||
- https://kudo-repository.storage.googleapis.com/0.7.0/elastic-0.1.0.tgz | ||
version: 0.1.0 | ||
mysql: | ||
- appVersion: "5.7" | ||
digest: aafe419e62065c5a3dc2f5d1458f1b5977137918236c3812ba90b5c7f6b8fb20 | ||
maintainers: | ||
- email: [email protected] | ||
name: Ken Sipe | ||
name: mysql | ||
operatorVersion: 0.1.0 | ||
urls: | ||
- https://kudo-repository.storage.googleapis.com/0.7.0/mysql-0.1.0.tgz | ||
version: 0.1.0 | ||
redis: | ||
- appVersion: 5.0.1 | ||
digest: 24012b833b8c864f24c03f5d792c986143b031c6783dd410538040d672813cd1 | ||
|
@@ -28,9 +28,9 @@ entries: | |
- email: [email protected] | ||
name: Fabian Baier | ||
name: redis | ||
operatorVersion: 0.1.0 | ||
urls: | ||
- https://kudo-repository.storage.googleapis.com/0.7.0/redis-0.1.0.tgz | ||
version: 0.1.0 | ||
zookeeper: | ||
- appVersion: 3.4.10 | ||
digest: 9d46ad80dd8869253e646276fb737b6d5ce0881ea05bf60c5ccdbf3a90b24a61 | ||
|
@@ -40,9 +40,9 @@ entries: | |
- email: [email protected] | ||
name: Tom Runyon | ||
name: zookeeper | ||
operatorVersion: 0.2.0 | ||
urls: | ||
- https://kudo-repository.storage.googleapis.com/0.7.0/zookeeper-0.2.0.tgz | ||
version: 0.2.0 | ||
- appVersion: 3.4.10 | ||
digest: 048f2fca158af7c6d7b5c0cba3577047f1bc960feabb4b4ecb5d8f9625e58f9f | ||
maintainers: | ||
|
@@ -51,7 +51,7 @@ entries: | |
- email: [email protected] | ||
name: Tom Runyon | ||
name: zookeeper | ||
operatorVersion: 0.1.0 | ||
urls: | ||
- https://kudo-repository.storage.googleapis.com/0.7.0/zookeeper-0.1.0.tgz | ||
version: 0.1.0 | ||
generated: "2019-09-12T15:04:34.675941-05:00" |
Oops, something went wrong.