From 7af77a9c22fc84dcb8a724a0a8622b1fa969c68c Mon Sep 17 00:00:00 2001 From: gabrik Date: Wed, 26 Jan 2022 10:02:12 +0100 Subject: [PATCH] bump version to 0.2.0 Signed-off-by: gabrik --- cargo-zenoh-flow/Cargo.toml | 2 +- zenoh-flow-ctl/Cargo.toml | 2 +- zenoh-flow-daemon/Cargo.toml | 2 +- zenoh-flow-daemon/etc/zenoh.json | 32 ++++++++++++++++++++++++++++++++ zenoh-flow-derive/Cargo.toml | 2 +- zenoh-flow/Cargo.toml | 2 +- 6 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 zenoh-flow-daemon/etc/zenoh.json diff --git a/cargo-zenoh-flow/Cargo.toml b/cargo-zenoh-flow/Cargo.toml index 749914d8..ff5a8610 100644 --- a/cargo-zenoh-flow/Cargo.toml +++ b/cargo-zenoh-flow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-zenoh-flow" -version = "0.1.0" +version = "0.2.0" repository = "https://github.com/eclipse-zenoh/zenoh-flow" homepage = "http://zenoh.io" authors = ["kydos ", diff --git a/zenoh-flow-ctl/Cargo.toml b/zenoh-flow-ctl/Cargo.toml index 61057527..5c6403fe 100644 --- a/zenoh-flow-ctl/Cargo.toml +++ b/zenoh-flow-ctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zenoh-flow-ctl" -version = "0.1.0" +version = "0.2.0" repository = "https://github.com/eclipse-zenoh/zenoh-flow" homepage = "http://zenoh.io" authors = ["kydos ", diff --git a/zenoh-flow-daemon/Cargo.toml b/zenoh-flow-daemon/Cargo.toml index e45d160e..f1831730 100644 --- a/zenoh-flow-daemon/Cargo.toml +++ b/zenoh-flow-daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zenoh-flow-daemon" -version = "0.1.0" +version = "0.2.0" repository = "https://github.com/eclipse-zenoh/zenoh-flow" homepage = "http://zenoh.io" authors = ["kydos ", diff --git a/zenoh-flow-daemon/etc/zenoh.json b/zenoh-flow-daemon/etc/zenoh.json new file mode 100644 index 00000000..86f0c0a1 --- /dev/null +++ b/zenoh-flow-daemon/etc/zenoh.json @@ -0,0 +1,32 @@ +{ + "listeners": ["tcp/0.0.0.0:7887"], + "link_state":true, + "plugins_search_dirs":["/usr/lib/"], + "plugins":{ + "storages":{ + "required":true, + "backends":{ + "memory":{ + "required":true, + "storages":{ + "zfrpc":{ + "key_expr":"/zf/runtime/**" + }, + "zf":{ + "key_expr":"/zenoh-flow/**" + } + } + }//, + // "influxdb":{ + // "url":"http://localhost:8086", + // "db":"zf_log_example", + // "storages":{ + // "replay":{ + // "key_expr":"/zf/record/**" + // } + // } + // } + } + } + } +} \ No newline at end of file diff --git a/zenoh-flow-derive/Cargo.toml b/zenoh-flow-derive/Cargo.toml index bb746f9b..ce671ef3 100644 --- a/zenoh-flow-derive/Cargo.toml +++ b/zenoh-flow-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zenoh-flow-derive" -version = "0.0.1" +version = "0.2.0" repository = "https://github.com/eclipse-zenoh/zenoh-flow" homepage = "http://zenoh.io" authors = ["kydos ", diff --git a/zenoh-flow/Cargo.toml b/zenoh-flow/Cargo.toml index bbbc3ff1..7526e6e2 100644 --- a/zenoh-flow/Cargo.toml +++ b/zenoh-flow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zenoh-flow" -version = "0.1.0" +version = "0.2.0" repository = "https://github.com/eclipse-zenoh/zenoh-flow" homepage = "http://zenoh.io" authors = ["kydos ",