You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Docker-registry
2
2
3
+
## 0.9.0-dev
4
+
5
+
* "loose" dependencies mechanism (DEPS=loose environment var will let you install without strictly versioned dependencies)
6
+
* enhanced python version compatibility
7
+
* enhanced style checking
8
+
* enhanced testing
9
+
* uniformized various gunicorn start stances
10
+
11
+
3
12
## 0.8.0
4
13
5
14
* configuration rehaul: https://github.com/docker/docker-registry/pull/444 - beware this breaks API for the drivers, and the core package has been updated accordingly to denote that
[Here is an nginx configuration file example.](https://github.com/docker/docker-registry/blob/master/contrib/nginx.conf), which applies to versions < 1.3.9 which are compiled with the [HttpChunkinModule](http://wiki.nginx.org/HttpChunkinModule).
@@ -481,6 +474,20 @@ requests to the Docker Registry:
0 commit comments