Skip to content

Commit

Permalink
bump version v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Dec 13, 2020
1 parent b912bf6 commit 40e92a2
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 67 deletions.
31 changes: 0 additions & 31 deletions .gitlab-ci.yml

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ helm repo add kvaps https://kvaps.github.io/charts

```bash
# download example values
curl -LO https://github.com/kvaps/kube-linstor/raw/v1.9.0/examples/linstor-db.yaml
curl -LO https://github.com/kvaps/kube-linstor/raw/v1.10.0/examples/linstor-db.yaml

# install release
helm install linstor-db kvaps/stolon \
Expand Down Expand Up @@ -115,10 +115,10 @@ helm repo add kvaps https://kvaps.github.io/charts
```bash
# download example values
curl -LO https://github.com/kvaps/kube-linstor/raw/v1.9.0/examples/linstor.yaml
curl -LO https://github.com/kvaps/kube-linstor/raw/v1.10.0/examples/linstor.yaml
# install release
helm install linstor kvaps/linstor --version 1.9.0 \
helm install linstor kvaps/linstor --version 1.10.0 \
--namespace linstor \
-f linstor.yaml
```
Expand Down
8 changes: 0 additions & 8 deletions dockerfiles/build.sh

This file was deleted.

4 changes: 2 additions & 2 deletions dockerfiles/linstor-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:buster as builder

ARG VERSION=1.9.0
ARG VERSION=1.10.0

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update \
Expand All @@ -22,7 +22,7 @@ RUN dpkg-buildpackage -us -uc

FROM debian:buster as client-builder

ARG CLIENT_VERSION=1.4.0
ARG CLIENT_VERSION=1.4.1

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/linstor-csi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.15 as builder

RUN git clone https://github.com/linbit/linstor-csi/ /usr/local/go/linstor-csi/ \
&& cd /usr/local/go/linstor-csi \
&& git reset --hard v0.9.1 \
&& git reset --hard v0.10.0 \
&& make -f container.mk staticrelease \
&& mv ./linstor-csi-linux-amd64 /

Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/linstor-satellite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:buster as builder

ARG VERSION=1.9.0
ARG VERSION=1.10.0

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update \
Expand Down Expand Up @@ -45,7 +45,7 @@ RUN git checkout v${UTILS_VERSION} \
WORKDIR /drbd-utils-${UTILS_VERSION}
RUN dpkg-buildpackage -us -uc

ARG THIN_SEND_RECV_VERSION=0.23
ARG THIN_SEND_RECV_VERSION=0.24
RUN git clone --recurse-submodules https://github.com/LINBIT/thin-send-recv /thin-send-recv
WORKDIR /thin-send-recv
RUN git checkout v${THIN_SEND_RECV_VERSION} \
Expand Down
9 changes: 0 additions & 9 deletions dockerfiles/push.sh

This file was deleted.

2 changes: 1 addition & 1 deletion docs/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0 --namespace linstor -f linstor.yaml
helm upgrade linstor kvaps/linstor --version 1.10.0 --namespace linstor -f linstor.yaml
```
***Templated manifests:***
Expand Down
4 changes: 2 additions & 2 deletions helm/kube-linstor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: linstor
description: Containerized LINSTOR SDS for Kubernetes, ready for production use.
version: 1.9.0
appVersion: 1.9.0
version: 1.10.0
appVersion: 1.10.0
icon: https://hsto.org/getpro/habr/post_images/e47/594/c07/e47594c0721332fb46493d20339bb1be.png
keywords:
- linstor
Expand Down
18 changes: 10 additions & 8 deletions helm/kube-linstor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ controller:
enabled: true
image:
repository: docker.io/kvaps/linstor-controller
tag: v1.9.0
tag: v1.10.0
pullPolicy: IfNotPresent
pullSecrets:
- name: regsecret
Expand All @@ -17,6 +17,8 @@ controller:
enabled: true
port: 3371

#hostNetwork: true

service:
annotations:
prometheus.io/path: "/metrics?error_reports=false"
Expand Down Expand Up @@ -59,7 +61,7 @@ satellite:
enabled: true
image:
repository: docker.io/kvaps/linstor-satellite
tag: v1.9.0
tag: v1.10.0
pullPolicy: IfNotPresent
pullSecrets:
- name: regsecret
Expand Down Expand Up @@ -97,23 +99,23 @@ csi:
- name: regsecret
linstorCsiPlugin:
repository: docker.io/kvaps/linstor-csi
tag: v1.9.0
tag: v1.10.0
pullPolicy: IfNotPresent
csiProvisioner:
repository: quay.io/k8scsi/csi-provisioner
tag: v2.0.2
tag: v2.0.4
pullPolicy: IfNotPresent
csiAttacher:
repository: quay.io/k8scsi/csi-attacher
tag: v3.0.0
tag: v3.0.2
pullPolicy: IfNotPresent
csiResizer:
repository: quay.io/k8scsi/csi-resizer
tag: v1.0.0
tag: v1.0.1
pullPolicy: IfNotPresent
csiSnapshotter:
repository: quay.io/k8scsi/csi-snapshotter
tag: v3.0.0
tag: v3.0.2
pullPolicy: IfNotPresent
csiNodeDriverRegistrar:
repository: quay.io/k8scsi/csi-node-driver-registrar
Expand Down Expand Up @@ -151,7 +153,7 @@ stork:
enabled: true
image:
repository: docker.io/kvaps/linstor-stork
tag: v1.9.0
tag: v1.10.0
pullPolicy: IfNotPresent
pullSecrets:
- name: regsecret
Expand Down

0 comments on commit 40e92a2

Please sign in to comment.