From bf34b825d1858694ae947fa91cd2c9fac9e31392 Mon Sep 17 00:00:00 2001 From: aegjoyce Date: Thu, 20 Apr 2023 05:11:44 +0000 Subject: [PATCH] Bump to v0.7.84 --- scrypted-beta/CHANGELOG.md | 4 ++++ scrypted-beta/Dockerfile | 2 +- scrypted-beta/build.yaml | 2 +- scrypted-beta/config.yaml | 2 +- scrypted-lite/CHANGELOG.md | 4 ++++ scrypted-lite/Dockerfile | 2 +- scrypted-lite/build.yaml | 2 +- scrypted-lite/config.yaml | 2 +- scrypted-thin/CHANGELOG.md | 4 ++++ scrypted-thin/Dockerfile | 2 +- scrypted-thin/build.yaml | 2 +- scrypted-thin/config.yaml | 2 +- scrypted/CHANGELOG.md | 4 ++++ scrypted/Dockerfile | 2 +- scrypted/build.yaml | 2 +- scrypted/config.yaml | 2 +- 16 files changed, 28 insertions(+), 12 deletions(-) diff --git a/scrypted-beta/CHANGELOG.md b/scrypted-beta/CHANGELOG.md index 6a0f2f7..bb876c2 100644 --- a/scrypted-beta/CHANGELOG.md +++ b/scrypted-beta/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), but this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.7.84] - 2023-04-20 +### Changed +- Update base image to v0.7.84 + ## [v0.7.81] - 2023-04-18 ### Changed - Update base image to v0.7.81 diff --git a/scrypted-beta/Dockerfile b/scrypted-beta/Dockerfile index 508d941..967b190 100644 --- a/scrypted-beta/Dockerfile +++ b/scrypted-beta/Dockerfile @@ -59,7 +59,7 @@ RUN rm -rf /etc/nginx/sites-enabled/default # Install Scrypted WORKDIR / ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache -ARG SCRYPTED_INSTALL_VERSION="v0.7.81" +ARG SCRYPTED_INSTALL_VERSION="v0.7.84" RUN test -n "$SCRYPTED_INSTALL_VERSION" RUN npx -y scrypted@latest install-server ${SCRYPTED_INSTALL_VERSION} diff --git a/scrypted-beta/build.yaml b/scrypted-beta/build.yaml index 88af40b..bfe7bf5 100644 --- a/scrypted-beta/build.yaml +++ b/scrypted-beta/build.yaml @@ -7,4 +7,4 @@ labels: org.opencontainers.image.description: "A testing ground for updates to the Scrypted add-on. Install at own risk" org.opencontainers.image.source: "https://github.com/aegjoyce/ha-addons" org.opencontainers.image.licenses: "Apache" - org.opencontainers.image.version: "v0.7.81" + org.opencontainers.image.version: "v0.7.84" diff --git a/scrypted-beta/config.yaml b/scrypted-beta/config.yaml index 726fa68..6668ac8 100644 --- a/scrypted-beta/config.yaml +++ b/scrypted-beta/config.yaml @@ -1,5 +1,5 @@ name: Scrypted Beta -version: "v0.7.81-6" +version: "v0.7.84" slug: scrypted-beta description: A testing ground for updates to the Scrypted add-on. Install at own risk url: "https://github.com/koush/scrypted" diff --git a/scrypted-lite/CHANGELOG.md b/scrypted-lite/CHANGELOG.md index 48fb18d..f912aaf 100644 --- a/scrypted-lite/CHANGELOG.md +++ b/scrypted-lite/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), but this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.7.84] - 2023-04-20 +### Changed +- Update base image to v0.7.84 + ## [v0.7.81] - 2023-04-18 ### Changed - Update base image to v0.7.81 diff --git a/scrypted-lite/Dockerfile b/scrypted-lite/Dockerfile index 97d343e..72d00b2 100644 --- a/scrypted-lite/Dockerfile +++ b/scrypted-lite/Dockerfile @@ -59,7 +59,7 @@ RUN rm -rf /etc/nginx/sites-enabled/default # Install Scrypted WORKDIR / ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache -ARG SCRYPTED_INSTALL_VERSION="v0.7.81" +ARG SCRYPTED_INSTALL_VERSION="v0.7.84" RUN test -n "$SCRYPTED_INSTALL_VERSION" RUN npx -y scrypted@latest install-server ${SCRYPTED_INSTALL_VERSION} diff --git a/scrypted-lite/build.yaml b/scrypted-lite/build.yaml index 4186309..018c4e8 100644 --- a/scrypted-lite/build.yaml +++ b/scrypted-lite/build.yaml @@ -7,4 +7,4 @@ labels: org.opencontainers.image.description: "Lite version of Scrypted with smaller image size and some dependencies removed" org.opencontainers.image.source: "https://github.com/aegjoyce/ha-addons" org.opencontainers.image.licenses: "Apache" - org.opencontainers.image.version: "v0.7.81" + org.opencontainers.image.version: "v0.7.84" diff --git a/scrypted-lite/config.yaml b/scrypted-lite/config.yaml index a1eb16e..86badcb 100644 --- a/scrypted-lite/config.yaml +++ b/scrypted-lite/config.yaml @@ -1,5 +1,5 @@ name: Scrypted Lite -version: "v0.7.81-6" +version: "v0.7.84" slug: scrypted-lite description: Lite version of Scrypted with smaller image size and some dependencies removed url: "https://github.com/koush/scrypted" diff --git a/scrypted-thin/CHANGELOG.md b/scrypted-thin/CHANGELOG.md index 48fb18d..f912aaf 100644 --- a/scrypted-thin/CHANGELOG.md +++ b/scrypted-thin/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), but this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.7.84] - 2023-04-20 +### Changed +- Update base image to v0.7.84 + ## [v0.7.81] - 2023-04-18 ### Changed - Update base image to v0.7.81 diff --git a/scrypted-thin/Dockerfile b/scrypted-thin/Dockerfile index 8cb8988..56bdd2d 100644 --- a/scrypted-thin/Dockerfile +++ b/scrypted-thin/Dockerfile @@ -59,7 +59,7 @@ RUN rm -rf /etc/nginx/sites-enabled/default # Install Scrypted WORKDIR / ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache -ARG SCRYPTED_INSTALL_VERSION="v0.7.81" +ARG SCRYPTED_INSTALL_VERSION="v0.7.84" RUN test -n "$SCRYPTED_INSTALL_VERSION" RUN npx -y scrypted@latest install-server ${SCRYPTED_INSTALL_VERSION} diff --git a/scrypted-thin/build.yaml b/scrypted-thin/build.yaml index 4fa7919..f45602a 100644 --- a/scrypted-thin/build.yaml +++ b/scrypted-thin/build.yaml @@ -7,4 +7,4 @@ labels: org.opencontainers.image.description: "Thin version of Scrypted with smaller image size and some dependencies removed" org.opencontainers.image.source: "https://github.com/aegjoyce/ha-addons" org.opencontainers.image.licenses: "Apache" - org.opencontainers.image.version: "v0.7.81" + org.opencontainers.image.version: "v0.7.84" diff --git a/scrypted-thin/config.yaml b/scrypted-thin/config.yaml index 7f7dae3..dc88119 100644 --- a/scrypted-thin/config.yaml +++ b/scrypted-thin/config.yaml @@ -1,5 +1,5 @@ name: Scrypted Thin -version: "v0.7.81-6" +version: "v0.7.84" slug: scrypted-thin description: Thin version of Scrypted with smaller image size and some dependencies removed url: "https://github.com/koush/scrypted" diff --git a/scrypted/CHANGELOG.md b/scrypted/CHANGELOG.md index 7df978f..8f60420 100644 --- a/scrypted/CHANGELOG.md +++ b/scrypted/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), but this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.7.84] - 2023-04-20 +### Changed +- Update base image to v0.7.84 + ## [v0.7.81] - 2023-04-18 ### Changed - Update base image to v0.7.81 diff --git a/scrypted/Dockerfile b/scrypted/Dockerfile index 508d941..967b190 100644 --- a/scrypted/Dockerfile +++ b/scrypted/Dockerfile @@ -59,7 +59,7 @@ RUN rm -rf /etc/nginx/sites-enabled/default # Install Scrypted WORKDIR / ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache -ARG SCRYPTED_INSTALL_VERSION="v0.7.81" +ARG SCRYPTED_INSTALL_VERSION="v0.7.84" RUN test -n "$SCRYPTED_INSTALL_VERSION" RUN npx -y scrypted@latest install-server ${SCRYPTED_INSTALL_VERSION} diff --git a/scrypted/build.yaml b/scrypted/build.yaml index 4e23040..d88842e 100644 --- a/scrypted/build.yaml +++ b/scrypted/build.yaml @@ -7,4 +7,4 @@ labels: org.opencontainers.image.description: "A home automation platform powered by node.js" org.opencontainers.image.source: "https://github.com/aegjoyce/ha-addons" org.opencontainers.image.licenses: "Apache" - org.opencontainers.image.version: "v0.7.81" + org.opencontainers.image.version: "v0.7.84" diff --git a/scrypted/config.yaml b/scrypted/config.yaml index 29da62a..2aeb043 100644 --- a/scrypted/config.yaml +++ b/scrypted/config.yaml @@ -1,5 +1,5 @@ name: Scrypted -version: "v0.7.81-6" +version: "v0.7.84" slug: scrypted description: A home automation platform powered by node.js url: "https://github.com/koush/scrypted"