summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-30 12:40:13 +0200
committerGitHub <noreply@github.com>2022-03-30 12:40:13 +0200
commitc5151273ff7539addadf41f0d1d8e991306f15e7 (patch)
treedec91d0aba01cdaf5b730cc337a27a0f705a0f3a
parent0c9a732c53f4b27b63141cd2da5e72c3717bd287 (diff)
Patch version bump 0.6.1 (#1041)
* (cargo release) bump version 0.6.1 Co-authored-by: Versioneer <info@thin-edge.io> Co-authored-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
-rw-r--r--Cargo.lock50
-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/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/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/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
27 files changed, 51 insertions, 51 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4da5a3bc..84d520aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "agent_interface"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"csv",
"download",
@@ -271,7 +271,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "batcher"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"time",
"tokio",
@@ -358,7 +358,7 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "c8y_api"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"agent_interface",
"anyhow",
@@ -389,7 +389,7 @@ dependencies = [
[[package]]
name = "c8y_smartrest"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"agent_interface",
"anyhow",
@@ -413,7 +413,7 @@ dependencies = [
[[package]]
name = "c8y_translator"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"assert-json-diff",
@@ -453,7 +453,7 @@ checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
[[package]]
name = "certificate"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"assert_matches",
@@ -522,7 +522,7 @@ dependencies = [
[[package]]
name = "clock"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"mockall 0.10.2",
"time",
@@ -809,7 +809,7 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
[[package]]
name = "download"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"backoff",
@@ -917,7 +917,7 @@ dependencies = [
[[package]]
name = "flockfile"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"assert_matches",
"nix",
@@ -1352,7 +1352,7 @@ dependencies = [
[[package]]
name = "json-writer"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"serde_json",
@@ -1550,7 +1550,7 @@ dependencies = [
[[package]]
name = "mqtt_channel"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"async-trait",
@@ -1565,7 +1565,7 @@ dependencies = [
[[package]]
name = "mqtt_tests"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"fastrand",
@@ -1937,7 +1937,7 @@ dependencies = [
[[package]]
name = "plugin_sm"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"agent_interface",
"anyhow",
@@ -2478,7 +2478,7 @@ dependencies = [
[[package]]
name = "sawtooth_publisher"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"async-log",
"env_logger 0.9.0",
@@ -2738,7 +2738,7 @@ dependencies = [
[[package]]
name = "tedge"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"assert_cmd",
@@ -2771,7 +2771,7 @@ dependencies = [
[[package]]
name = "tedge_agent"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"agent_interface",
"anyhow",
@@ -2803,7 +2803,7 @@ dependencies = [
[[package]]
name = "tedge_apama_plugin"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"clap 3.1.6",
"roxmltree",
@@ -2814,7 +2814,7 @@ dependencies = [
[[package]]
name = "tedge_apt_plugin"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"clap 3.1.6",
@@ -2830,7 +2830,7 @@ dependencies = [
[[package]]
name = "tedge_config"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"assert_matches",
"certificate",
@@ -2845,7 +2845,7 @@ dependencies = [
[[package]]
name = "tedge_dummy_plugin"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"clap 3.1.6",
"thiserror",
@@ -2853,7 +2853,7 @@ dependencies = [
[[package]]
name = "tedge_logfile_request_plugin"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"async-trait",
@@ -2876,7 +2876,7 @@ dependencies = [
[[package]]
name = "tedge_mapper"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"agent_interface",
"anyhow",
@@ -2916,7 +2916,7 @@ dependencies = [
[[package]]
name = "tedge_users"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"thiserror",
"users",
@@ -2924,7 +2924,7 @@ dependencies = [
[[package]]
name = "tedge_utils"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"assert_matches",
@@ -2998,7 +2998,7 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thin_edge_json"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"assert_matches",
diff --git a/crates/common/batcher/Cargo.toml b/crates/common/batcher/Cargo.toml
index 23d1d757..01ec3a34 100644
--- a/crates/common/batcher/Cargo.toml
+++ b/crates/common/batcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "batcher"
-version = "0.6.0"
+version = "0.6.1"
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 843fcbe1..6a39f109 100644
--- a/crates/common/certificate/Cargo.toml
+++ b/crates/common/certificate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "certificate"
-version = "0.6.0"
+version = "0.6.1"
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 9f104686..988c6b4d 100644
--- a/crates/common/clock/Cargo.toml
+++ b/crates/common/clock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clock"
-version = "0.6.0"
+version = "0.6.1"
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 7439cb02..d6539039 100644
--- a/crates/common/download/Cargo.toml
+++ b/crates/common/download/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "download"
-version = "0.6.0"
+version = "0.6.1"
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 953ad982..4d138379 100644
--- a/crates/common/flockfile/Cargo.toml
+++ b/crates/common/flockfile/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flockfile"
-version = "0.6.0"
+version = "0.6.1"
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 b1986db0..7e899eca 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.0"
+version = "0.6.1"
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 2ed02ce5..2a0c86d0 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.0"
+version = "0.6.1"
# 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 7dad0e3b..59acdf8f 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.0"
+version = "0.6.1"
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 f120f52b..a1cddc44 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.0"
+version = "0.6.1"
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 776642df..dab4de47 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.0"
+version = "0.6.1"
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 c009d9cb..352f62b2 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.0"
+version = "0.6.1"
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 ebdc73ed..3d9e8036 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.0"
+version = "0.6.1"
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 111a6bbc..5426da5e 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.0"
+version = "0.6.1"
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 f0adccc9..a8c427ec 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.0"
+version = "0.6.1"
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 cca8552a..b246444d 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.0"
+version = "0.6.1"
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 f5f2db7f..14b13d89 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tedge"
-version = "0.6.0"
+version = "0.6.1"
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 878d6d76..b95a8593 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.0"
+version = "0.6.1"
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 a6644da1..64bdbd86 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.0"
+version = "0.6.1"
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 1183be8b..6e0a755b 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.0"
+version = "0.6.1"
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 b7250d56..beae6fa1 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.0"
+version = "0.6.1"
# 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 97c4da23..013fc340 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.0"
+version = "0.6.1"
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 7b286065..16ff6361 100755
--- a/get-thin-edge_io.sh
+++ b/get-thin-edge_io.sh
@@ -76,7 +76,7 @@ fi
echo "${BLUE}Thank you for trying thin-edge.io! ${COLORRESET}\n"
if [ -z "$VERSION" ]; then
- VERSION=0.6.0
+ VERSION=0.6.1
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/log_request_plugin/Cargo.toml b/plugins/log_request_plugin/Cargo.toml
index 0098c918..a000d38b 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.0"
+version = "0.6.1"
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 b8b6bbf8..c89eb032 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.0"
+version = "0.6.1"
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 c23baf33..e49b48a2 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.0"
+version = "0.6.1"
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 6153954b..81aaa7ec 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.0"
+version = "0.6.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"