diff --git a/Cargo.lock b/Cargo.lock index 6d070958c..b912e6a39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -311,7 +311,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "agent" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -376,7 +376,7 @@ dependencies = [ [[package]] name = "akri-debug-echo" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -395,7 +395,7 @@ dependencies = [ [[package]] name = "akri-discovery-utils" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-shared", "anyhow", @@ -415,7 +415,7 @@ dependencies = [ [[package]] name = "akri-onvif" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -443,7 +443,7 @@ dependencies = [ [[package]] name = "akri-opcua" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "akri-shared" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "async-trait", @@ -495,7 +495,7 @@ dependencies = [ [[package]] name = "akri-udev" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-discovery-utils", "anyhow", @@ -1024,7 +1024,7 @@ dependencies = [ [[package]] name = "configuration-validator" -version = "0.6.3" +version = "0.6.4" dependencies = [ "actix", "actix-rt", @@ -1054,7 +1054,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "controller" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-shared", "anyhow", @@ -1221,7 +1221,7 @@ dependencies = [ [[package]] name = "debug-echo-discovery-handler" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -2400,7 +2400,7 @@ checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" [[package]] name = "onvif-discovery-handler" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-discovery-utils", "akri-onvif", @@ -2466,7 +2466,7 @@ dependencies = [ [[package]] name = "opcua-discovery-handler" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-discovery-utils", "akri-opcua", @@ -4534,7 +4534,7 @@ dependencies = [ [[package]] name = "udev-discovery-handler" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-discovery-utils", "akri-udev", @@ -4545,7 +4545,7 @@ dependencies = [ [[package]] name = "udev-video-broker" -version = "0.6.3" +version = "0.6.4" dependencies = [ "akri-shared", "env_logger", diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 9e4320336..453e64ef2 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent" -version = "0.6.3" +version = "0.6.4" authors = ["Kate Goldenring ", ""] edition = "2018" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 7fb3db5f6..fb07d51a0 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller" -version = "0.6.3" +version = "0.6.4" authors = [""] edition = "2018" diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index 3797aaa82..d17e0b140 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.6.3 +version: 0.6.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.6.3 +appVersion: 0.6.4 diff --git a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml index 9e17ab0e8..dc08fd394 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.6.3" +version = "0.6.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 504890b6f..894d2cbd4 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.6.3" +version = "0.6.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 e20b79a63..36f7fa327 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.6.3" +version = "0.6.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 4a0791ad7..a69361a1b 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.6.3" +version = "0.6.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/debug-echo/Cargo.toml b/discovery-handlers/debug-echo/Cargo.toml index 5472b6cda..a5cf42dd1 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.6.3" +version = "0.6.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/onvif/Cargo.toml b/discovery-handlers/onvif/Cargo.toml index 6b6601572..a3050f42a 100644 --- a/discovery-handlers/onvif/Cargo.toml +++ b/discovery-handlers/onvif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-onvif" -version = "0.6.3" +version = "0.6.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/opcua/Cargo.toml b/discovery-handlers/opcua/Cargo.toml index 58a72f855..bf22c3dfd 100644 --- a/discovery-handlers/opcua/Cargo.toml +++ b/discovery-handlers/opcua/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-opcua" -version = "0.6.3" +version = "0.6.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/udev/Cargo.toml b/discovery-handlers/udev/Cargo.toml index 6f9997cc3..260cbde5d 100644 --- a/discovery-handlers/udev/Cargo.toml +++ b/discovery-handlers/udev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-udev" -version = "0.6.3" +version = "0.6.4" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-utils/Cargo.toml b/discovery-utils/Cargo.toml index a7cc6f421..22d0ce55e 100644 --- a/discovery-utils/Cargo.toml +++ b/discovery-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-discovery-utils" -version = "0.6.3" +version = "0.6.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 1674cc053..7fc8a0ef6 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.6.3" +version = "0.6.4" authors = ["Kate Goldenring ", ""] edition = "2018" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 44126093f..f1acf76b2 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-shared" -version = "0.6.3" +version = "0.6.4" authors = [""] edition = "2018" diff --git a/version.txt b/version.txt index 844f6a91a..d2b13eb64 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.3 +0.6.4 diff --git a/webhooks/validating/configuration/Cargo.toml b/webhooks/validating/configuration/Cargo.toml index 3574f601f..69f14fec7 100644 --- a/webhooks/validating/configuration/Cargo.toml +++ b/webhooks/validating/configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "configuration-validator" -version = "0.6.3" +version = "0.6.4" authors = ["DazWilkin "] edition = "2018"