From 8a4139c8e721b9b487fda934ef16e114a48748ce Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Fri, 26 Feb 2021 13:01:28 -0800 Subject: [PATCH] update to v0.6.2 --- Dockerfile.release | 4 ++-- k8s/console/base/console-deployment.yaml | 2 +- k8s/operator-console/base/console-deployment.yaml | 2 +- restapi/admin_tenants_test.go | 2 +- restapi/consts.go | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile.release b/Dockerfile.release index 193f0d9713..632a3881d7 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -6,8 +6,8 @@ COPY LICENSE /licenses/LICENSE LABEL name="MinIO" \ vendor="MinIO Inc " \ maintainer="MinIO Inc " \ - version="v0.6.1" \ - release="v0.6.1" \ + version="v0.6.2" \ + release="v0.6.2" \ summary="A graphical user interface for MinIO" \ description="MinIO object storage is fundamentally different. Designed for performance and the S3 API, it is 100% open-source. MinIO is ideal for large, private cloud environments with stringent security requirements and delivers mission-critical availability across a diverse range of workloads." diff --git a/k8s/console/base/console-deployment.yaml b/k8s/console/base/console-deployment.yaml index 6751289f5b..63e744b953 100644 --- a/k8s/console/base/console-deployment.yaml +++ b/k8s/console/base/console-deployment.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: console-sa containers: - name: console - image: minio/console:v0.6.1 + image: minio/console:v0.6.2 imagePullPolicy: "IfNotPresent" args: - server diff --git a/k8s/operator-console/base/console-deployment.yaml b/k8s/operator-console/base/console-deployment.yaml index 3e963a1216..01d0c6eb61 100644 --- a/k8s/operator-console/base/console-deployment.yaml +++ b/k8s/operator-console/base/console-deployment.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: console-sa containers: - name: console - image: minio/console:v0.6.1 + image: minio/console:v0.6.2 imagePullPolicy: "IfNotPresent" env: - name: CONSOLE_OPERATOR_MODE diff --git a/restapi/admin_tenants_test.go b/restapi/admin_tenants_test.go index f74668ad86..9b1873d5cc 100644 --- a/restapi/admin_tenants_test.go +++ b/restapi/admin_tenants_test.go @@ -1028,7 +1028,7 @@ func Test_UpdateTenantAction(t *testing.T) { }, params: admin_api.UpdateTenantParams{ Body: &models.UpdateTenantRequest{ - ConsoleImage: "minio/console:v0.6.1", + ConsoleImage: "minio/console:v0.6.2", }, }, }, diff --git a/restapi/consts.go b/restapi/consts.go index 77d19921e5..7a3b45a6db 100644 --- a/restapi/consts.go +++ b/restapi/consts.go @@ -63,7 +63,7 @@ const ( // Image versions const ( KESImageVersion = "minio/kes:v0.13.4" - ConsoleImageDefaultVersion = "minio/console:v0.6.1" + ConsoleImageDefaultVersion = "minio/console:v0.6.2" ) // K8s