Selaa lähdekoodia

Bump version to 0.5.0

Guillaume J. Charmes 12 vuotta sitten
vanhempi
commit
bc21b3ebf0
2 muutettua tiedostoa jossa 12 lisäystä ja 1 poistoa
  1. 11 0
      CHANGELOG.md
  2. 1 1
      commands.go

+ 11 - 0
CHANGELOG.md

@@ -1,5 +1,16 @@
 # Changelog
 # Changelog
 
 
+## 0.5.0 (2013-07-16)
+ + Remote API: Add /top endpoint
+ + Runtime: host directories can be mounted as volumes with 'docker run -b'
+ + Runtime: Add UDP support
+ + Builder: Add ENTRYPOINT instruction
+ + Builder: Add VOLUMES instruction
+ * Runtime: Add options to docker login
+ * Builder: Display full output by default
+ - Registry: Fix issues when pushing to 3rd part registries
+ - Runtime: Skip `hostname` when merging config
+
 ## 0.4.8 (2013-07-01)
 ## 0.4.8 (2013-07-01)
  + Builder: New build operation ENTRYPOINT adds an executable entry point to the container.
  + Builder: New build operation ENTRYPOINT adds an executable entry point to the container.
  - Runtime: Fix a bug which caused 'docker run -d' to no longer print the container ID.
  - Runtime: Fix a bug which caused 'docker run -d' to no longer print the container ID.

+ 1 - 1
commands.go

@@ -27,7 +27,7 @@ import (
 	"unicode"
 	"unicode"
 )
 )
 
 
-const VERSION = "0.4.8"
+const VERSION = "0.5.0"
 
 
 var (
 var (
 	GITCOMMIT string
 	GITCOMMIT string