mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-07-17 15:51:27 +00:00
Release 0.8.2
This commit is contained in:
parent
3125554074
commit
3d90f7b176
@ -1,5 +1,11 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 0.8.2 (2019-07-30)
|
||||||
|
|
||||||
|
* Add event_deletion_enabled option to the config, useful for master-master/cluster setups.
|
||||||
|
* Generate SHA256 from response body if no Docker-Content-Digest header is present, e.g. with AWS ECR.
|
||||||
|
* Bump go version.
|
||||||
|
|
||||||
### 0.8.1 (2019-02-20)
|
### 0.8.1 (2019-02-20)
|
||||||
|
|
||||||
* Add favicon.
|
* Add favicon.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
const version = "0.8.1"
|
const version = "0.8.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user