Skip to content

Commit

Permalink
v1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 10, 2024
1 parent 90371ad commit 2f3dd43
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Next, you have two options to get the Sighthound services either clone the repo
Option 1: Clone the repo:

```bash
#
#
git clone [email protected]:sighthoundinc/services.git
cd services
# Optionally: checkout the latest release
Expand Down Expand Up @@ -129,7 +129,7 @@ You can also execute this by running:
```bash
$ ./scripts/sh-services select_live555_video
Enter the path of an MKV file for the example live555 video: <my-video>
Enter the path of an MKV file for the example live555 video: <my-video>
```
Finally, enable the live555 SIO configuration:
Expand All @@ -139,7 +139,7 @@ $ ./scripts/sh-services select_example sio file-rtsp
```
### Configure SIO
Requirement:
Requirement:
- jq installed
```bash
Expand Down Expand Up @@ -254,7 +254,7 @@ The `.env` [file](https://docs.docker.com/compose/environment-variables/set-envi
```bash
echo "MY_VARIABLE=24" > sio/conf/user.env
echo "SIO_DOCKER_TAG=r240809" > sio/conf/0009-debug.env
echo "SIO_DOCKER_TAG=r240909" > sio/conf/0009-debug.env
```
And then update the services (create the .env file for docker-compose) by running:
Expand All @@ -270,7 +270,7 @@ In the instance you need to change the release version of SIO.
Execute `./scripts/sh-services edit sio`, then select `Edit service (.env)`, find the variable `SIO_DOCKER_TAG` and finally set it to whatever value you need and then save the file.
That would create a `sio/conf/0001-edit.env` file containing your edits while keeping the `sio/conf/default.env` intact.
The result would be stored in `sio/.env` file with the merged contents of `default.env` and `0001-edit.env`.
The result would be stored in `sio/.env` file with the merged contents of `default.env` and `0001-edit.env`.
Being `0001-edit.env` of higher ranking than the default file. The order is defined by UNIX, being the character `0` of `0001-edit.env` first than the `d` of `default`.
Expand Down
8 changes: 6 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v1.5.10

- Update SIO to r240909

## v1.5.9

- Update SIO to r240809
Expand All @@ -19,7 +23,7 @@
- Update SIO to r240318
- Update .env editing for better understanding (add banners and more)
- Remove SIO images when disk is full

## v1.5.5

- Initial version of on-demand analytics sample
Expand All @@ -35,7 +39,7 @@
- Update SIO to r231204 that fixes hanging issue
- sh-services: add rabbitmq check fn

## v1.5.3
## v1.5.3

- Add Aqueduct API and UI examples
- Refine Aqueduct runner example
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.9
v1.5.10
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:

# The actual analytics container
analytics:
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240809}${SIO_DOCKER_TAG_VARIANT-}
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240909}${SIO_DOCKER_TAG_VARIANT-}
restart: unless-stopped
environment:
# Location where SIO will place generated model engine files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:

analytics:
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240809}${SIO_DOCKER_TAG_VARIANT-}
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240909}${SIO_DOCKER_TAG_VARIANT-}
restart: unless-stopped
environment:
# Location where SIO will place generated model engine files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:


analytics:
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240809}${SIO_DOCKER_TAG_VARIANT}
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240909}${SIO_DOCKER_TAG_VARIANT}
restart: unless-stopped
environment:
# Location where SIO will place generated model engine files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.3"
services:

analytics:
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240809}${SIO_DOCKER_TAG_VARIANT}
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240909}${SIO_DOCKER_TAG_VARIANT}
restart: unless-stopped
environment:
# Location where SIO will place generated model engine files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:

# The SIO analytics container, consuming the streams and analyzing them
analytics_svc:
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240809}${SIO_DOCKER_TAG_VARIANT}
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240909}${SIO_DOCKER_TAG_VARIANT}
container_name: sample-sio
restart: unless-stopped
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:

# The SIO analytics container, consuming the streams and analyzing them
analytics_svc:
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240809}${SIO_DOCKER_TAG_VARIANT}
image: us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio:${SIO_RELEASE-r240909}${SIO_DOCKER_TAG_VARIANT}
container_name: sample-sio
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/schemas/anypipe/anypipe.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/sio/conf/default.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SIO_DOCKER_IMAGE=us-central1-docker.pkg.dev/ext-edge-analytics/docker/sio
SIO_DOCKER_TAG=r240809
SIO_DOCKER_TAG=r240909
SIO_LOG_LEVEL=info
SIO_USER_PLUGINS_DIR=/lib/sio/plugins/
SIO_APP=runPipelineSet
Expand Down

0 comments on commit 2f3dd43

Please sign in to comment.