summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-05-11 11:37:54 +0200
committerGitHub <noreply@github.com>2022-05-11 11:37:54 +0200
commit407aa681e2ed6e43123a2767b9b7d70a8689848a (patch)
tree736e84a970f5eb43bc74c954ebbc1c6345450e19
parent3ff268a26f9ec50f9a2b2463d64e8c29d281bbeb (diff)
Patch version bump 0.6.4 (#1136)
* (cargo release) bump version 0.6.4 Co-authored-by: Versioneer <info@thin-edge.io>
-rw-r--r--Cargo.lock56
-rw-r--r--crates/common/batcher/Cargo.toml2
-rw-r--r--crates/common/certificate/Cargo.toml2
-rw-r--r--crates/common/clock/Cargo.toml2
-rw-r--r--crates/common/download/Cargo.toml2
-rw-r--r--crates/common/flockfile/Cargo.toml2
-rw-r--r--crates/common/json_writer/Cargo.toml2
-rw-r--r--crates/common/logged_command/Cargo.toml2
-rw-r--r--crates/common/mqtt_channel/Cargo.toml2
-rw-r--r--crates/common/tedge_config/Cargo.toml2
-rw-r--r--crates/common/tedge_users/Cargo.toml2
-rw-r--r--crates/common/tedge_utils/Cargo.toml2
-rw-r--r--crates/core/agent_interface/Cargo.toml2
-rw-r--r--crates/core/c8y_api/Cargo.toml2
-rw-r--r--crates/core/c8y_smartrest/Cargo.toml2
-rw-r--r--crates/core/c8y_translator/Cargo.toml2
-rw-r--r--crates/core/plugin_sm/Cargo.toml2
-rw-r--r--crates/core/tedge/Cargo.toml2
-rw-r--r--crates/core/tedge_agent/Cargo.toml2
-rw-r--r--crates/core/tedge_mapper/Cargo.toml2
-rw-r--r--crates/core/tedge_watchdog/Cargo.toml2
-rw-r--r--crates/core/thin_edge_json/Cargo.toml2
-rw-r--r--crates/tests/mqtt_tests/Cargo.toml2
-rw-r--r--crates/tests/sawtooth_publisher/Cargo.toml2
-rwxr-xr-xget-thin-edge_io.sh2
-rw-r--r--plugins/c8y_configuration_plugin/Cargo.toml2
-rw-r--r--plugins/log_request_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_apama_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_apt_plugin/Cargo.toml2
-rw-r--r--plugins/tedge_dummy_plugin/Cargo.toml2
30 files changed, 57 insertions, 57 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4434a079..66dc64be 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "agent_interface"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"csv",
"download",
@@ -271,7 +271,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "batcher"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"time",
"tokio",
@@ -358,7 +358,7 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "c8y_api"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"agent_interface",
"anyhow",
@@ -389,7 +389,7 @@ dependencies = [
[[package]]
name = "c8y_configuration_plugin"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"assert_matches",
@@ -413,7 +413,7 @@ dependencies = [
[[package]]
name = "c8y_smartrest"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"agent_interface",
"anyhow",
@@ -437,7 +437,7 @@ dependencies = [
[[package]]
name = "c8y_translator"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"assert-json-diff",
@@ -477,7 +477,7 @@ checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]
name = "certificate"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"assert_matches",
@@ -555,7 +555,7 @@ dependencies = [
[[package]]
name = "clock"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"mockall 0.10.2",
"time",
@@ -842,7 +842,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "download"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"backoff",
@@ -950,7 +950,7 @@ dependencies = [
[[package]]
name = "flockfile"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"assert_matches",
"nix",
@@ -1395,7 +1395,7 @@ dependencies = [
[[package]]
name = "json-writer"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"serde_json",
@@ -1436,7 +1436,7 @@ dependencies = [
[[package]]
name = "logged_command"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"assert_matches",
@@ -1608,7 +1608,7 @@ dependencies = [
[[package]]
name = "mqtt_channel"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"async-trait",
@@ -1623,7 +1623,7 @@ dependencies = [
[[package]]
name = "mqtt_tests"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"fastrand",
@@ -1992,7 +1992,7 @@ dependencies = [
[[package]]
name = "plugin_sm"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"agent_interface",
"anyhow",
@@ -2541,7 +2541,7 @@ dependencies = [
[[package]]
name = "sawtooth_publisher"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"async-log",
"env_logger 0.9.0",
@@ -2825,7 +2825,7 @@ dependencies = [
[[package]]
name = "tedge"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"assert_cmd",
@@ -2858,7 +2858,7 @@ dependencies = [
[[package]]
name = "tedge_agent"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"agent_interface",
"anyhow",
@@ -2891,7 +2891,7 @@ dependencies = [
[[package]]
name = "tedge_apama_plugin"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"clap 3.1.15",
"roxmltree",
@@ -2902,7 +2902,7 @@ dependencies = [
[[package]]
name = "tedge_apt_plugin"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"clap 3.1.15",
@@ -2918,7 +2918,7 @@ dependencies = [
[[package]]
name = "tedge_config"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"assert_matches",
"certificate",
@@ -2933,7 +2933,7 @@ dependencies = [
[[package]]
name = "tedge_dummy_plugin"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"clap 3.1.15",
"thiserror",
@@ -2941,7 +2941,7 @@ dependencies = [
[[package]]
name = "tedge_logfile_request_plugin"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"async-trait",
@@ -2964,7 +2964,7 @@ dependencies = [
[[package]]
name = "tedge_mapper"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"agent_interface",
"anyhow",
@@ -3007,7 +3007,7 @@ dependencies = [
[[package]]
name = "tedge_users"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"thiserror",
"users",
@@ -3015,7 +3015,7 @@ dependencies = [
[[package]]
name = "tedge_utils"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"assert_matches",
@@ -3032,7 +3032,7 @@ dependencies = [
[[package]]
name = "tedge_watchdog"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"clap 3.1.15",
@@ -3108,7 +3108,7 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thin_edge_json"
-version = "0.6.3"
+version = "0.6.4"
dependencies = [
"anyhow",
"assert_matches",
diff --git a/crates/common/batcher/Cargo.toml b/crates/common/batcher/Cargo.toml
index 0ffb1b3e..80b6004c 100644
--- a/crates/common/batcher/Cargo.toml
+++ b/crates/common/batcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "batcher"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/certificate/Cargo.toml b/crates/common/certificate/Cargo.toml
index 5116a0d8..175f4ff2 100644
--- a/crates/common/certificate/Cargo.toml
+++ b/crates/common/certificate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "certificate"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/clock/Cargo.toml b/crates/common/clock/Cargo.toml
index c1b75a58..bf2db2d8 100644
--- a/crates/common/clock/Cargo.toml
+++ b/crates/common/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/download/Cargo.toml b/crates/common/download/Cargo.toml
index 4d77ea5f..7443418b 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "download"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/flockfile/Cargo.toml b/crates/common/flockfile/Cargo.toml
index ebb486c7..96017c29 100644
--- a/crates/common/flockfile/Cargo.toml
+++ b/crates/common/flockfile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/json_writer/Cargo.toml b/crates/common/json_writer/Cargo.toml
index 5878f61b..7b275c23 100644
--- a/crates/common/json_writer/Cargo.toml
+++ b/crates/common/json_writer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "json-writer"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/logged_command/Cargo.toml b/crates/common/logged_command/Cargo.toml
index ff18d5b1..ca0f4391 100644
--- a/crates/common/logged_command/Cargo.toml
+++ b/crates/common/logged_command/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "logged_command"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/mqtt_channel/Cargo.toml b/crates/common/mqtt_channel/Cargo.toml
index 4291681e..d310365c 100644
--- a/crates/common/mqtt_channel/Cargo.toml
+++ b/crates/common/mqtt_channel/Cargo.toml
@@ -3,7 +3,7 @@ name = "mqtt_channel"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
-version = "0.6.3"
+version = "0.6.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/crates/common/tedge_config/Cargo.toml b/crates/common/tedge_config/Cargo.toml
index 8c4813d3..c0367abe 100644
--- a/crates/common/tedge_config/Cargo.toml
+++ b/crates/common/tedge_config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_config"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/tedge_users/Cargo.toml b/crates/common/tedge_users/Cargo.toml
index a4d5df30..e5e58f2e 100644
--- a/crates/common/tedge_users/Cargo.toml
+++ b/crates/common/tedge_users/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_users"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/common/tedge_utils/Cargo.toml b/crates/common/tedge_utils/Cargo.toml
index 17e96060..e5767cb5 100644
--- a/crates/common/tedge_utils/Cargo.toml
+++ b/crates/common/tedge_utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_utils"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/agent_interface/Cargo.toml b/crates/core/agent_interface/Cargo.toml
index 0f5d09da..74d43dab 100644
--- a/crates/core/agent_interface/Cargo.toml
+++ b/crates/core/agent_interface/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "agent_interface"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/c8y_api/Cargo.toml b/crates/core/c8y_api/Cargo.toml
index 0a19be66..b97a60dc 100644
--- a/crates/core/c8y_api/Cargo.toml
+++ b/crates/core/c8y_api/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_api"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/c8y_smartrest/Cargo.toml b/crates/core/c8y_smartrest/Cargo.toml
index 3800152c..2803c8cb 100644
--- a/crates/core/c8y_smartrest/Cargo.toml
+++ b/crates/core/c8y_smartrest/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_smartrest"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/c8y_translator/Cargo.toml b/crates/core/c8y_translator/Cargo.toml
index 61c693a7..2f7c2d2f 100644
--- a/crates/core/c8y_translator/Cargo.toml
+++ b/crates/core/c8y_translator/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_translator"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/plugin_sm/Cargo.toml b/crates/core/plugin_sm/Cargo.toml
index 3e6be8b3..6070c13b 100644
--- a/crates/core/plugin_sm/Cargo.toml
+++ b/crates/core/plugin_sm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "plugin_sm"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/tedge/Cargo.toml b/crates/core/tedge/Cargo.toml
index 91f70ac4..177e61d0 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge"
-version = "0.6.3"
+version = "0.6.4"
edition = "2021"
rust-version = "1.58.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
diff --git a/crates/core/tedge_agent/Cargo.toml b/crates/core/tedge_agent/Cargo.toml
index 1e4ddc23..a10ab647 100644
--- a/crates/core/tedge_agent/Cargo.toml
+++ b/crates/core/tedge_agent/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_agent"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/tedge_mapper/Cargo.toml b/crates/core/tedge_mapper/Cargo.toml
index 7a0cb3f1..af240f7b 100644
--- a/crates/core/tedge_mapper/Cargo.toml
+++ b/crates/core/tedge_mapper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_mapper"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/tedge_watchdog/Cargo.toml b/crates/core/tedge_watchdog/Cargo.toml
index 7ca4e2f4..73d3e659 100644
--- a/crates/core/tedge_watchdog/Cargo.toml
+++ b/crates/core/tedge_watchdog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_watchdog"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/core/thin_edge_json/Cargo.toml b/crates/core/thin_edge_json/Cargo.toml
index 66ea41d0..d2831614 100644
--- a/crates/core/thin_edge_json/Cargo.toml
+++ b/crates/core/thin_edge_json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "thin_edge_json"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/crates/tests/mqtt_tests/Cargo.toml b/crates/tests/mqtt_tests/Cargo.toml
index 7ac3c139..1456aff0 100644
--- a/crates/tests/mqtt_tests/Cargo.toml
+++ b/crates/tests/mqtt_tests/Cargo.toml
@@ -2,7 +2,7 @@
name = "mqtt_tests"
edition = "2021"
rust-version = "1.58.1"
-version = "0.6.3"
+version = "0.6.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/crates/tests/sawtooth_publisher/Cargo.toml b/crates/tests/sawtooth_publisher/Cargo.toml
index 2b82cf29..8c9da83f 100644
--- a/crates/tests/sawtooth_publisher/Cargo.toml
+++ b/crates/tests/sawtooth_publisher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sawtooth_publisher"
-version = "0.6.3"
+version = "0.6.4"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/get-thin-edge_io.sh b/get-thin-edge_io.sh
index 15270340..11edf985 100755
--- a/get-thin-edge_io.sh
+++ b/get-thin-edge_io.sh
@@ -80,7 +80,7 @@ fi
echo "${BLUE}Thank you for trying thin-edge.io! ${COLORRESET}\n"
if [ -z "$VERSION" ]; then
- VERSION=0.6.3
+ VERSION=0.6.4
echo "Version argument has not been provided, installing latest: ${BLUE}$VERSION${COLORRESET}"
echo "To install a particular version use this script with the version as an argument."
diff --git a/plugins/c8y_configuration_plugin/Cargo.toml b/plugins/c8y_configuration_plugin/Cargo.toml
index 79e2c558..75f6d895 100644
--- a/plugins/c8y_configuration_plugin/Cargo.toml
+++ b/plugins/c8y_configuration_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "c8y_configuration_plugin"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/plugins/log_request_plugin/Cargo.toml b/plugins/log_request_plugin/Cargo.toml
index 1279addb..4cb07317 100644
--- a/plugins/log_request_plugin/Cargo.toml
+++ b/plugins/log_request_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_logfile_request_plugin"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/plugins/tedge_apama_plugin/Cargo.toml b/plugins/tedge_apama_plugin/Cargo.toml
index 55bd90c1..4ee39d2a 100644
--- a/plugins/tedge_apama_plugin/Cargo.toml
+++ b/plugins/tedge_apama_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_apama_plugin"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/plugins/tedge_apt_plugin/Cargo.toml b/plugins/tedge_apt_plugin/Cargo.toml
index 4b732bd8..4bb3bf4b 100644
--- a/plugins/tedge_apt_plugin/Cargo.toml
+++ b/plugins/tedge_apt_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_apt_plugin"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
diff --git a/plugins/tedge_dummy_plugin/Cargo.toml b/plugins/tedge_dummy_plugin/Cargo.toml
index 4acdbc11..8fabfa37 100644
--- a/plugins/tedge_dummy_plugin/Cargo.toml
+++ b/plugins/tedge_dummy_plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge_dummy_plugin"
-version = "0.6.3"
+version = "0.6.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"