Skip to content

Commit

Permalink
prepare 0.9.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Nov 1, 2021
1 parent 12493f3 commit dd9532b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.

## [Unreleased] (Available through Edge Tag)
- No unreleased changes so far

## [0.9.5] - 2021-11-01
### Fixed
- Changed Ubuntu Image from 21.04 to 21.10 for better Raspberry Pi support

### Changed
- Updated API to 0.22.0

Expand Down Expand Up @@ -185,7 +191,8 @@ This is a complete rewrite of VWsFriend using a self developed API. It drops ioB
## [0.1.0] - 2021-04-22
Initial release to enable "latest" tag on dockerhub

[unreleased]: https://github.com/tillsteinbach/VWsFriend/compare/v0.9.4...HEAD
[unreleased]: https://github.com/tillsteinbach/VWsFriend/compare/v0.9.5...HEAD
[0.9.5]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.9.5
[0.9.4]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.9.4
[0.9.3]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.9.3
[0.9.2]: https://github.com/tillsteinbach/VWsFriend/releases/tag/v0.9.2
Expand Down
4 changes: 2 additions & 2 deletions vwsfriend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:experimental
# Here is the build image
FROM ubuntu:21.04 as builder
FROM ubuntu:21.10 as builder

ENV DEBIAN_FRONTEND="noninteractive"
ENV TZ="Etc/UTC"
Expand All @@ -19,7 +19,7 @@ RUN --security=insecure mkdir -p /root/.cargo/registry/index && chmod 777 /root/
RUN pip3 install --no-cache-dir vwsfriend


FROM ubuntu:21.04 AS runner-image
FROM ubuntu:21.10 AS runner-image

ENV WECONNECT_USER=
ENV WECONNECT_PASSWORD=
Expand Down

0 comments on commit dd9532b

Please sign in to comment.