-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for cluster metadata (#3628)
Add support for custom metadata in the cluster configuration. ```toml [cluster.my_favorite_cluster] endpoint = "127.0.0.1:9003" [cluster.my_favorite_cluster.metadata.installation] "fluvio.io/cluster-type" = "local-k8" ``` This will be important for other tasks, such as #3620. These changes are retrocompatible. Closes #3627
- Loading branch information
1 parent
4d6b2fe
commit b0f846d
Showing
5 changed files
with
427 additions
and
40 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fluvio" | ||
version = "0.21.1" | ||
version = "0.21.2" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
authors = ["Fluvio Contributors <[email protected]>"] | ||
|
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.