Skip to content

Commit

Permalink
Run bump version script to 0.30.0 (kanisterio#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv authored Jun 18, 2020
1 parent fdbfda1 commit 01816cf
Show file tree
Hide file tree
Showing 59 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion examples/aws-rds/postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This example is to demonstrate how Kanister can be integrated with AWS RDS insta
## Prerequisites

- Kubernetes 1.10+
- Kanister controller version 0.29.0 installed in your cluster
- Kanister controller version 0.30.0 installed in your cluster
- Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)

## Create RDS instance on AWS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ actions:
name: deleteBackup
args:
namespace: "{{ .Object.metadata.namespace }}"
image: kanisterio/kanister-tools:0.29.0
image: kanisterio/kanister-tools:0.30.0
command:
- bash
- -o
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/kanister/kanister-elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: kanister-elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 0.29.0
version: 0.30.0
appVersion: 6.3.1
description: Elasticsearch w/ Kanister support based on incubator/elasticsearch
icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/kanister/kanister-elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you want to avoid doing that upgrade to Elasticsearch 5.6 first before moving

* Kubernetes 1.9+ with Beta APIs enabled.
* PV support on the underlying infrastructure.
* Kanister version 0.29.0 with `profiles.cr.kanister.io` CRD installed
* Kanister version 0.30.0 with `profiles.cr.kanister.io` CRD installed

## StatefulSets Details
* https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.11.3

COPY --from=kanisterio/kanister-tools:0.29.0 /usr/local/bin/restic /usr/local/bin/restic
COPY --from=kanisterio/kanister-tools:0.29.0 /usr/local/bin/kopia /usr/local/bin/kopia
COPY --from=kanisterio/kanister-tools:0.30.0 /usr/local/bin/restic /usr/local/bin/restic
COPY --from=kanisterio/kanister-tools:0.30.0 /usr/local/bin/kopia /usr/local/bin/kopia
ADD kando /usr/local/bin/

ADD examples/helm/kanister/kanister-elasticsearch/image/esdump-setup.sh /esdump-setup.sh
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ actions:
name: backupToObjectStore
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: "kanisterio/es-sidecar:0.29.0"
image: "kanisterio/es-sidecar:0.30.0"
command:
- bash
- -o
Expand All @@ -35,7 +35,7 @@ actions:
name: restoreFromObjectStore
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: "kanisterio/es-sidecar:0.29.0"
image: "kanisterio/es-sidecar:0.30.0"
command:
- bash
- -o
Expand All @@ -55,7 +55,7 @@ actions:
name: deleteFromObjectStore
args:
namespace: "{{ .Namespace.Name }}"
image: kanisterio/kanister-tools:0.29.0
image: kanisterio/kanister-tools:0.30.0
command:
- bash
- -o
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: profile
repository: https://charts.kanister.io
version: 0.29.0
version: 0.30.0
digest: sha256:2baa62cdb59e2cd3710041f955e3a56b207219afc9d32f3794452c302ddbfdac
generated: 2019-09-09T14:44:45.462908118+05:30
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: profile
version: "0.29.0"
version: "0.30.0"
condition: profile.create
repository: "https://charts.kanister.io"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kanister-mongodb-replicaset
home: https://github.com/mongodb/mongo
version: 0.29.0
version: 0.30.0
appVersion: 3.6
description: Kanister-enabled NoSQL document-oriented database that stores JSON-like documents with
dynamic schemas, simplifying the integration of data in content-driven applications.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Prerequisites Details
* Kubernetes 1.8+ with Beta APIs enabled.
* PV support on the underlying infrastructure.
* Kanister version 0.29.0 with `profiles.cr.kanister.io` CRD installed
* Kanister version 0.30.0 with `profiles.cr.kanister.io` CRD installed

