From a7c7dace544aaaaa3e138701a3c5bf389d7594c6 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 4 May 2021 13:14:42 +0200 Subject: [PATCH] bump versions --- README.md | 6 +++--- dockerfiles/linstor-controller/Dockerfile | 3 ++- dockerfiles/linstor-satellite/Dockerfile | 2 +- docs/UPGRADE.md | 2 +- helm/kube-linstor/Chart.yaml | 4 ++-- helm/kube-linstor/values.yaml | 12 ++++++------ 6 files changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 37bbf49..f0261a0 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ helm repo add kvaps https://kvaps.github.io/charts ```bash # download example values - curl -LO https://github.com/kvaps/kube-linstor/raw/v1.12.1/examples/linstor-db.yaml + curl -LO https://github.com/kvaps/kube-linstor/raw/v1.12.2/examples/linstor-db.yaml # install release helm install linstor-db kvaps/stolon \ @@ -118,10 +118,10 @@ helm repo add kvaps https://kvaps.github.io/charts ```bash # download example values - curl -LO https://github.com/kvaps/kube-linstor/raw/v1.12.1/examples/linstor.yaml + curl -LO https://github.com/kvaps/kube-linstor/raw/v1.12.2/examples/linstor.yaml # install release - helm install linstor kvaps/linstor --version 1.12.1 \ + helm install linstor kvaps/linstor --version 1.12.2 \ --namespace linstor \ -f linstor.yaml ``` diff --git a/dockerfiles/linstor-controller/Dockerfile b/dockerfiles/linstor-controller/Dockerfile index 42d4280..6ecdb70 100644 --- a/dockerfiles/linstor-controller/Dockerfile +++ b/dockerfiles/linstor-controller/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster as builder -ARG VERSION=1.12.1 +ARG VERSION=1.12.2 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update \ @@ -12,6 +12,7 @@ WORKDIR /linstor-server RUN git checkout v${VERSION} RUN make debrelease \ + && rm -rf /root/.gradle/caches/ \ && mv linstor-server-${VERSION}.tar.gz /linstor-server_${VERSION}.orig.tar.gz \ && tar -C / -xvf /linstor-server_${VERSION}.orig.tar.gz diff --git a/dockerfiles/linstor-satellite/Dockerfile b/dockerfiles/linstor-satellite/Dockerfile index e43440d..0e1b31b 100644 --- a/dockerfiles/linstor-satellite/Dockerfile +++ b/dockerfiles/linstor-satellite/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster as builder -ARG VERSION=1.12.1 +ARG VERSION=1.12.2 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update \ diff --git a/docs/UPGRADE.md b/docs/UPGRADE.md index 1560fe4..d2e34b8 100644 --- a/docs/UPGRADE.md +++ b/docs/UPGRADE.md @@ -47,7 +47,7 @@ Anyway you can perform upgrade by simple replacing resources in your Kubernetes ***Helm way:*** ```bash - helm upgrade linstor kvaps/linstor --version 1.12.1 --namespace linstor -f linstor.yaml + helm upgrade linstor kvaps/linstor --version 1.12.2 --namespace linstor -f linstor.yaml ``` ***Templated manifests:*** diff --git a/helm/kube-linstor/Chart.yaml b/helm/kube-linstor/Chart.yaml index 70dd039..bace30d 100644 --- a/helm/kube-linstor/Chart.yaml +++ b/helm/kube-linstor/Chart.yaml @@ -1,7 +1,7 @@ name: linstor description: Containerized LINSTOR SDS for Kubernetes, ready for production use. -version: 1.12.0 -appVersion: 1.12.1 +version: 1.12.2 +appVersion: 1.12.2 icon: https://hsto.org/getpro/habr/post_images/e47/594/c07/e47594c0721332fb46493d20339bb1be.png keywords: - linstor diff --git a/helm/kube-linstor/values.yaml b/helm/kube-linstor/values.yaml index 43bf269..7f3153e 100644 --- a/helm/kube-linstor/values.yaml +++ b/helm/kube-linstor/values.yaml @@ -7,7 +7,7 @@ controller: enabled: true image: repository: ghcr.io/kvaps/linstor-controller - tag: v1.12.1 + tag: v1.12.2 pullPolicy: IfNotPresent pullSecrets: - name: regsecret @@ -80,7 +80,7 @@ satellite: enabled: true image: repository: ghcr.io/kvaps/linstor-satellite - tag: v1.12.1 + tag: v1.12.2 pullPolicy: IfNotPresent pullSecrets: - name: regsecret @@ -176,7 +176,7 @@ csi: - name: regsecret linstorCsiPlugin: repository: ghcr.io/kvaps/linstor-csi - tag: v1.12.1 + tag: v1.12.2 pullPolicy: IfNotPresent csiProvisioner: repository: k8s.gcr.io/sig-storage/csi-provisioner @@ -230,7 +230,7 @@ haController: enabled: true image: repository: ghcr.io/kvaps/linstor-ha-controller - tag: v1.12.1 + tag: v1.12.2 pullPolicy: IfNotPresent pullSecrets: - name: regsecret @@ -255,7 +255,7 @@ stork: enabled: true image: repository: ghcr.io/kvaps/linstor-stork - tag: v1.12.1 + tag: v1.12.2 pullPolicy: IfNotPresent pullSecrets: - name: regsecret @@ -274,7 +274,7 @@ storkScheduler: enabled: true image: repository: k8s.gcr.io/kube-scheduler - tag: v1.20.1 + tag: v1.20.6 pullPolicy: IfNotPresent pullSecrets: - name: regsecret