mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 05:30:24 +03:00
Support in-place upgrades of new minio binary and releases. (#4961)
This PR allows 'minio update' to not only shows update banner but also allows for in-place upgrades. Updates are done safely by validating the downloaded sha256 of the binary. Fixes #4781
This commit is contained in:
committed by
Dee Koder
parent
8c08571cd9
commit
eb7c690ea9
+13
@@ -0,0 +1,13 @@
|
||||
|
||||
v1.2.0 / 2014-12-10
|
||||
===================
|
||||
|
||||
* remove appending of ? to Confirm()
|
||||
|
||||
v1.1.0 / 2014-10-22
|
||||
==================
|
||||
|
||||
* add passwords example
|
||||
* add password docs
|
||||
* Merge pull request #2 from nrmitchi/add/gopass
|
||||
* Adding convenience wrappers around howeyc/gopass
|
||||
Reference in New Issue
Block a user