Browse Source

changelog: added diff links

Fabian Peter Hammerle 4 years ago
parent
commit
5db669ba8a
2 changed files with 9 additions and 3 deletions
  1. 7 3
      CHANGELOG.md
  2. 2 0
      README.md

+ 7 - 3
CHANGELOG.md

@@ -4,12 +4,12 @@ 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/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## Unreleased
+## [Unreleased]
 ### Fixed
 - fix container startup for home assistant `>=0.107.0`
   by replacing [s6-overlay](https://github.com/home-assistant/docker-base/pull/62) entrypoint with `tini`
 
-## 1.0.1 - 2020-02-02
+## [1.0.1] - 2020-02-02
 ### Fixed
 - configure `pip` to install to user's home dir
   (fixes `EnvironmentError: [Errno 13] Permission denied …` on `pip install`)
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   that are only available as sdist
   (e.g., Adafruit-DHT)
 
-## 1.0.0 - 2020-02-01
+## [1.0.0] - 2020-02-01
 ### Added
 - docker-compose: mount config volume
 
@@ -26,3 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 - docker-compose: forward correct default port `8123`
+
+[Unreleased]: https://github.com/fphammerle/docker-home-assistant/compare/v1.0.1...master
+[1.0.1]: https://github.com/fphammerle/docker-home-assistant/compare/v1.0.0...v1.0.1
+[1.0.0]: https://github.com/fphammerle/docker-home-assistant/releases/tag/v1.0.0

+ 2 - 0
README.md

@@ -12,6 +12,8 @@ guide: https://www.home-assistant.io/docs/installation/docker/
 
 dockerfile: https://git.hammerle.me/fphammerle/docker-home-assistant/src/master/Dockerfile
 
+signed docker image hashes: https://github.com/fphammerle/docker-home-assistant/tags
+
 ```sh
 $ sudo docker run --name home_assistant \
     -v home_assistant_config:/config:rw \