From 045ff3e6865c3739b30e4e53387b03810fdce3f2 Mon Sep 17 00:00:00 2001 From: Brian Fjeldstad Date: Thu, 11 Mar 2021 10:21:37 -0800 Subject: [PATCH] update version --- Cargo.lock | 26 +++++++++---------- 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, 30 insertions(+), 30 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99c9e8603..e5da7128d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "agent" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -385,7 +385,7 @@ dependencies = [ [[package]] name = "akri-debug-echo" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -404,7 +404,7 @@ dependencies = [ [[package]] name = "akri-discovery-utils" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-shared", "anyhow", @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "akri-onvif" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "akri-opcua" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -475,7 +475,7 @@ dependencies = [ [[package]] name = "akri-shared" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-trait", @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "akri-udev" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-discovery-utils", "anyhow", @@ -1059,7 +1059,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "controller" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-shared", "anyhow", @@ -1220,7 +1220,7 @@ dependencies = [ [[package]] name = "debug-echo-discovery-handler" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -2410,7 +2410,7 @@ checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" [[package]] name = "onvif-discovery-handler" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-discovery-utils", "akri-onvif", @@ -2476,7 +2476,7 @@ dependencies = [ [[package]] name = "opcua-discovery-handler" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-discovery-utils", "akri-opcua", @@ -4551,7 +4551,7 @@ dependencies = [ [[package]] name = "udev-discovery-handler" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-discovery-utils", "akri-udev", @@ -4562,7 +4562,7 @@ dependencies = [ [[package]] name = "udev-video-broker" -version = "0.3.1" +version = "0.3.2" dependencies = [ "akri-shared", "env_logger", diff --git a/agent/Cargo.toml b/agent/Cargo.toml index c534b80ad..9d0b891c3 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent" -version = "0.3.1" +version = "0.3.2" authors = ["Kate Goldenring ", ""] edition = "2018" diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 60a7801d5..7ea2d37a4 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller" -version = "0.3.1" +version = "0.3.2" authors = [""] edition = "2018" diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index 0774b4ecd..897ba746e 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.3.1 +version: 0.3.2 # 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.3.1 +appVersion: 0.3.2 diff --git a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml index 6fe23207b..e8533ab49 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.3.1" +version = "0.3.2" 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 1fe870a80..6234d8aa6 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.3.1" +version = "0.3.2" 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 9559f8c08..a83861553 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.3.1" +version = "0.3.2" 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 365369efa..262bd35c5 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.3.1" +version = "0.3.2" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/debug-echo/Cargo.toml b/discovery-handlers/debug-echo/Cargo.toml index 04b3192a9..ea831da77 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.3.1" +version = "0.3.2" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/onvif/Cargo.toml b/discovery-handlers/onvif/Cargo.toml index 6d605bc42..b9c802239 100644 --- a/discovery-handlers/onvif/Cargo.toml +++ b/discovery-handlers/onvif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-onvif" -version = "0.3.1" +version = "0.3.2" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/opcua/Cargo.toml b/discovery-handlers/opcua/Cargo.toml index 17f88913a..7e0e79173 100644 --- a/discovery-handlers/opcua/Cargo.toml +++ b/discovery-handlers/opcua/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-opcua" -version = "0.3.1" +version = "0.3.2" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/udev/Cargo.toml b/discovery-handlers/udev/Cargo.toml index 1fa621452..f8ac2e3c8 100644 --- a/discovery-handlers/udev/Cargo.toml +++ b/discovery-handlers/udev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-udev" -version = "0.3.1" +version = "0.3.2" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-utils/Cargo.toml b/discovery-utils/Cargo.toml index db7c8b58b..d0d4ffeda 100644 --- a/discovery-utils/Cargo.toml +++ b/discovery-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-discovery-utils" -version = "0.3.1" +version = "0.3.2" authors = ["Kate Goldenring "] edition = "2018" diff --git a/samples/brokers/udev-video-broker/Cargo.toml b/samples/brokers/udev-video-broker/Cargo.toml index 7961728b0..9b9276787 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.3.1" +version = "0.3.2" authors = ["Kate Goldenring ", ""] edition = "2018" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 35a1f9a76..6d18b1885 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-shared" -version = "0.3.1" +version = "0.3.2" authors = [""] edition = "2018" diff --git a/version.txt b/version.txt index 9e11b32fc..d15723fbe 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.1 +0.3.2 diff --git a/webhooks/validating/configuration/Cargo.toml b/webhooks/validating/configuration/Cargo.toml index cdd12234c..e3ef8f91b 100644 --- a/webhooks/validating/configuration/Cargo.toml +++ b/webhooks/validating/configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webhook-configuration" -version = "0.3.1" +version = "0.3.2" authors = ["DazWilkin "] edition = "2018"