Skip to content

Commit

Permalink
Update other services
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Feb 26, 2024
1 parent 0762108 commit 2998d96
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 6 deletions.
5 changes: 5 additions & 0 deletions openwakeword/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.10.0

- Upgrade to wyoming 1.5.3
- Add wake word phrase

## 1.9.0

- Bump to bookworm
Expand Down
2 changes: 1 addition & 1 deletion openwakeword/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETVARIANT

# Install openWakeWord
WORKDIR /usr/src
ARG WYOMING_OPENWAKEWORD_VERSION='1.9.0'
ARG WYOMING_OPENWAKEWORD_VERSION='1.10.0'

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion openwakeword/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: local run update

VERSION := 1.9.0
VERSION := 1.10.0
TAG := rhasspy/wyoming-openwakeword
PLATFORMS := linux/amd64,linux/arm64,linux/arm/v7
MODEL := "ok_nabu"
Expand Down
5 changes: 5 additions & 0 deletions porcupine1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.0

- Upgrade to wyoming 1.5.3
- Run tests over more Python versions

## 1.1.0

- Add tests and Github actions
Expand Down
2 changes: 1 addition & 1 deletion porcupine1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETVARIANT

# Install porcupine1
WORKDIR /usr/src
ENV WYOMING_PORCUPINE1_VERSION=1.1.0
ENV WYOMING_PORCUPINE1_VERSION=1.2.0

RUN \
apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion porcupine1/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: local run update

VERSION := 1.0.1
VERSION := 1.2.0
TAG := rhasspy/wyoming-porcupine1
PLATFORMS := linux/amd64,linux/arm64,linux/arm/v7
HOST := 0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion snowboy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETVARIANT

# Install wyoming-snowboy
WORKDIR /usr/src
ENV WYOMING_SNOWBOY_VERSION=1.1.0
ENV WYOMING_SNOWBOY_VERSION=1.2.1
ENV SNOWMAN_ENROLL_VERSION=1.0.0

RUN \
Expand Down
2 changes: 1 addition & 1 deletion snowboy/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: local run update

VERSION := 1.1.0
VERSION := 1.2.1
TAG := rhasspy/wyoming-snowboy
PLATFORMS := linux/amd64,linux/arm64,linux/arm/v7
HOST := 0.0.0.0
Expand Down

0 comments on commit 2998d96

Please sign in to comment.