## StatefulSet Details
* https://kubernetes.io/docs/concepts/abstractions/controllers/statefulsets/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ actions:
name: deleteFromBlobStore
args:
namespace: "{{ .Namespace.Name }}"
image: kanisterio/kanister-tools:0.29.0
image: kanisterio/kanister-tools:0.30.0
command:
- bash
- -o
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: profile
version: "0.29.0"
version: "0.30.0"
condition: profile.create
repository: "https://charts.kanister.io"
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
mountPath: /data/db
containers:
- name: kanister-sidecar
image: kanisterio/mongo-sidecar:0.29.0
image: kanisterio/mongo-sidecar:0.30.0
imagePullPolicy: Always
env:
{{- if .Values.auth.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/kanister/kanister-mysql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ sources:
- https://github.com/kubernetes/charts
- https://github.com/docker-library/mysql
- https://kanister.io/
version: 0.29.0
version: 0.30.0
appVersion: 5.7.14
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ actions:
name: deleteFromBlobStore
args:
namespace: "{{ .Namespace.Name }}"
image: kanisterio/kanister-tools:0.29.0
image: kanisterio/kanister-tools:0.30.0
command:
- bash
- -o
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/kanister/kanister-mysql/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: profile
version: "0.29.0"
version: "0.30.0"
condition: profile.create
repository: "https://charts.kanister.io"
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
mountPath: /etc/mysql/conf.d
{{- end }}
- name: kanister-sidecar
image: kanisterio/mysql-sidecar:0.29.0
image: kanisterio/mysql-sidecar:0.30.0
imagePullPolicy: Always
env:
{{- if .Values.mysqlAllowEmptyPassword }}
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/kanister/kanister-postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sources:
- https://github.com/kansiterio/blueprint-helm-charts
- https://github.com/kubernetes/charts
- https://github.com/docker-library/postgres
version: 0.29.0
version: 0.30.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: profile
version: "0.29.0"
version: "0.30.0"
condition: profile.create
repository: "https://charts.kanister.io"
4 changes: 2 additions & 2 deletions examples/stable/cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ As the official documentation of [Cassandra](http://cassandra.apache.org/) says,
* Kubernetes 1.9+
* Kubernetes beta APIs enabled only if `podDisruptionBudget` is enabled
* PV support on the underlying infrastructure
* Kanister controller version 0.29.0 installed in your cluster, let's say in namespace `<kanister-operator-namespace>`
* Kanister controller version 0.30.0 installed in your cluster, let's say in namespace `<kanister-operator-namespace>`
* Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)

To install kanister and related tools you can follow [this](https://docs.kanister.io/install.html#install) link.
Expand All @@ -28,7 +28,7 @@ To install the cassandra in your Kubernetes cluster you can run below command
$ helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com
$ helm repo update
# remove app-namespace with the namespace you want to deploy the cassandra app in
$ helm install --namespace "<app-namespace>" "cassandra" incubator/cassandra --set image.repo=kanisterio/cassandra --set image.tag=0.29.0 --set config.cluster_size=2
$ helm install --namespace "<app-namespace>" "cassandra" incubator/cassandra --set image.repo=kanisterio/cassandra --set image.tag=0.30.0 --set config.cluster_size=2
```
This command will install cassandra on your Kubernetes cluster with 2 nodes. You can notice that we are using custom image of cassandra in the helm to install the cassandra cluster. The reason is we have to use some Kanister tools to take backup, so only change that we have done is including that tooling on top of statndard `cassandra:3.11.3` image.

Expand Down
2 changes: 1 addition & 1 deletion examples/stable/cassandra/cassandra-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ actions:
name: restoreFromObjectStore
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: kanisterio/kanister-tools:0.29.0
image: kanisterio/kanister-tools:0.30.0
backupArtifactPrefix: "{{ .ArtifactsIn.params.KeyValue.backupPrefixLocation }}"
pods: "{{ range .StatefulSet.Pods }} {{.}}{{end}}"
restorePath: "{{ .ArtifactsIn.params.KeyValue.restorePathPrefix }}"
Expand Down
2 changes: 1 addition & 1 deletion examples/stable/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you want to avoid doing that upgrade to Elasticsearch 5.6 first before moving

* Kubernetes 1.9+ with Beta APIs enabled.
* PV support on the underlying infrastructure.
* Kanister version 0.29.0 with `profiles.cr.kanister.io` CRD installed
* Kanister version 0.30.0 with `profiles.cr.kanister.io` CRD installed

## StatefulSets Details
* https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/
Expand Down
6 changes: 3 additions & 3 deletions examples/stable/elasticsearch/elasticsearch-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ actions:
name: backupToObjectStore
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: "kanisterio/es-sidecar:0.29.0"
image: "kanisterio/es-sidecar:0.30.0"
command:
- bash
- -o
Expand All @@ -38,7 +38,7 @@ actions:
name: restoreFromObjectStore
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: "kanisterio/es-sidecar:0.29.0"
image: "kanisterio/es-sidecar:0.30.0"
command:
- bash
- -o
Expand All @@ -58,7 +58,7 @@ actions:
name: deleteFromObjectStore
args:
namespace: "{{ .Namespace.Name }}"
image: "kanisterio/es-sidecar:0.29.0"
image: "kanisterio/es-sidecar:0.30.0"
command:
- bash
- -o
Expand Down
2 changes: 1 addition & 1 deletion examples/stable/foundationdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cluster.
on you cluster.
* Kubernetes 1.9+ with Beta APIs enabled.
* PV support on the underlying infrastructure.
* Kanister version 0.29.0 with `profiles.cr.kanister.io` CRD installed.
* Kanister version 0.30.0 with `profiles.cr.kanister.io` CRD installed.

# Installation

Expand Down
2 changes: 1 addition & 1 deletion examples/stable/mongodb-deploymentconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cluster's DeploymentConfig resources.

- Setup OpenShift, you can follow steps mentioned below
- PV provisioner support in the underlying infrastructure
- Kanister controller version 0.29.0 installed in your cluster in namespace `kanister`
- Kanister controller version 0.30.0 installed in your cluster in namespace `kanister`
- Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)

**Note**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ actions:
namespace: "{{ .DeploymentConfig.Namespace }}"
args:
namespace: "{{ .DeploymentConfig.Namespace }}"
image: kanisterio/mongodb:0.29.0
image: kanisterio/mongodb:0.30.0
command:
- bash
- -o
Expand Down Expand Up @@ -47,7 +47,7 @@ actions:
namespace: "{{ .DeploymentConfig.Namespace }}"
args:
namespace: "{{ .DeploymentConfig.Namespace }}"
image: kanisterio/mongodb:0.29.0
image: kanisterio/mongodb:0.30.0
command:
- bash
- -o
Expand All @@ -69,7 +69,7 @@ actions:
name: deleteFromBlobStore
args:
namespace: "{{ .Namespace.Name }}"
image: kanisterio/mongodb:0.29.0
image: kanisterio/mongodb:0.30.0
command:
- bash
- -o
Expand Down
4 changes: 2 additions & 2 deletions examples/stable/mongodb-restic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Kubernetes 1.9+
* Kubernetes beta APIs enabled only if `podDisruptionBudget` is enabled
* PV support on the underlying infrastructure
* Kanister controller version 0.29.0 installed in your cluster
* Kanister controller version 0.30.0 installed in your cluster
* Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)

## Chart Details
Expand All @@ -25,7 +25,7 @@ $ helm repo update
$ helm install stable/mongodb --name my-release --namespace mongo-test \
--set replicaSet.enabled=true \
--set image.repository=kanisterio/mongodb \
--set image.tag=0.29.0
--set image.tag=0.30.0
```

The command deploys MongoDB on the Kubernetes cluster in the mongo-test namespace
Expand Down
2 changes: 1 addition & 1 deletion examples/stable/mongodb-restic/mongodb-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ actions:
name: restorePrimary
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: kanisterio/kanister-tools:0.29.0
image: kanisterio/kanister-tools:0.30.0
backupArtifactPrefix: "{{ .Profile.Location.Bucket }}/mongodb-backups/{{ .StatefulSet.Name }}/rs_backup"
backupInfo: "{{ .ArtifactsIn.backupInfo.KeyValue.backupIdentifier }}"

Expand Down
2 changes: 1 addition & 1 deletion examples/stable/mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Kubernetes 1.9+
* Kubernetes beta APIs enabled only if `podDisruptionBudget` is enabled
* PV support on the underlying infrastructure
* Kanister controller version 0.29.0 installed in your cluster
* Kanister controller version 0.30.0 installed in your cluster
* Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)

## Chart Details
Expand Down
6 changes: 3 additions & 3 deletions examples/stable/mongodb/mongo-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ actions:
namespace: "{{ .StatefulSet.Namespace }}"
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: kanisterio/mongodb:0.29.0
image: kanisterio/mongodb:0.30.0
command:
- bash
- -o
Expand All @@ -46,7 +46,7 @@ actions:
namespace: "{{ .StatefulSet.Namespace }}"
args:
namespace: "{{ .StatefulSet.Namespace }}"
image: kanisterio/mongodb:0.29.0
image: kanisterio/mongodb:0.30.0
command:
- bash
- -o
Expand All @@ -68,7 +68,7 @@ actions:
name: deleteFromBlobStore
args:
namespace: "{{ .Namespace.Name }}"
image: kanisterio/mongodb:0.29.0
image: kanisterio/mongodb:0.30.0
command:
- bash
- -o
Expand Down
2 changes: 1 addition & 1 deletion examples/stable/mysql-deploymentconfig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cluster's DeploymentConfig resources.

- Setup OpenShift, you can follow steps mentioned below
- PV provisioner support in the underlying infrastructure
- Kanister controller version 0.29.0 installed in your cluster in namespace `kanister`
- Kanister controller version 0.30.0 installed in your cluster in namespace `kanister`
- Kanctl CLI installed (https://docs.kanister.io/tooling.html#kanctl)

**Note**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ actions:
name: "{{ .DeploymentConfig.Name }}"
namespace: "{{ .DeploymentConfig.Namespace }}"
args:
image: kanisterio/mysql-sidecar:0.29.0
image: kanisterio/mysql-sidecar:0.30.0
namespace: "{{ .DeploymentConfig.Namespace }}"
command:
- bash
Expand All @@ -45,7 +45,7 @@ actions:
name: "{{ .DeploymentConfig.Name }}"
namespace: "{{ .DeploymentConfig.Namespace }}"
args:
image: kanisterio/mysql-sidecar:0.29.0
image: kanisterio/mysql-sidecar:0.30.0
namespace: "{{ .DeploymentConfig.Namespace }}"
command:
- bash
Expand All @@ -66,7 +66,7 @@ actions:
- func: KubeTask
name: deleteFromBlobStore
args:
image: kanisterio/mysql-sidecar:0.29.0
image: kanisterio/mysql-sidecar:0.30.0
namespace: "{{ .Namespace.Name }}"
command:
- bash
Expand Down
2 changes: 1 addition & 1 deletion examples/stable/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This chart bootstraps a single node MySQL deployment on a [Kubernetes](http://ku

- Kubernetes 1.6+ with Beta APIs enabled
- PV provisioner support in the underlying infrastructure
- Kanister controller version 0.29.0 installed in your cluster, let's assume in Namespace `kanister`
- Kanister controller version 0.30.0 installed in your cluster, let's assume in Namespace `kanister`
- Kanctl CLI installed (https://docs.kanister.io/tooling.html#install-the-tools)

## Installing the Chart
Expand Down
Loading

0 comments on commit 01816cf

Please sign in to comment.