This commit is contained in:
Matt Aitchison 2016-03-05 16:40:30 -06:00
parent a4a4b0dd6e
commit 55a38b9135
2 changed files with 12 additions and 2 deletions

View File

@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
## [Unreleased][unreleased]
### Fixed
### Added
### Removed
### Changed
## [v7] - 2016-03-05
### Fixed
- Providing a SERVICE_NAME for a container with multiple ports exposed would cause services to overwrite each other
- dd3ab2e Fix specific port names not overriding port suffix
@ -73,6 +82,7 @@ All notable changes to this project will be documented in this file.
- Dropped Godeps for now
[unreleased]: https://github.com/gliderlabs/registrator/compare/v6...HEAD
[unreleased]: https://github.com/gliderlabs/registrator/compare/v7...HEAD
[v7]: https://github.com/gliderlabs/registrator/compare/v6...v7
[v6]: https://github.com/gliderlabs/registrator/compare/v5...v6
[v5]: https://github.com/gliderlabs/registrator/compare/v0.4.0...v5

View File

@ -1 +1 @@
v7-dev
v7