Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1.09 KB

Change Log

All notable changes to this project will be documented in this file.

Fixed

Added

  • Optional periodic resyncing of services from containers
  • More error logging for registries
  • Support for services on containers with --net=host
  • Added extensions.go file for adding/disabling components
  • Interpolate SERVICE_PORT and SERVICE_IP in SERVICE_X_CHECK_SCRIPT

Removed

Changed

  • Overall refactoring and cleanup
  • Decoupled registries into subpackages using extpoints

v5 - 2015-02-18

Added

  • Automated, PR-driven release process
  • Development Dockerfile and make task
  • CircleCI config with artifacts for every build
  • --version flag to see version

Changed

  • Base container is now Alpine
  • Built entirely in Docker
  • Moved to gliderlabs organization
  • New versioning scheme
  • Release artifact now saved container image

Removed

  • Dropped unnecessary layers in Dockerfile
  • Dropped Godeps for now