From d134bcbd91287d1b0df1c5ef4fcba271c3d3ca7e Mon Sep 17 00:00:00 2001 From: github-axiscommunications-ecosystem Date: Mon, 6 May 2024 17:07:02 +0200 Subject: [PATCH] Update versions * Update VERSION to 1.14 * Update UBUNTU_VERSION to 22.04 * Update firmware version to 11.10.61 * Update manifest schema version to 1.7.0 --- .github/workflows/axevent.yml | 2 +- .github/workflows/axoverlay.yml | 2 +- .github/workflows/axparameter.yml | 2 +- .github/workflows/axserialport.yml | 2 +- .github/workflows/axstorage.yml | 2 +- .github/workflows/container-example.yml | 4 ++-- .github/workflows/curl-openssl.yml | 2 +- .github/workflows/hello-world.yml | 2 +- .github/workflows/licensekey.yml | 2 +- .github/workflows/metadata-broker.yml | 2 +- .github/workflows/object-detection-cv25.yml | 2 +- .github/workflows/object-detection.yml | 6 +++--- .github/workflows/shell-script-example.yml | 2 +- .github/workflows/tensorflow-to-larod-artpec8.yml | 2 +- .github/workflows/tensorflow-to-larod-cv25.yml | 2 +- .github/workflows/tensorflow-to-larod.yml | 2 +- .github/workflows/using-opencv.yml | 2 +- .github/workflows/utility-libraries.yml | 2 +- .github/workflows/vapix.yml | 2 +- .github/workflows/vdo-larod.yml | 8 ++++---- .github/workflows/vdo-opencl-filtering.yml | 4 ++-- .github/workflows/vdostream.yml | 2 +- .github/workflows/web-server-using-fastcgi.yml | 2 +- .github/workflows/web-server.yml | 2 +- axevent/send_event/Dockerfile | 2 +- axevent/send_event/app/manifest.json | 2 +- axevent/subscribe_to_event/Dockerfile | 2 +- axevent/subscribe_to_event/app/manifest.json | 2 +- axevent/subscribe_to_events/Dockerfile | 2 +- axevent/subscribe_to_events/app/manifest.json | 2 +- axoverlay/Dockerfile | 2 +- axoverlay/app/manifest.json | 2 +- axparameter/Dockerfile | 2 +- axparameter/app/manifest.json | 2 +- axserialport/Dockerfile | 2 +- axserialport/app/manifest.json | 2 +- axstorage/Dockerfile | 2 +- axstorage/app/manifest.json | 2 +- container-example/Dockerfile | 2 +- container-example/manifest.json | 2 +- curl-openssl/Dockerfile | 2 +- curl-openssl/app/manifest.json | 2 +- hello-world/Dockerfile | 2 +- hello-world/app/manifest.json | 2 +- licensekey/Dockerfile | 2 +- licensekey/app/manifest.json | 2 +- .../consume-analytics-scene-description/Dockerfile | 2 +- .../consume-analytics-scene-description/app/manifest.json | 2 +- object-detection-cv25/Dockerfile | 2 +- object-detection-cv25/app/manifest.json.cv25 | 2 +- object-detection/Dockerfile | 2 +- object-detection/app/manifest.json.artpec8 | 2 +- object-detection/app/manifest.json.cpu | 2 +- object-detection/app/manifest.json.edgetpu | 2 +- reproducible-package/Dockerfile | 2 +- reproducible-package/app/manifest.json | 2 +- shell-script-example/Dockerfile | 2 +- shell-script-example/app/manifest.json | 2 +- using-opencv/Dockerfile | 2 +- using-opencv/app/manifest.json | 2 +- utility-libraries/custom_lib_example/Dockerfile | 2 +- utility-libraries/custom_lib_example/app/manifest.json | 2 +- utility-libraries/openssl_curl_example/Dockerfile | 2 +- utility-libraries/openssl_curl_example/app/manifest.json | 2 +- vapix/Dockerfile | 2 +- vapix/app/manifest.json | 2 +- vdo-larod/Dockerfile | 2 +- vdo-larod/app/manifest.json.artpec8 | 2 +- vdo-larod/app/manifest.json.cpu | 2 +- vdo-larod/app/manifest.json.cv25 | 2 +- vdo-larod/app/manifest.json.edgetpu | 2 +- vdo-opencl-filtering/Dockerfile | 2 +- vdo-opencl-filtering/app/manifest.json | 2 +- vdostream/Dockerfile | 2 +- vdostream/app/manifest.json.h264 | 2 +- vdostream/app/manifest.json.h265 | 2 +- vdostream/app/manifest.json.jpeg | 2 +- vdostream/app/manifest.json.nv12 | 2 +- vdostream/app/manifest.json.y800 | 2 +- web-server-using-fastcgi/Dockerfile | 2 +- web-server-using-fastcgi/app/manifest.json | 2 +- web-server/Dockerfile | 2 +- web-server/app/manifest.json | 2 +- 83 files changed, 90 insertions(+), 90 deletions(-) diff --git a/.github/workflows/axevent.yml b/.github/workflows/axevent.yml index cf8d0c7..5f7e572 100644 --- a/.github/workflows/axevent.yml +++ b/.github/workflows/axevent.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axoverlay.yml b/.github/workflows/axoverlay.yml index 7e2f046..2a3a1e8 100644 --- a/.github/workflows/axoverlay.yml +++ b/.github/workflows/axoverlay.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axparameter.yml b/.github/workflows/axparameter.yml index 4013efd..0a1c04a 100644 --- a/.github/workflows/axparameter.yml +++ b/.github/workflows/axparameter.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axserialport.yml b/.github/workflows/axserialport.yml index b4bd8d7..697af7c 100644 --- a/.github/workflows/axserialport.yml +++ b/.github/workflows/axserialport.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/axstorage.yml b/.github/workflows/axstorage.yml index 5af7da1..126ae23 100644 --- a/.github/workflows/axstorage.yml +++ b/.github/workflows/axstorage.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/container-example.yml b/.github/workflows/container-example.yml index b0d1b67..7c7cd6f 100644 --- a/.github/workflows/container-example.yml +++ b/.github/workflows/container-example.yml @@ -15,10 +15,10 @@ jobs: include: - arch: armv7hf platformarch: "linux/arm/v7" - axis-os: 11.10.59 + axis-os: 11.10.61 - arch: aarch64 platformarch: "linux/arm64/v8" - axis-os: 11.10.59 + axis-os: 11.10.61 env: EXREPO: acap-native-examples EXNAME: container-example diff --git a/.github/workflows/curl-openssl.yml b/.github/workflows/curl-openssl.yml index 31b0f9e..71b46b2 100644 --- a/.github/workflows/curl-openssl.yml +++ b/.github/workflows/curl-openssl.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.10.59"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/hello-world.yml b/.github/workflows/hello-world.yml index e463d39..aa1ff4e 100644 --- a/.github/workflows/hello-world.yml +++ b/.github/workflows/hello-world.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/licensekey.yml b/.github/workflows/licensekey.yml index c336621..2d49065 100644 --- a/.github/workflows/licensekey.yml +++ b/.github/workflows/licensekey.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/metadata-broker.yml b/.github/workflows/metadata-broker.yml index af0a2f6..f2179bc 100644 --- a/.github/workflows/metadata-broker.yml +++ b/.github/workflows/metadata-broker.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/object-detection-cv25.yml b/.github/workflows/object-detection-cv25.yml index 74cb39c..3b9af0a 100644 --- a/.github/workflows/object-detection-cv25.yml +++ b/.github/workflows/object-detection-cv25.yml @@ -15,7 +15,7 @@ jobs: include: - arch: aarch64 chip: cv25 - axis-os: 11.9.53 + axis-os: 11.10.61 env: EXREPO: acap-native-examples EXNAME: object-detection-cv25 diff --git a/.github/workflows/object-detection.yml b/.github/workflows/object-detection.yml index aeb6bb3..ca7b435 100644 --- a/.github/workflows/object-detection.yml +++ b/.github/workflows/object-detection.yml @@ -15,13 +15,13 @@ jobs: include: - arch: armv7hf chip: cpu - axis-os: 11.9.53 + axis-os: 11.10.61 - arch: armv7hf chip: edgetpu - axis-os: 11.9.53 + axis-os: 11.10.61 - arch: aarch64 chip: artpec8 - axis-os: 11.9.53 + axis-os: 11.10.61 env: EXREPO: acap-native-examples EXNAME: object-detection diff --git a/.github/workflows/shell-script-example.yml b/.github/workflows/shell-script-example.yml index c97d842..a5ee514 100644 --- a/.github/workflows/shell-script-example.yml +++ b/.github/workflows/shell-script-example.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/tensorflow-to-larod-artpec8.yml b/.github/workflows/tensorflow-to-larod-artpec8.yml index 33aff2a..0d9f45a 100644 --- a/.github/workflows/tensorflow-to-larod-artpec8.yml +++ b/.github/workflows/tensorflow-to-larod-artpec8.yml @@ -15,7 +15,7 @@ jobs: include: - arch: aarch64 chip: artpec8 - axis-os: 11.9.53 + axis-os: 11.10.61 env: EXREPO: acap-native-examples EXNAME: tensorflow-to-larod-artpec8 diff --git a/.github/workflows/tensorflow-to-larod-cv25.yml b/.github/workflows/tensorflow-to-larod-cv25.yml index 5fb5153..b32488b 100644 --- a/.github/workflows/tensorflow-to-larod-cv25.yml +++ b/.github/workflows/tensorflow-to-larod-cv25.yml @@ -15,7 +15,7 @@ jobs: include: - arch: aarch64 chip: cv25 - axis-os: 11.9.53 + axis-os: 11.10.61 env: EXREPO: acap-native-examples EXNAME: tensorflow-to-larod-cv25 diff --git a/.github/workflows/tensorflow-to-larod.yml b/.github/workflows/tensorflow-to-larod.yml index 82e9b06..f9cb824 100644 --- a/.github/workflows/tensorflow-to-larod.yml +++ b/.github/workflows/tensorflow-to-larod.yml @@ -15,7 +15,7 @@ jobs: include: - arch: armv7hf chip: edgetpu - axis-os: 11.9.53 + axis-os: 11.10.61 env: EXREPO: acap-native-examples EXNAME: tensorflow-to-larod diff --git a/.github/workflows/using-opencv.yml b/.github/workflows/using-opencv.yml index 09d0bd9..440d19c 100644 --- a/.github/workflows/using-opencv.yml +++ b/.github/workflows/using-opencv.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/utility-libraries.yml b/.github/workflows/utility-libraries.yml index 05b244c..1e0298f 100644 --- a/.github/workflows/utility-libraries.yml +++ b/.github/workflows/utility-libraries.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/vapix.yml b/.github/workflows/vapix.yml index a6f73b6..a23063e 100644 --- a/.github/workflows/vapix.yml +++ b/.github/workflows/vapix.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.10.59"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/vdo-larod.yml b/.github/workflows/vdo-larod.yml index eaa44bc..627222d 100644 --- a/.github/workflows/vdo-larod.yml +++ b/.github/workflows/vdo-larod.yml @@ -15,16 +15,16 @@ jobs: include: - arch: armv7hf chip: cpu - axis-os: 11.9.53 + axis-os: 11.10.61 - arch: armv7hf chip: edgetpu - axis-os: 11.9.53 + axis-os: 11.10.61 - arch: aarch64 chip: artpec8 - axis-os: 11.9.53 + axis-os: 11.10.61 - arch: aarch64 chip: cv25 - axis-os: 11.9.53 + axis-os: 11.10.61 env: EXREPO: acap-native-examples EXNAME: vdo-larod diff --git a/.github/workflows/vdo-opencl-filtering.yml b/.github/workflows/vdo-opencl-filtering.yml index 18915d9..26c427b 100644 --- a/.github/workflows/vdo-opencl-filtering.yml +++ b/.github/workflows/vdo-opencl-filtering.yml @@ -15,10 +15,10 @@ jobs: include: - arch: armv7hf chip: cpu - axis-os: 11.9.53 + axis-os: 11.10.61 - arch: aarch64 chip: artpec8 - axis-os: 11.9.53 + axis-os: 11.10.61 env: EXREPO: acap-native-examples EXNAME: vdo-opencl-filtering diff --git a/.github/workflows/vdostream.yml b/.github/workflows/vdostream.yml index f2c948c..fe1a453 100644 --- a/.github/workflows/vdostream.yml +++ b/.github/workflows/vdostream.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] vdo-format: ["h264", "h265", "y800", "jpeg", "nv12"] env: diff --git a/.github/workflows/web-server-using-fastcgi.yml b/.github/workflows/web-server-using-fastcgi.yml index d98c5e2..76d0bdc 100644 --- a/.github/workflows/web-server-using-fastcgi.yml +++ b/.github/workflows/web-server-using-fastcgi.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/.github/workflows/web-server.yml b/.github/workflows/web-server.yml index cd63012..2116273 100644 --- a/.github/workflows/web-server.yml +++ b/.github/workflows/web-server.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - axis-os: ["11.9.53"] + axis-os: ["11.10.61"] arch: ["armv7hf", "aarch64"] env: EXREPO: acap-native-examples diff --git a/axevent/send_event/Dockerfile b/axevent/send_event/Dockerfile index da0ccd0..e70475a 100644 --- a/axevent/send_event/Dockerfile +++ b/axevent/send_event/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axevent/send_event/app/manifest.json b/axevent/send_event/app/manifest.json index b84d242..129efca 100644 --- a/axevent/send_event/app/manifest.json +++ b/axevent/send_event/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "send_event", diff --git a/axevent/subscribe_to_event/Dockerfile b/axevent/subscribe_to_event/Dockerfile index da0ccd0..e70475a 100644 --- a/axevent/subscribe_to_event/Dockerfile +++ b/axevent/subscribe_to_event/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axevent/subscribe_to_event/app/manifest.json b/axevent/subscribe_to_event/app/manifest.json index 824307c..7d51dbd 100644 --- a/axevent/subscribe_to_event/app/manifest.json +++ b/axevent/subscribe_to_event/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "subscribe_to_event", diff --git a/axevent/subscribe_to_events/Dockerfile b/axevent/subscribe_to_events/Dockerfile index 93c4352..b2bbaf3 100644 --- a/axevent/subscribe_to_events/Dockerfile +++ b/axevent/subscribe_to_events/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axevent/subscribe_to_events/app/manifest.json b/axevent/subscribe_to_events/app/manifest.json index c0dd4a6..4226f9e 100644 --- a/axevent/subscribe_to_events/app/manifest.json +++ b/axevent/subscribe_to_events/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "subscribe_to_events", diff --git a/axoverlay/Dockerfile b/axoverlay/Dockerfile index da0ccd0..e70475a 100644 --- a/axoverlay/Dockerfile +++ b/axoverlay/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axoverlay/app/manifest.json b/axoverlay/app/manifest.json index 1e76104..78ce822 100644 --- a/axoverlay/app/manifest.json +++ b/axoverlay/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "resources": { "dbus": { "requiredMethods": [ diff --git a/axparameter/Dockerfile b/axparameter/Dockerfile index da0ccd0..e70475a 100644 --- a/axparameter/Dockerfile +++ b/axparameter/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axparameter/app/manifest.json b/axparameter/app/manifest.json index 8999aaa..e79445e 100644 --- a/axparameter/app/manifest.json +++ b/axparameter/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "axparameter", diff --git a/axserialport/Dockerfile b/axserialport/Dockerfile index c1a4f3a..6ee11bc 100644 --- a/axserialport/Dockerfile +++ b/axserialport/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axserialport/app/manifest.json b/axserialport/app/manifest.json index ee1080d..ac55afd 100644 --- a/axserialport/app/manifest.json +++ b/axserialport/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "resources": { "linux": { "user": { diff --git a/axstorage/Dockerfile b/axstorage/Dockerfile index c1a4f3a..6ee11bc 100644 --- a/axstorage/Dockerfile +++ b/axstorage/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/axstorage/app/manifest.json b/axstorage/app/manifest.json index 675c15c..58187d3 100644 --- a/axstorage/app/manifest.json +++ b/axstorage/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "resources": { "linux": { "user": { diff --git a/container-example/Dockerfile b/container-example/Dockerfile index e2c6b31..20ded43 100644 --- a/container-example/Dockerfile +++ b/container-example/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 ARG ARCH=armv7hf -ARG VERSION=1.14_rc3 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp diff --git a/container-example/manifest.json b/container-example/manifest.json index 0250643..5bf9863 100644 --- a/container-example/manifest.json +++ b/container-example/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "appName": "containerExample", diff --git a/curl-openssl/Dockerfile b/curl-openssl/Dockerfile index c3ea79a..4bcbfd0 100644 --- a/curl-openssl/Dockerfile +++ b/curl-openssl/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.14_rc3 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/curl-openssl/app/manifest.json b/curl-openssl/app/manifest.json index 47e3aa7..246d855 100644 --- a/curl-openssl/app/manifest.json +++ b/curl-openssl/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "appName": "curl_openssl", diff --git a/hello-world/Dockerfile b/hello-world/Dockerfile index d95e77d..5522f14 100644 --- a/hello-world/Dockerfile +++ b/hello-world/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/hello-world/app/manifest.json b/hello-world/app/manifest.json index 92a915b..7ea884d 100644 --- a/hello-world/app/manifest.json +++ b/hello-world/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "appName": "hello_world", diff --git a/licensekey/Dockerfile b/licensekey/Dockerfile index da0ccd0..e70475a 100644 --- a/licensekey/Dockerfile +++ b/licensekey/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/licensekey/app/manifest.json b/licensekey/app/manifest.json index a1db305..257ce64 100644 --- a/licensekey/app/manifest.json +++ b/licensekey/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "licensekey_handler", diff --git a/metadata-broker/consume-analytics-scene-description/Dockerfile b/metadata-broker/consume-analytics-scene-description/Dockerfile index ec26eb2..b5d20c7 100644 --- a/metadata-broker/consume-analytics-scene-description/Dockerfile +++ b/metadata-broker/consume-analytics-scene-description/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH= -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/metadata-broker/consume-analytics-scene-description/app/manifest.json b/metadata-broker/consume-analytics-scene-description/app/manifest.json index 49009c5..4951198 100644 --- a/metadata-broker/consume-analytics-scene-description/app/manifest.json +++ b/metadata-broker/consume-analytics-scene-description/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "appName": "consume_analytics_metadata", diff --git a/object-detection-cv25/Dockerfile b/object-detection-cv25/Dockerfile index 176e495..97f3a33 100644 --- a/object-detection-cv25/Dockerfile +++ b/object-detection-cv25/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=aarch64 -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/object-detection-cv25/app/manifest.json.cv25 b/object-detection-cv25/app/manifest.json.cv25 index 61db8b9..ecd494f 100644 --- a/object-detection-cv25/app/manifest.json.cv25 +++ b/object-detection-cv25/app/manifest.json.cv25 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "object_detection_cv25", diff --git a/object-detection/Dockerfile b/object-detection/Dockerfile index b54ae68..7d11662 100644 --- a/object-detection/Dockerfile +++ b/object-detection/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/object-detection/app/manifest.json.artpec8 b/object-detection/app/manifest.json.artpec8 index c7699f8..5ca7c82 100644 --- a/object-detection/app/manifest.json.artpec8 +++ b/object-detection/app/manifest.json.artpec8 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "object_detection_artpec8", diff --git a/object-detection/app/manifest.json.cpu b/object-detection/app/manifest.json.cpu index 07f84d6..8cce8eb 100644 --- a/object-detection/app/manifest.json.cpu +++ b/object-detection/app/manifest.json.cpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "object_detection_cpu", diff --git a/object-detection/app/manifest.json.edgetpu b/object-detection/app/manifest.json.edgetpu index 868f658..97e662c 100644 --- a/object-detection/app/manifest.json.edgetpu +++ b/object-detection/app/manifest.json.edgetpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "object_detection_edgetpu", diff --git a/reproducible-package/Dockerfile b/reproducible-package/Dockerfile index 9744366..9ec602b 100644 --- a/reproducible-package/Dockerfile +++ b/reproducible-package/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/reproducible-package/app/manifest.json b/reproducible-package/app/manifest.json index 01dad9d..37b606e 100644 --- a/reproducible-package/app/manifest.json +++ b/reproducible-package/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "appName": "reproducible_package", diff --git a/shell-script-example/Dockerfile b/shell-script-example/Dockerfile index d95e77d..5522f14 100644 --- a/shell-script-example/Dockerfile +++ b/shell-script-example/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/shell-script-example/app/manifest.json b/shell-script-example/app/manifest.json index 16de7e0..35f5be1 100644 --- a/shell-script-example/app/manifest.json +++ b/shell-script-example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "appName": "shell_script_example", diff --git a/using-opencv/Dockerfile b/using-opencv/Dockerfile index e7d2064..bd70097 100644 --- a/using-opencv/Dockerfile +++ b/using-opencv/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp ARG SDK=acap-native-sdk ARG UBUNTU_VERSION=22.04 -ARG VERSION=1.13 +ARG VERSION=1.14 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/using-opencv/app/manifest.json b/using-opencv/app/manifest.json index 33a9644..6302fa2 100644 --- a/using-opencv/app/manifest.json +++ b/using-opencv/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "opencv_example", diff --git a/utility-libraries/custom_lib_example/Dockerfile b/utility-libraries/custom_lib_example/Dockerfile index a0177c1..98037c0 100644 --- a/utility-libraries/custom_lib_example/Dockerfile +++ b/utility-libraries/custom_lib_example/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/utility-libraries/custom_lib_example/app/manifest.json b/utility-libraries/custom_lib_example/app/manifest.json index 0e8aba7..9ace66f 100644 --- a/utility-libraries/custom_lib_example/app/manifest.json +++ b/utility-libraries/custom_lib_example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "appName": "customlib_example", diff --git a/utility-libraries/openssl_curl_example/Dockerfile b/utility-libraries/openssl_curl_example/Dockerfile index be52ef4..c24df50 100644 --- a/utility-libraries/openssl_curl_example/Dockerfile +++ b/utility-libraries/openssl_curl_example/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/utility-libraries/openssl_curl_example/app/manifest.json b/utility-libraries/openssl_curl_example/app/manifest.json index c35147b..1e508d1 100644 --- a/utility-libraries/openssl_curl_example/app/manifest.json +++ b/utility-libraries/openssl_curl_example/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "appName": "openssl_curl_example", diff --git a/vapix/Dockerfile b/vapix/Dockerfile index 669f0f9..0fdd8b1 100644 --- a/vapix/Dockerfile +++ b/vapix/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.14_rc3 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vapix/app/manifest.json b/vapix/app/manifest.json index 3448501..21e626d 100644 --- a/vapix/app/manifest.json +++ b/vapix/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "appName": "vapix_example", diff --git a/vdo-larod/Dockerfile b/vdo-larod/Dockerfile index 4653117..71c27dd 100644 --- a/vdo-larod/Dockerfile +++ b/vdo-larod/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vdo-larod/app/manifest.json.artpec8 b/vdo-larod/app/manifest.json.artpec8 index 9568c03..d9604c0 100644 --- a/vdo-larod/app/manifest.json.artpec8 +++ b/vdo-larod/app/manifest.json.artpec8 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_artpec8", diff --git a/vdo-larod/app/manifest.json.cpu b/vdo-larod/app/manifest.json.cpu index 87cac11..2b377cd 100644 --- a/vdo-larod/app/manifest.json.cpu +++ b/vdo-larod/app/manifest.json.cpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_cpu", diff --git a/vdo-larod/app/manifest.json.cv25 b/vdo-larod/app/manifest.json.cv25 index 9c82a3e..23e7a51 100644 --- a/vdo-larod/app/manifest.json.cv25 +++ b/vdo-larod/app/manifest.json.cv25 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_cv25", diff --git a/vdo-larod/app/manifest.json.edgetpu b/vdo-larod/app/manifest.json.edgetpu index 8b68f33..3727a77 100644 --- a/vdo-larod/app/manifest.json.edgetpu +++ b/vdo-larod/app/manifest.json.edgetpu @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "vdo_larod_edgetpu", diff --git a/vdo-opencl-filtering/Dockerfile b/vdo-opencl-filtering/Dockerfile index 85f6f98..92c0e3b 100644 --- a/vdo-opencl-filtering/Dockerfile +++ b/vdo-opencl-filtering/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vdo-opencl-filtering/app/manifest.json b/vdo-opencl-filtering/app/manifest.json index df71623..616b974 100644 --- a/vdo-opencl-filtering/app/manifest.json +++ b/vdo-opencl-filtering/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "vdo_cl_filter_demo", diff --git a/vdostream/Dockerfile b/vdostream/Dockerfile index 04155dc..0746712 100644 --- a/vdostream/Dockerfile +++ b/vdostream/Dockerfile @@ -1,5 +1,5 @@ ARG ARCH=armv7hf -ARG VERSION=1.13 +ARG VERSION=1.14 ARG UBUNTU_VERSION=22.04 ARG REPO=axisecp ARG SDK=acap-native-sdk diff --git a/vdostream/app/manifest.json.h264 b/vdostream/app/manifest.json.h264 index 453954f..f25e1c1 100644 --- a/vdostream/app/manifest.json.h264 +++ b/vdostream/app/manifest.json.h264 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_h264", diff --git a/vdostream/app/manifest.json.h265 b/vdostream/app/manifest.json.h265 index 71b247b..96dec79 100644 --- a/vdostream/app/manifest.json.h265 +++ b/vdostream/app/manifest.json.h265 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_h265", diff --git a/vdostream/app/manifest.json.jpeg b/vdostream/app/manifest.json.jpeg index f913d92..d8d6779 100644 --- a/vdostream/app/manifest.json.jpeg +++ b/vdostream/app/manifest.json.jpeg @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_jpeg", diff --git a/vdostream/app/manifest.json.nv12 b/vdostream/app/manifest.json.nv12 index f1fea76..96c8f05 100644 --- a/vdostream/app/manifest.json.nv12 +++ b/vdostream/app/manifest.json.nv12 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_nv12", diff --git a/vdostream/app/manifest.json.y800 b/vdostream/app/manifest.json.y800 index 94097c8..415bc2b 100644 --- a/vdostream/app/manifest.json.y800 +++ b/vdostream/app/manifest.json.y800 @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "vdoencodeclient_y800", diff --git a/web-server-using-fastcgi/Dockerfile b/web-server-using-fastcgi/Dockerfile index dd9a4e2..01854ff 100644 --- a/web-server-using-fastcgi/Dockerfile +++ b/web-server-using-fastcgi/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp ARG SDK=acap-native-sdk ARG UBUNTU_VERSION=22.04 -ARG VERSION=1.13 +ARG VERSION=1.14 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/web-server-using-fastcgi/app/manifest.json b/web-server-using-fastcgi/app/manifest.json index 34fa689..d6a0d41 100644 --- a/web-server-using-fastcgi/app/manifest.json +++ b/web-server-using-fastcgi/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "friendlyName": "fastcgi_example", diff --git a/web-server/Dockerfile b/web-server/Dockerfile index 0958537..3bb4143 100644 --- a/web-server/Dockerfile +++ b/web-server/Dockerfile @@ -2,7 +2,7 @@ ARG ARCH=armv7hf ARG REPO=axisecp ARG SDK=acap-native-sdk ARG UBUNTU_VERSION=22.04 -ARG VERSION=1.13 +ARG VERSION=1.14 FROM ${REPO}/${SDK}:${VERSION}-${ARCH}-ubuntu${UBUNTU_VERSION} diff --git a/web-server/app/manifest.json b/web-server/app/manifest.json index bba84cf..805643b 100644 --- a/web-server/app/manifest.json +++ b/web-server/app/manifest.json @@ -1,5 +1,5 @@ { - "schemaVersion": "1.6.0", + "schemaVersion": "1.7.0", "acapPackageConf": { "setup": { "appName": "list",