Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Bump to v0.7.95
Browse files Browse the repository at this point in the history
  • Loading branch information
aegjoyce authored and github-actions[bot] committed Apr 28, 2023
1 parent 69b2583 commit 665297b
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 12 deletions.
4 changes: 4 additions & 0 deletions scrypted-beta/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scrypted-beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion scrypted-beta/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion scrypted-beta/config.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions scrypted-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scrypted-lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion scrypted-lite/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion scrypted-lite/config.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions scrypted-thin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scrypted-thin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion scrypted-thin/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion scrypted-thin/config.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions scrypted/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scrypted/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion scrypted/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion scrypted/config.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 665297b

Please sign in to comment.