diff --git a/Cargo.lock b/Cargo.lock index 3e14b1aa2..026e03de8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,7 +333,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "agent" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -402,7 +402,7 @@ dependencies = [ [[package]] name = "akri-debug-echo" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -422,7 +422,7 @@ dependencies = [ [[package]] name = "akri-discovery-utils" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-shared", "anyhow", @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "akri-onvif" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -472,7 +472,7 @@ dependencies = [ [[package]] name = "akri-opcua" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-discovery-utils", "akri-shared", @@ -496,7 +496,7 @@ dependencies = [ [[package]] name = "akri-shared" -version = "0.10.14" +version = "0.10.15" dependencies = [ "anyhow", "async-trait", @@ -525,7 +525,7 @@ dependencies = [ [[package]] name = "akri-udev" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-discovery-utils", "anyhow", @@ -1043,7 +1043,7 @@ checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" [[package]] name = "controller" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-shared", "anyhow", @@ -1243,7 +1243,7 @@ dependencies = [ [[package]] name = "debug-echo-discovery-handler" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-debug-echo", "akri-discovery-utils", @@ -2540,7 +2540,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "onvif-discovery-handler" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-discovery-utils", "akri-onvif", @@ -2590,7 +2590,7 @@ dependencies = [ [[package]] name = "opcua-discovery-handler" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-discovery-utils", "akri-opcua", @@ -4206,7 +4206,7 @@ dependencies = [ [[package]] name = "udev-discovery-handler" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-discovery-utils", "akri-udev", @@ -4217,7 +4217,7 @@ dependencies = [ [[package]] name = "udev-video-broker" -version = "0.10.14" +version = "0.10.15" dependencies = [ "akri-shared", "env_logger", @@ -4494,7 +4494,7 @@ dependencies = [ [[package]] name = "webhook-configuration" -version = "0.10.14" +version = "0.10.15" dependencies = [ "actix", "actix-rt 2.7.0", diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 858aad2b7..eba8ada02 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent" -version = "0.10.14" +version = "0.10.15" authors = ["Kate Goldenring ", ""] edition = "2018" rust-version = "1.68.1" diff --git a/build/akri-containers.mk b/build/akri-containers.mk index 8f6998082..93a751570 100644 --- a/build/akri-containers.mk +++ b/build/akri-containers.mk @@ -1,4 +1,4 @@ -USE_OPENCV_BASE_VERSION = 0.0.9 +USE_OPENCV_BASE_VERSION = 0.0.11 # Akri container defines include build/akri-rust-containers.mk diff --git a/build/akri-dotnet-containers.mk b/build/akri-dotnet-containers.mk index 9673f3489..7cf8cf50c 100644 --- a/build/akri-dotnet-containers.mk +++ b/build/akri-dotnet-containers.mk @@ -54,15 +54,15 @@ define add_opcua_target $(1)-build-amd64: ifeq (1, ${BUILD_AMD64}) - docker build $(CACHE_OPTION) -f $(DOCKERFILE_DIR)/Dockerfile.$(2) . -t $(PREFIX)/$(2):$(LABEL_PREFIX)-$(AMD64_SUFFIX) --build-arg OUTPUT_PLATFORM_TAG=3.1-buster-slim --build-arg DOTNET_PUBLISH_RUNTIME=linux-x64 + docker build $(CACHE_OPTION) -f $(DOCKERFILE_DIR)/Dockerfile.$(2) . -t $(PREFIX)/$(2):$(LABEL_PREFIX)-$(AMD64_SUFFIX) --build-arg OUTPUT_PLATFORM_TAG=3.1-bullseye-slim --build-arg DOTNET_PUBLISH_RUNTIME=linux-x64 endif $(1)-build-arm32: ifeq (1, ${BUILD_ARM32}) - docker build $(CACHE_OPTION) -f $(DOCKERFILE_DIR)/Dockerfile.$(2) . -t $(PREFIX)/$(2):$(LABEL_PREFIX)-$(ARM32V7_SUFFIX) --build-arg OUTPUT_PLATFORM_TAG=3.1-buster-slim-$(ARM32V7_SUFFIX) --build-arg DOTNET_PUBLISH_RUNTIME=linux-arm + docker build $(CACHE_OPTION) -f $(DOCKERFILE_DIR)/Dockerfile.$(2) . -t $(PREFIX)/$(2):$(LABEL_PREFIX)-$(ARM32V7_SUFFIX) --build-arg OUTPUT_PLATFORM_TAG=3.1-bullseye-slim-$(ARM32V7_SUFFIX) --build-arg DOTNET_PUBLISH_RUNTIME=linux-arm endif $(1)-build-arm64: ifeq (1, ${BUILD_ARM64}) - docker build $(CACHE_OPTION) -f $(DOCKERFILE_DIR)/Dockerfile.$(2) . -t $(PREFIX)/$(2):$(LABEL_PREFIX)-$(ARM64V8_SUFFIX) --build-arg OUTPUT_PLATFORM_TAG=3.1-buster-slim-$(ARM64V8_SUFFIX) --build-arg DOTNET_PUBLISH_RUNTIME=linux-arm64 + docker build $(CACHE_OPTION) -f $(DOCKERFILE_DIR)/Dockerfile.$(2) . -t $(PREFIX)/$(2):$(LABEL_PREFIX)-$(ARM64V8_SUFFIX) --build-arg OUTPUT_PLATFORM_TAG=3.1-bullseye-slim-$(ARM64V8_SUFFIX) --build-arg DOTNET_PUBLISH_RUNTIME=linux-arm64 endif $(1)-docker-per-arch-amd64: diff --git a/build/containers/Dockerfile.agent b/build/containers/Dockerfile.agent index f9c22b468..038ed6ad9 100644 --- a/build/containers/Dockerfile.agent +++ b/build/containers/Dockerfile.agent @@ -1,10 +1,10 @@ ARG PLATFORM=amd64 ARG CROSS_BUILD_TARGET=x86_64-unknown-linux-gnu -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim ARG CROSS_BUILD_TARGET ARG PLATFORM ARG BUILD_TYPE=release -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" RUN echo "Using Rust binaries from ${CROSS_BUILD_TARGET}/${BUILD_TYPE}" # Link the container to the Akri repository diff --git a/build/containers/Dockerfile.agent-full b/build/containers/Dockerfile.agent-full index 554579165..17c503aac 100644 --- a/build/containers/Dockerfile.agent-full +++ b/build/containers/Dockerfile.agent-full @@ -1,10 +1,10 @@ ARG PLATFORM=amd64 ARG CROSS_BUILD_TARGET=x86_64-unknown-linux-gnu -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim ARG PLATFORM ARG CROSS_BUILD_TARGET ARG BUILD_TYPE=release -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" RUN echo "Using Rust binaries from ${CROSS_BUILD_TARGET}/${BUILD_TYPE}" # Link the container to the Akri repository diff --git a/build/containers/Dockerfile.anomaly-detection-app b/build/containers/Dockerfile.anomaly-detection-app index 67f2d8128..907e0aef0 100644 --- a/build/containers/Dockerfile.anomaly-detection-app +++ b/build/containers/Dockerfile.anomaly-detection-app @@ -1,10 +1,10 @@ ARG PLATFORM=amd64 -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim # Avoid tzdata prompt ARG DEBIAN_FRONTEND=noninteractive -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" && \ +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" && \ apt-get update && \ apt-get install -y protobuf-compiler libprotoc-dev python3-pip \ python3-grpcio python3-sklearn && \ diff --git a/build/containers/Dockerfile.controller b/build/containers/Dockerfile.controller index 29f1589ae..fba6dbc48 100644 --- a/build/containers/Dockerfile.controller +++ b/build/containers/Dockerfile.controller @@ -1,9 +1,9 @@ ARG PLATFORM=amd64 ARG CROSS_BUILD_TARGET=x86_64-unknown-linux-gnu -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim ARG CROSS_BUILD_TARGET ARG BUILD_TYPE=release -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" RUN echo "Using Rust binaries from ${CROSS_BUILD_TARGET}/${BUILD_TYPE}" # Link the container to the Akri repository diff --git a/build/containers/Dockerfile.debug-echo-discovery b/build/containers/Dockerfile.debug-echo-discovery index d11568f53..2165a4d2b 100644 --- a/build/containers/Dockerfile.debug-echo-discovery +++ b/build/containers/Dockerfile.debug-echo-discovery @@ -1,9 +1,9 @@ ARG PLATFORM=amd64 ARG CROSS_BUILD_TARGET=x86_64-unknown-linux-gnu -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim ARG CROSS_BUILD_TARGET ARG BUILD_TYPE=release -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" RUN echo "Using Rust binaries from ${CROSS_BUILD_TARGET}/${BUILD_TYPE}" # Link the container to the Akri repository diff --git a/build/containers/Dockerfile.onvif-discovery b/build/containers/Dockerfile.onvif-discovery index 8e9dcf139..18e81a42f 100644 --- a/build/containers/Dockerfile.onvif-discovery +++ b/build/containers/Dockerfile.onvif-discovery @@ -1,9 +1,9 @@ ARG PLATFORM=amd64 ARG CROSS_BUILD_TARGET=x86_64-unknown-linux-gnu -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim ARG CROSS_BUILD_TARGET ARG BUILD_TYPE=release -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" RUN echo "Using Rust binaries from ${CROSS_BUILD_TARGET}/${BUILD_TYPE}" # Link the container to the Akri repository diff --git a/build/containers/Dockerfile.onvif-video-broker b/build/containers/Dockerfile.onvif-video-broker index 957e6f5ce..a14502942 100644 --- a/build/containers/Dockerfile.onvif-video-broker +++ b/build/containers/Dockerfile.onvif-video-broker @@ -1,10 +1,10 @@ -ARG BUILD_PLATFORM_TAG=3.1-buster -ARG OUTPUT_PLATFORM_TAG=3.1-buster-slim +ARG BUILD_PLATFORM_TAG=3.1-bullseye +ARG OUTPUT_PLATFORM_TAG=3.1-bullseye-slim ARG DOTNET_PUBLISH_RUNTIME=linux-x64 -FROM mcr.microsoft.com/dotnet/core/sdk:${BUILD_PLATFORM_TAG} AS build +FROM mcr.microsoft.com/dotnet/sdk:${BUILD_PLATFORM_TAG} AS build ARG BUILD_PLATFORM_TAG -RUN echo "Build base image: mcr.microsoft.com/dotnet/core/sdk:${BUILD_PLATFORM_TAG}" +RUN echo "Build base image: mcr.microsoft.com/dotnet/sdk:${BUILD_PLATFORM_TAG}" WORKDIR /src COPY ["samples/brokers/onvif-video-broker/onvif-video-broker.csproj", "."] diff --git a/build/containers/Dockerfile.opcua-discovery b/build/containers/Dockerfile.opcua-discovery index 42681d56e..628d2908c 100644 --- a/build/containers/Dockerfile.opcua-discovery +++ b/build/containers/Dockerfile.opcua-discovery @@ -1,9 +1,9 @@ ARG PLATFORM=amd64 ARG CROSS_BUILD_TARGET=x86_64-unknown-linux-gnu -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim ARG CROSS_BUILD_TARGET ARG BUILD_TYPE=release -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" RUN echo "Using Rust binaries from ${CROSS_BUILD_TARGET}/${BUILD_TYPE}" # Link the container to the Akri repository diff --git a/build/containers/Dockerfile.opcua-monitoring-broker b/build/containers/Dockerfile.opcua-monitoring-broker index fc082dcc0..1e3c97885 100644 --- a/build/containers/Dockerfile.opcua-monitoring-broker +++ b/build/containers/Dockerfile.opcua-monitoring-broker @@ -1,10 +1,10 @@ -ARG BUILD_PLATFORM_TAG=3.1-buster -ARG OUTPUT_PLATFORM_TAG=3.1-buster-slim +ARG BUILD_PLATFORM_TAG=3.1-bullseye +ARG OUTPUT_PLATFORM_TAG=3.1-bullseye-slim ARG DOTNET_PUBLISH_RUNTIME=linux-x64 -FROM mcr.microsoft.com/dotnet/core/sdk:${BUILD_PLATFORM_TAG} AS build +FROM mcr.microsoft.com/dotnet/sdk:${BUILD_PLATFORM_TAG} AS build ARG BUILD_PLATFORM_TAG -RUN echo "Build base image: mcr.microsoft.com/dotnet/core/sdk:${BUILD_PLATFORM_TAG}" +RUN echo "Build base image: mcr.microsoft.com/dotnet/sdk:${BUILD_PLATFORM_TAG}" WORKDIR /src COPY ["samples/brokers/opcua-monitoring-broker/opcua-monitoring-broker.csproj", "."] @@ -15,9 +15,9 @@ ARG DOTNET_PUBLISH_RUNTIME RUN echo "Publishing to: ${DOTNET_PUBLISH_RUNTIME}" RUN dotnet publish -r ${DOTNET_PUBLISH_RUNTIME} "opcua-monitoring-broker.csproj" -c Release -o /app/publish -FROM mcr.microsoft.com/dotnet/core/aspnet:${OUTPUT_PLATFORM_TAG} AS final +FROM mcr.microsoft.com/dotnet/aspnet:${OUTPUT_PLATFORM_TAG} AS final ARG OUTPUT_PLATFORM_TAG -RUN echo "Output base image: mcr.microsoft.com/dotnet/core/aspnet:${OUTPUT_PLATFORM_TAG}" +RUN echo "Output base image: mcr.microsoft.com/dotnet/aspnet:${OUTPUT_PLATFORM_TAG}" WORKDIR /app COPY --from=build /app/publish . diff --git a/build/containers/Dockerfile.udev-discovery b/build/containers/Dockerfile.udev-discovery index e55d5fec3..0b751156c 100644 --- a/build/containers/Dockerfile.udev-discovery +++ b/build/containers/Dockerfile.udev-discovery @@ -1,9 +1,9 @@ ARG PLATFORM=amd64 ARG CROSS_BUILD_TARGET=x86_64-unknown-linux-gnu -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim ARG CROSS_BUILD_TARGET ARG BUILD_TYPE=release -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" RUN echo "Using Rust binaries from ${CROSS_BUILD_TARGET}/${BUILD_TYPE}" # Link the container to the Akri repository diff --git a/build/containers/Dockerfile.udev-video-broker b/build/containers/Dockerfile.udev-video-broker index 371f12dc4..c3a4b1aaa 100644 --- a/build/containers/Dockerfile.udev-video-broker +++ b/build/containers/Dockerfile.udev-video-broker @@ -1,8 +1,8 @@ ARG PLATFORM=amd64 ARG CROSS_BUILD_TARGET=x86_64-unknown-linux-gnu -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim ARG CROSS_BUILD_TARGET -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" RUN echo "Using Rust binaries from ${CROSS_BUILD_TARGET}" # Link the container to the Akri repository diff --git a/build/containers/Dockerfile.video-streaming-app b/build/containers/Dockerfile.video-streaming-app index f965fcdb1..7274386c3 100644 --- a/build/containers/Dockerfile.video-streaming-app +++ b/build/containers/Dockerfile.video-streaming-app @@ -1,10 +1,10 @@ ARG PLATFORM=amd64 -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim # Avoid tzdata prompt ARG DEBIAN_FRONTEND=noninteractive -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" && \ +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" && \ apt-get update && \ apt-get install -y protobuf-compiler libprotoc-dev python3-pip python3-grpcio python3-kubernetes && \ apt-get clean && \ diff --git a/build/containers/Dockerfile.webhook-configuration b/build/containers/Dockerfile.webhook-configuration index 01894df48..7ce221905 100644 --- a/build/containers/Dockerfile.webhook-configuration +++ b/build/containers/Dockerfile.webhook-configuration @@ -1,11 +1,11 @@ ARG PLATFORM=amd64 ARG CROSS_BUILD_TARGET=x86_64-unknown-linux-gnu -FROM ${PLATFORM}/debian:buster-slim +FROM ${PLATFORM}/debian:bullseye-slim ARG CROSS_BUILD_TARGET ARG BUILD_TYPE=release -RUN echo "Creating container based on ${PLATFORM}/debian:buster-slim" +RUN echo "Creating container based on ${PLATFORM}/debian:bullseye-slim" RUN echo "Using Rust binaries from ${CROSS_BUILD_TARGET}/${BUILD_TYPE}" # Link the container to the Akri repository diff --git a/controller/Cargo.toml b/controller/Cargo.toml index d576a3b11..abe52efac 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "controller" -version = "0.10.14" +version = "0.10.15" authors = ["", ""] edition = "2018" rust-version = "1.68.1" diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml index 55dba676f..88b1fc4d3 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.10.14 +version: 0.10.15 # 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.10.14 +appVersion: 0.10.15 diff --git a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml index 8f113f35f..7130a94e9 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.10.14" +version = "0.10.15" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.68.1" diff --git a/discovery-handler-modules/onvif-discovery-handler/Cargo.toml b/discovery-handler-modules/onvif-discovery-handler/Cargo.toml index 359ba8076..cf391d13c 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.10.14" +version = "0.10.15" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.68.1" diff --git a/discovery-handler-modules/opcua-discovery-handler/Cargo.toml b/discovery-handler-modules/opcua-discovery-handler/Cargo.toml index 34165bcf8..2c8dbca11 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.10.14" +version = "0.10.15" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.68.1" diff --git a/discovery-handler-modules/udev-discovery-handler/Cargo.toml b/discovery-handler-modules/udev-discovery-handler/Cargo.toml index ea0dae0e3..a75ec3b93 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.10.14" +version = "0.10.15" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.68.1" diff --git a/discovery-handlers/debug-echo/Cargo.toml b/discovery-handlers/debug-echo/Cargo.toml index 62511d567..5b6a888ee 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.10.14" +version = "0.10.15" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.68.1" diff --git a/discovery-handlers/onvif/Cargo.toml b/discovery-handlers/onvif/Cargo.toml index 0b023a7ac..4d5283a33 100644 --- a/discovery-handlers/onvif/Cargo.toml +++ b/discovery-handlers/onvif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-onvif" -version = "0.10.14" +version = "0.10.15" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.68.1" diff --git a/discovery-handlers/opcua/Cargo.toml b/discovery-handlers/opcua/Cargo.toml index 8e88325d8..a1518f2fd 100644 --- a/discovery-handlers/opcua/Cargo.toml +++ b/discovery-handlers/opcua/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-opcua" -version = "0.10.14" +version = "0.10.15" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.68.1" diff --git a/discovery-handlers/udev/Cargo.toml b/discovery-handlers/udev/Cargo.toml index 257956d2f..5dd170209 100644 --- a/discovery-handlers/udev/Cargo.toml +++ b/discovery-handlers/udev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-udev" -version = "0.10.14" +version = "0.10.15" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.68.1" diff --git a/discovery-utils/Cargo.toml b/discovery-utils/Cargo.toml index 03a4c9cd4..1bda7c354 100644 --- a/discovery-utils/Cargo.toml +++ b/discovery-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-discovery-utils" -version = "0.10.14" +version = "0.10.15" authors = ["Kate Goldenring "] edition = "2018" rust-version = "1.68.1" diff --git a/samples/brokers/onvif-video-broker/README.md b/samples/brokers/onvif-video-broker/README.md index 61fba93cd..f328684ca 100644 --- a/samples/brokers/onvif-video-broker/README.md +++ b/samples/brokers/onvif-video-broker/README.md @@ -4,7 +4,7 @@ from the rtsp stream of the ONVIF camera at `ONVIF_DEVICE_SERVICE_URL`. Then, it interface. ## Running -1. Install .NET according to [.NET instructions](https://docs.microsoft.com/dotnet/core/install/linux-ubuntu) +1. Install .NET according to [.NET instructions](https://docs.microsoft.com/dotnet/install/linux-ubuntu) 1. Install [opencvsharp](https://github.com/shimat/opencvsharp), the OpenCV wrapper for .NET 1. Build ```sh diff --git a/samples/brokers/opcua-monitoring-broker/README.md b/samples/brokers/opcua-monitoring-broker/README.md index 75bfd7a41..bec652b1f 100644 --- a/samples/brokers/opcua-monitoring-broker/README.md +++ b/samples/brokers/opcua-monitoring-broker/README.md @@ -5,7 +5,7 @@ value of the Node (or Variable) over gRPC for an [anomaly detection web applicat to consume. ## Running -1. Install .NET according to [.NET instructions](https://docs.microsoft.com/dotnet/core/install/linux-ubuntu) +1. Install .NET according to [.NET instructions](https://docs.microsoft.com/dotnet/install/linux-ubuntu) 1. Build ```sh cd ./samples/brokers/opcua-monitoring-broker diff --git a/samples/brokers/udev-video-broker/Cargo.toml b/samples/brokers/udev-video-broker/Cargo.toml index 1843236b6..0aaa1e1e9 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.10.14" +version = "0.10.15" authors = ["Kate Goldenring ", ""] edition = "2018" rust-version = "1.68.1" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 434c95cf6..5e7cafab8 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "akri-shared" -version = "0.10.14" +version = "0.10.15" authors = [""] edition = "2018" rust-version = "1.68.1" diff --git a/version.txt b/version.txt index c70613aa0..ba788384c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.10.14 +0.10.15 diff --git a/webhooks/validating/configuration/Cargo.toml b/webhooks/validating/configuration/Cargo.toml index 86f5701ef..00b21fce2 100644 --- a/webhooks/validating/configuration/Cargo.toml +++ b/webhooks/validating/configuration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webhook-configuration" -version = "0.10.14" +version = "0.10.15" authors = ["DazWilkin "] edition = "2018" rust-version = "1.68.1"