Skip to content

Releases: Incuvers/iris-stage

Fixed File Move

15 Dec 19:20
Compare
Choose a tag to compare

Shutil api fails to move file properly and so it is being replaced with a simple linux call to the mv command.

Logging Configuration Path

15 Dec 18:57
2c5580c
Compare
Choose a tag to compare

Update to logging configuration path.

What's Changed

Full Changelog: v0.2.2...v0.2.3

Continuous Deployment Test

15 Dec 18:13
Compare
Choose a tag to compare

Simple version bump. No changes to source.

Hardware.env Support

15 Dec 17:58
Compare
Choose a tag to compare

Hardware.env exists as a prepackaged file for every shipped IRIS system. The file is packaged for convenience inside the device certs bundle for the staging client. But in order to support the new snap operating requirements the file is expected to be located a directory above where the certs package resides. A small change is introduced to move the file to the expected location before application runtime.

Hardware.env Support

15 Dec 17:55
cff956d
Compare
Choose a tag to compare

Hardware.env exists as a prepackaged file for every shipped IRIS system. The file is packaged for convenience inside the device certs bundle for the staging client. But in order to support the new snap operating requirements the file is expected to be located a directory above where the certs package resides. A small change is introduced to move the file to the expected location before application runtime.

What's Changed

New Contributors

  • @ztnel made their first contribution in #1

Full Changelog: v0.1.6...v0.2.0

Service Name Conflict

13 Dec 20:04
Compare
Choose a tag to compare

Update module service to srv to remove conflict with service lib.

S3 Object Specifier

15 Apr 22:49
Compare
Choose a tag to compare

Release Notes

Specify snap staging image from S3 bucket.

AWS S3

Updated S3 SQS trigger conditional to check for iris-incuvers-staging prefix and .snap suffix on upload object

Snap Stop

18 Mar 19:44
Compare
Choose a tag to compare

Stop the snap before uninstalling.

Revert Reboot Backoff

18 Mar 17:18
Compare
Choose a tag to compare

Release Notes

Updated the installer removing the dbus reboot and timeout as a result of sdl framebuffer release problems. With v0.1.4 of the iris-incuvers snap the issue is resolved and no longer requires these measures.

Reboot Backoff

13 Mar 08:39
Compare
Choose a tag to compare

Add small (2 min) backoff timeout after snap is installed to allow for the snap initialization to complete.