-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: start publishing release metadata json file (#199)
whenever a release is built we now publish a metadata json file with a content similar to this: ```json { "Versions": { "AdminConsole": "v1.104.3", "EmbeddedClusterOperator": "v0.4.1", "Installer": "v1.28.4+ec.0-dirty", "Kubernetes": "v1.28.4+k0s.0", "OpenEBS": "v3.9.0" }, "K0sSHA": "926bcb68478f0eb5bb8479bf01d39524102346d9f24b9f536aeddf71fdd5a975" } ``` a new hidden topic has been added to the version topic, this is how we generate the version (or release) metadata: ``` $ embedded-cluster version metadata { "Versions": { "AdminConsole": "v1.104.3", "EmbeddedClusterOperator": "v0.4.1", "Installer": "v1.28.4+ec.0-dirty", "Kubernetes": "v1.28.4+k0s.0", "OpenEBS": "v3.9.0" }, "K0sSHA": "926bcb68478f0eb5bb8479bf01d39524102346d9f24b9f536aeddf71fdd5a975" } $ ```
- Loading branch information
1 parent
06bce22
commit 259eb0b
Showing
4 changed files
with
62 additions
and
2 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
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