From 665297b11aef93887b7fc532962bd868b6e9630f Mon Sep 17 00:00:00 2001 From: aegjoyce Date: Fri, 28 Apr 2023 15:11:59 +0000 Subject: [PATCH] Bump to v0.7.95 --- 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 5509456..52deb78 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.95] - 2023-04-28 +### Changed +- Update base image to v0.7.95 + ## [v0.7.94] - 2023-04-27 ### Changed - Update base image to v0.7.94 diff --git a/scrypted-beta/Dockerfile b/scrypted-beta/Dockerfile index 31891a0..1230f44 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.94" +ARG SCRYPTED_INSTALL_VERSION="v0.7.95" 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 d58c6a8..fd10505 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.94" + org.opencontainers.image.version: "v0.7.95" diff --git a/scrypted-beta/config.yaml b/scrypted-beta/config.yaml index c580af6..bd892fe 100644 --- a/scrypted-beta/config.yaml +++ b/scrypted-beta/config.yaml @@ -1,5 +1,5 @@ name: Scrypted Beta -version: "v0.7.94" +version: "v0.7.95" 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 242c640..4db9d5e 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.95] - 2023-04-28 +### Changed +- Update base image to v0.7.95 + ## [v0.7.94] - 2023-04-27 ### Changed - Update base image to v0.7.94 diff --git a/scrypted-lite/Dockerfile b/scrypted-lite/Dockerfile index bb27038..a5f8270 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.94" +ARG SCRYPTED_INSTALL_VERSION="v0.7.95" 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 9503b2f..59b2159 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.94" + org.opencontainers.image.version: "v0.7.95" diff --git a/scrypted-lite/config.yaml b/scrypted-lite/config.yaml index bd8e266..a6484c9 100644 --- a/scrypted-lite/config.yaml +++ b/scrypted-lite/config.yaml @@ -1,5 +1,5 @@ name: Scrypted Lite -version: "v0.7.94" +version: "v0.7.95" 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 242c640..4db9d5e 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.95] - 2023-04-28 +### Changed +- Update base image to v0.7.95 + ## [v0.7.94] - 2023-04-27 ### Changed - Update base image to v0.7.94 diff --git a/scrypted-thin/Dockerfile b/scrypted-thin/Dockerfile index 3706e7c..59f09a4 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.94" +ARG SCRYPTED_INSTALL_VERSION="v0.7.95" 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 e1fa494..7e32301 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.94" + org.opencontainers.image.version: "v0.7.95" diff --git a/scrypted-thin/config.yaml b/scrypted-thin/config.yaml index 7dfc641..3c8847f 100644 --- a/scrypted-thin/config.yaml +++ b/scrypted-thin/config.yaml @@ -1,5 +1,5 @@ name: Scrypted Thin -version: "v0.7.94" +version: "v0.7.95" 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 00de8c2..215a1da 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.95] - 2023-04-28 +### Changed +- Update base image to v0.7.95 + ## [v0.7.94] - 2023-04-27 ### Changed - Update base image to v0.7.94 diff --git a/scrypted/Dockerfile b/scrypted/Dockerfile index 31891a0..1230f44 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.94" +ARG SCRYPTED_INSTALL_VERSION="v0.7.95" 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 88b7658..0b87818 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.94" + org.opencontainers.image.version: "v0.7.95" diff --git a/scrypted/config.yaml b/scrypted/config.yaml index 5a3e1c0..945e8c6 100644 --- a/scrypted/config.yaml +++ b/scrypted/config.yaml @@ -1,5 +1,5 @@ name: Scrypted -version: "v0.7.94" +version: "v0.7.95" slug: scrypted description: A home automation platform powered by node.js url: "https://github.com/koush/scrypted"