diff --git a/CHANGELOG b/CHANGELOG
index 1cac934..676bb7b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -824,3 +824,12 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
* fix: build on OpenBSD (#11384) (02/01/21) (Daniel Jakots)
* fix: docs typo in README_zh_CN (#11375) (01/31/21) (swartz-k)
* crypto: deprecate native Hashicorp Vault support (#11352) (01/30/21) (Andreas Auernhammer)
+
+[1.158.0]
+* Update minio to 2021-02-07T01-31-02Z
+* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-02-07T01-31-02Z)
+* Fixes an important regression in lock expiration that can lead to expanded setup deployments to fail refer #11468, #11446
+* Fix ILM implementation bugs in refer #11471, #11462, #11423
+* Fix replication implementation bugs related to metadata checks, delete marker deletion refer #11465, #11410
+* Rolling upgrades are not supported in this release, please upgrade all servers at once.
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 9daf0f6..d8e1da5 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
- "version": "1.157.1",
+ "version": "1.158.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 77a31bd..16f730d 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Minio 2021-02-01T22-56-52Z.
+This app packages Minio 2021-02-07T01-31-02Z.
Minio is a distributed object storage server built for cloud applications and devops.