diff --git a/.github/workflows/build-anomaly-detection-app-container.yml b/.github/workflows/build-anomaly-detection-app-container.yml index 0d327b5ca..c523bda52 100644 --- a/.github/workflows/build-anomaly-detection-app-container.yml +++ b/.github/workflows/build-anomaly-detection-app-container.yml @@ -54,7 +54,7 @@ jobs: - name: Prepare To Install uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 - name: Install Deps run: | yarn install @@ -89,7 +89,7 @@ jobs: - name: Prepare To Install uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 - name: Install Deps run: | yarn install diff --git a/.github/workflows/build-onvif-video-broker-container.yml b/.github/workflows/build-onvif-video-broker-container.yml index 3b2211c0a..5c8bdabee 100644 --- a/.github/workflows/build-onvif-video-broker-container.yml +++ b/.github/workflows/build-onvif-video-broker-container.yml @@ -54,7 +54,7 @@ jobs: - name: Prepare To Install uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 - name: Install Deps run: | yarn install @@ -91,7 +91,7 @@ jobs: - name: Prepare To Install uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 - name: Install Deps run: | yarn install diff --git a/.github/workflows/build-opcua-monitoring-broker-container.yml b/.github/workflows/build-opcua-monitoring-broker-container.yml index 971369d0d..5def023f0 100644 --- a/.github/workflows/build-opcua-monitoring-broker-container.yml +++ b/.github/workflows/build-opcua-monitoring-broker-container.yml @@ -54,7 +54,7 @@ jobs: - name: Prepare To Install uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 - name: Install Deps run: | yarn install @@ -89,7 +89,7 @@ jobs: - name: Prepare To Install uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 - name: Install Deps run: | yarn install diff --git a/.github/workflows/build-video-streaming-app-container.yml b/.github/workflows/build-video-streaming-app-container.yml index 3451ff02a..011a05522 100644 --- a/.github/workflows/build-video-streaming-app-container.yml +++ b/.github/workflows/build-video-streaming-app-container.yml @@ -54,7 +54,7 @@ jobs: - name: Prepare To Install uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 - name: Install Deps run: | yarn install @@ -91,7 +91,7 @@ jobs: - name: Prepare To Install uses: actions/setup-node@v3 with: - node-version: 12 + node-version: 18 - name: Install Deps run: | yarn install diff --git a/Cargo.lock b/Cargo.lock index 8af291413..739ad7345 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "agent" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "akri-debug-echo" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -376,7 +376,7 @@ dependencies = [ [[package]] name = "akri-discovery-utils" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-shared", "anyhow", @@ -398,7 +398,7 @@ dependencies = [ [[package]] name = "akri-onvif" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-discovery-utils", "anyhow", @@ -427,7 +427,7 @@ dependencies = [ [[package]] name = "akri-opcua" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-discovery-utils", "anyhow", @@ -446,7 +446,7 @@ dependencies = [ [[package]] name = "akri-shared" -version = "0.12.12" +version = "0.12.13" dependencies = [ "anyhow", "async-trait", @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "akri-udev" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-discovery-utils", "anyhow", @@ -986,7 +986,7 @@ checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" [[package]] name = "controller" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-shared", "anyhow", @@ -1178,7 +1178,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" [[package]] name = "debug-echo-discovery-handler" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -2479,7 +2479,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "onvif-discovery-handler" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-discovery-utils", "akri-onvif", @@ -2529,7 +2529,7 @@ dependencies = [ [[package]] name = "opcua-discovery-handler" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-discovery-utils", "akri-opcua", @@ -4134,7 +4134,7 @@ dependencies = [ [[package]] name = "udev-discovery-handler" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-discovery-utils", "akri-udev", @@ -4145,7 +4145,7 @@ dependencies = [ [[package]] name = "udev-video-broker" -version = "0.12.12" +version = "0.12.13" dependencies = [ "akri-shared", "env_logger", @@ -4422,7 +4422,7 @@ dependencies = [ [[package]] name = "webhook-configuration" -version = "0.12.12" +version = "0.12.13" dependencies = [ "actix-rt 2.7.0", "actix-web", diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 7074c5f6c..46e0af7c3 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent" -version = "0.12.12" +version = "0.12.13" license = "Apache-2.0" authors = ["Kate Goldenring ", ""] edition = "2018" diff --git a/build/containers/Dockerfile.anomaly-detection-app b/build/containers/Dockerfile.anomaly-detection-app index 87fa2ba2f..0f6e953ff 100644 --- a/build/containers/Dockerfile.anomaly-detection-app +++ b/build/containers/Dockerfile.anomaly-detection-app @@ -9,7 +9,7 @@ COPY ./samples/apps/anomaly-detection-app . RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" && \ apt-get update && \ - apt-get install -y protobuf-compiler libprotoc-dev python3-pip && \ + apt-get install -y protobuf-compiler libprotoc-dev python3-pip python3-sklearn && \ apt-get clean && \ pip3 install -r ./requirements.txt diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 6bbbb6681..aa54c6929 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller" -version = "0.12.12" +version = "0.12.13" license = "Apache-2.0" authors = ["", ""] edition = "2018" diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index 5555923f9..892b97127 100644 --- a/deployment/helm/Chart.yaml +++ b/deployment/helm/Chart.yaml @@ -16,9 +16,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.12.12 +version: 0.12.13 # 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.12.12 +appVersion: 0.12.13 diff --git a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml index 51d30c192..eaceb3cfa 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.12.12" +version = "0.12.13" license = "Apache-2.0" 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 9b3640d4b..6567e039f 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.12.12" +version = "0.12.13" license = "Apache-2.0" 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 3d97ce42f..f483e6593 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.12.12" +version = "0.12.13" license = "Apache-2.0" 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 be05d566f..ef8dc15db 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.12.12" +version = "0.12.13" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/debug-echo/Cargo.toml b/discovery-handlers/debug-echo/Cargo.toml index eb756c544..57a2277a7 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.12.12" +version = "0.12.13" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/onvif/Cargo.toml b/discovery-handlers/onvif/Cargo.toml index b2c625fe6..fe538b5f9 100644 --- a/discovery-handlers/onvif/Cargo.toml +++ b/discovery-handlers/onvif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-onvif" -version = "0.12.12" +version = "0.12.13" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/opcua/Cargo.toml b/discovery-handlers/opcua/Cargo.toml index ce315ebb6..60c5956fa 100644 --- a/discovery-handlers/opcua/Cargo.toml +++ b/discovery-handlers/opcua/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-opcua" -version = "0.12.12" +version = "0.12.13" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-handlers/udev/Cargo.toml b/discovery-handlers/udev/Cargo.toml index 33ded88db..92218834d 100644 --- a/discovery-handlers/udev/Cargo.toml +++ b/discovery-handlers/udev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-udev" -version = "0.12.12" +version = "0.12.13" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2018" diff --git a/discovery-utils/Cargo.toml b/discovery-utils/Cargo.toml index 21d86f77d..f01f65ea4 100644 --- a/discovery-utils/Cargo.toml +++ b/discovery-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-discovery-utils" -version = "0.12.12" +version = "0.12.13" license = "Apache-2.0" authors = ["Kate Goldenring "] edition = "2018" diff --git a/samples/apps/anomaly-detection-app/requirements.txt b/samples/apps/anomaly-detection-app/requirements.txt index 970efe6f7..eade653af 100644 --- a/samples/apps/anomaly-detection-app/requirements.txt +++ b/samples/apps/anomaly-detection-app/requirements.txt @@ -1,6 +1,6 @@ grpcio==1.53.0 grpcio-tools==1.53.0 Flask==2.2.5 -numpy==1.21.4 +numpy protobuf==4.21.6 -scikit_learn==1.0.1 \ No newline at end of file +scikit_learn \ No newline at end of file diff --git a/samples/brokers/udev-video-broker/Cargo.toml b/samples/brokers/udev-video-broker/Cargo.toml index 9152fa0be..5cd600109 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.12.12" +version = "0.12.13" license = "Apache-2.0" authors = ["Kate Goldenring ", ""] edition = "2018" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 177667ae7..82913c09e 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-shared" -version = "0.12.12" +version = "0.12.13" license = "Apache-2.0" authors = [""] edition = "2018" diff --git a/version.txt b/version.txt index a31499ef5..32ffda3c9 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.12.12 +0.12.13 diff --git a/webhooks/validating/configuration/Cargo.toml b/webhooks/validating/configuration/Cargo.toml index 8d4c803dd..11b3474c0 100644 --- a/webhooks/validating/configuration/Cargo.toml +++ b/webhooks/validating/configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webhook-configuration" -version = "0.12.12" +version = "0.12.13" license = "Apache-2.0" authors = ["DazWilkin "] edition = "2018"