Skip to content

v26.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 15:16
· 3 commits to master since this release
v26.9.0
f8ba27f

What's New

Edge Apps

  • Read the Edge App id from the EDGE_APP_ID environment variable instead of the manifest: #315
    • EDGE_APP_ID takes priority over id in screenly.yml/screenly_qc.yml for deploy, delete, rename, instance list/create, and setting list/set
    • edge-app create/edge-app create --in-place verify the app exists and reuse it instead of creating a new one when EDGE_APP_ID is set, without writing anything to the manifest
    • edge-app delete only clears the manifest's id when it was actually the source of the id being deleted
    • Reading id from the manifest is deprecated; the CLI prints a one-time warning per process when it falls back to it

Full Changelog: v26.8.0...v26.9.0