docker: include git commit hash in swarm version (#1488)

* dockerignore: remove .git - needed for git hash on builds

* changelog: include #1488
This commit is contained in:
Rafael Matias
2019-06-14 15:49:18 +02:00
committed by GitHub
parent 8b37def961
commit 21adbe2fac
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1 @@
.github
.git

View File

@ -1,12 +1,15 @@
## v0.4.2 (Unreleased)
### Notes
### Features
### Improvements
### Bug fixes
* [#1488](https://github.com/ethersphere/swarm/pull/1488): docker: include git commit hash in swarm version
### Notes
## v0.4.1 (June 13, 2019)