diff --git a/README.md b/README.md index 511d10e..8d04898 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.11.1-3/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.11.1-3/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.11.1-3 \ + 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 e7171b5..6ecdb70 100644 --- a/dockerfiles/linstor-controller/Dockerfile +++ b/dockerfiles/linstor-controller/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster as builder -ARG VERSION=1.11.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 @@ -22,8 +23,8 @@ RUN dpkg-buildpackage -us -uc FROM debian:buster as client-builder -ARG API_VERSION=1.6.0 -ARG CLIENT_VERSION=1.6.1 +ARG API_VERSION=1.7.0 +ARG CLIENT_VERSION=1.7.1 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update \ @@ -57,9 +58,9 @@ FROM golang:1.15 as k8s-await-election-builder RUN git clone https://github.com/LINBIT/k8s-await-election/ /usr/local/go/k8s-await-election/ \ && cd /usr/local/go/k8s-await-election \ - && git reset --hard v0.2.2 \ + && git reset --hard v0.2.4 \ && make \ - && mv ./out/k8s-await-election / + && mv ./out/k8s-await-election-amd64 /k8s-await-election # ------------------------------------------------------------------------------ diff --git a/dockerfiles/linstor-satellite/Dockerfile b/dockerfiles/linstor-satellite/Dockerfile index e43059a..0e1b31b 100644 --- a/dockerfiles/linstor-satellite/Dockerfile +++ b/dockerfiles/linstor-satellite/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster as builder -ARG VERSION=1.11.1 +ARG VERSION=1.12.2 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update \ @@ -22,7 +22,7 @@ RUN dpkg-buildpackage -us -uc FROM debian:buster as utils-builder -ARG UTILS_VERSION=9.16.0 +ARG UTILS_VERSION=9.17.0 ENV DEBIAN_FRONTEND noninteractive RUN apt-get update \ @@ -37,9 +37,10 @@ ENV LANG en_US.UTF-8 ENV LANGUAGE en_US:en ENV LC_ALL en_US.UTF-8 RUN git checkout v${UTILS_VERSION} \ + && install /dev/null /usr/local/bin/lbvers.py \ && ./autogen.sh \ && ./configure \ - && make debrelease \ + && make debrelease VERSION=${UTILS_VERSION} \ && mv drbd-utils-${UTILS_VERSION}.tar.gz ../drbd-utils_${UTILS_VERSION}.orig.tar.gz \ && tar -C / -xvf ../drbd-utils_${UTILS_VERSION}.orig.tar.gz WORKDIR /drbd-utils-${UTILS_VERSION} diff --git a/docs/UPGRADE.md b/docs/UPGRADE.md index ff5c4a6..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.11.1-3 --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 8f03012..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.11.1-3 -appVersion: 1.11.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 78df4a3..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.11.1-2 + 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.11.1-2 + 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.11.1-2 + 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.11.1-2 + 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.11.1-2 + 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