From 6afb529a656bc6d4c54993a7361e4f9682d49306 Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Tue, 6 Apr 2021 15:05:02 -0700 Subject: [PATCH] increase version --- Cargo.lock | 28 +++++++++---------- agent/Cargo.toml | 2 +- controller/Cargo.toml | 2 +- deployment/helm/Chart.yaml | 4 +-- .../debug-echo-discovery-handler/Cargo.toml | 2 +- .../onvif-discovery-handler/Cargo.toml | 2 +- .../opcua-discovery-handler/Cargo.toml | 2 +- .../udev-discovery-handler/Cargo.toml | 2 +- discovery-handlers/debug-echo/Cargo.toml | 2 +- discovery-handlers/onvif/Cargo.toml | 2 +- discovery-handlers/opcua/Cargo.toml | 2 +- discovery-handlers/udev/Cargo.toml | 2 +- discovery-utils/Cargo.toml | 2 +- samples/brokers/udev-video-broker/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- version.txt | 2 +- webhooks/validating/configuration/Cargo.toml | 2 +- 17 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95ac6247e..9f61d0ded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "agent" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -385,7 +385,7 @@ dependencies = [ [[package]] name = "akri-debug-echo" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -404,7 +404,7 @@ dependencies = [ [[package]] name = "akri-discovery-utils" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-shared", "anyhow", @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "akri-onvif" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "akri-opcua" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -475,7 +475,7 @@ dependencies = [ [[package]] name = "akri-shared" -version = "0.4.3" +version = "0.4.4" dependencies = [ "anyhow", "async-trait", @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "akri-udev" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-discovery-utils", "anyhow", @@ -1059,7 +1059,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "controller" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-shared", "anyhow", @@ -1220,7 +1220,7 @@ dependencies = [ [[package]] name = "debug-echo-discovery-handler" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -2410,7 +2410,7 @@ checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" [[package]] name = "onvif-discovery-handler" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-discovery-utils", "akri-onvif", @@ -2476,7 +2476,7 @@ dependencies = [ [[package]] name = "opcua-discovery-handler" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-discovery-utils", "akri-opcua", @@ -4551,7 +4551,7 @@ dependencies = [ [[package]] name = "udev-discovery-handler" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-discovery-utils", "akri-udev", @@ -4562,7 +4562,7 @@ dependencies = [ [[package]] name = "udev-video-broker" -version = "0.4.3" +version = "0.4.4" dependencies = [ "akri-shared", "env_logger", @@ -4856,7 +4856,7 @@ dependencies = [ [[package]] name = "webhook-configuration" -version = "0.4.3" +version = "0.4.4" dependencies = [ "actix", "actix-rt", diff --git a/agent/Cargo.toml b/agent/Cargo.toml index a395b8ee6..e779f3afd 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring ", ""] edition = "2018" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 1722a95c2..f7b7cbbec 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller" -version = "0.4.3" +version = "0.4.4" authors = [""] edition = "2018" diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index 748b92494..a24124bac 100644 --- a/deployment/helm/Chart.yaml +++ b/deployment/helm/Chart.yaml @@ -15,9 +15,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.3 +version: 0.4.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.4.3 +appVersion: 0.4.4 diff --git a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml index bf3c876ed..0c6414be0 100644 --- a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml +++ b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "debug-echo-discovery-handler" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handler-modules/onvif-discovery-handler/Cargo.toml b/discovery-handler-modules/onvif-discovery-handler/Cargo.toml index 325e3e0b5..ca6bed800 100644 --- a/discovery-handler-modules/onvif-discovery-handler/Cargo.toml +++ b/discovery-handler-modules/onvif-discovery-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "onvif-discovery-handler" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handler-modules/opcua-discovery-handler/Cargo.toml b/discovery-handler-modules/opcua-discovery-handler/Cargo.toml index 02a67e655..44ee9f99e 100644 --- a/discovery-handler-modules/opcua-discovery-handler/Cargo.toml +++ b/discovery-handler-modules/opcua-discovery-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-discovery-handler" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handler-modules/udev-discovery-handler/Cargo.toml b/discovery-handler-modules/udev-discovery-handler/Cargo.toml index d7c5fe964..8ce01f2ea 100644 --- a/discovery-handler-modules/udev-discovery-handler/Cargo.toml +++ b/discovery-handler-modules/udev-discovery-handler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udev-discovery-handler" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/debug-echo/Cargo.toml b/discovery-handlers/debug-echo/Cargo.toml index e8d402f65..f5d4bbf4a 100644 --- a/discovery-handlers/debug-echo/Cargo.toml +++ b/discovery-handlers/debug-echo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-debug-echo" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/onvif/Cargo.toml b/discovery-handlers/onvif/Cargo.toml index 3044f246b..620da8a96 100644 --- a/discovery-handlers/onvif/Cargo.toml +++ b/discovery-handlers/onvif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-onvif" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/opcua/Cargo.toml b/discovery-handlers/opcua/Cargo.toml index 3b4e2c7b5..25d185cd1 100644 --- a/discovery-handlers/opcua/Cargo.toml +++ b/discovery-handlers/opcua/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-opcua" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/udev/Cargo.toml b/discovery-handlers/udev/Cargo.toml index e0298695a..e1640d771 100644 --- a/discovery-handlers/udev/Cargo.toml +++ b/discovery-handlers/udev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-udev" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-utils/Cargo.toml b/discovery-utils/Cargo.toml index 52ee5eec1..bc3c884e1 100644 --- a/discovery-utils/Cargo.toml +++ b/discovery-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-discovery-utils" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/samples/brokers/udev-video-broker/Cargo.toml b/samples/brokers/udev-video-broker/Cargo.toml index 1b1d5a8ca..4b84c431f 100644 --- a/samples/brokers/udev-video-broker/Cargo.toml +++ b/samples/brokers/udev-video-broker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "udev-video-broker" -version = "0.4.3" +version = "0.4.4" authors = ["Kate Goldenring ", ""] edition = "2018" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 5ba9d36d2..63eb572cb 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-shared" -version = "0.4.3" +version = "0.4.4" authors = [""] edition = "2018" diff --git a/version.txt b/version.txt index 17b2ccd9b..6f2743d65 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.3 +0.4.4 diff --git a/webhooks/validating/configuration/Cargo.toml b/webhooks/validating/configuration/Cargo.toml index c5959a36f..41c761c89 100644 --- a/webhooks/validating/configuration/Cargo.toml +++ b/webhooks/validating/configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webhook-configuration" -version = "0.4.3" +version = "0.4.4" authors = ["DazWilkin "] edition = "2018"