Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit d61e92e

Browse files
authored
Merge pull request #220 from darkowlzz/1.5.2-release-prep
Prepare for release 1.5.2
2 parents 029b4d3 + 198b11a commit d61e92e

13 files changed

+1420
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Parameter | Description | Default
111111
`secretRefName` | Reference name of storageos secret |
112112
`secretRefNamespace` | Namespace of storageos secret |
113113
`namespace` | Namespace where storageos cluster resources are created | `storageos`
114-
`images.nodeContainer` | StorageOS node container image | `storageos/node:1.5.1`
114+
`images.nodeContainer` | StorageOS node container image | `storageos/node:1.5.2`
115115
`images.initContainer` | StorageOS init container image | `storageos/init:1.0.0`
116116
`images.csiNodeDriverRegistrarContainer` | CSI Node Driver Registrar Container image | `quay.io/k8scsi/csi-node-driver-registrar:v1.0.1`
117117
`images.csiClusterDriverRegistrarContainer` | CSI Cluster Driver Registrar Container image | `quay.io/k8scsi/csi-cluster-driver-registrar:v1.0.1`

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FROM ${BASE_IMAGE}
1717
LABEL name="StorageOS Cluster Operator" \
1818
maintainer="support@storageos.com" \
1919
vendor="StorageOS" \
20-
version="1.5.1" \
20+
version="1.5.2" \
2121
release="1" \
2222
distribution-scope="public" \
2323
architecture="x86_64" \

build/rhel-build-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM storageos/base-image:0.2.1
1818
LABEL name="StorageOS Cluster Operator" \
1919
maintainer="support@storageos.com" \
2020
vendor="StorageOS" \
21-
version="1.5.1" \
21+
version="1.5.2" \
2222
release="1" \
2323
distribution-scope="public" \
2424
architecture="x86_64" \

deploy/olm/community-changes.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Do not edit this file manually. Use release-gen.sh script to update.
2-
metadata.name: storageosoperator.v1.5.1
2+
metadata.name: storageosoperator.v1.5.2
33
metadata.namespace: placeholder
4-
metadata.annotations.containerImage: storageos/cluster-operator:1.5.1
5-
spec.version: 1.5.1
6-
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:1.5.1
7-
spec.replaces: storageosoperator.v1.5.0
4+
metadata.annotations.containerImage: storageos/cluster-operator:1.5.2
5+
spec.version: 1.5.2
6+
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:1.5.2
7+
spec.replaces: storageosoperator.v1.5.1

deploy/olm/csv-rhel/storageos.clusterserviceversion.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
apiVersion: operators.coreos.com/v1alpha1
22
kind: ClusterServiceVersion
33
metadata:
4-
name: storageosoperator.v1.5.1
4+
name: storageosoperator.v1.5.2
55
namespace: placeholder
66
annotations:
77
capabilities: Deep Insights
88
categories: Storage
99
description: Cloud-native, persistent storage for containers.
10-
containerImage: registry.connect.redhat.com/storageos/cluster-operator:1.5.1
10+
containerImage: registry.connect.redhat.com/storageos/cluster-operator:1.5.2
1111
repository: https://github.com/storageos/cluster-operator
12-
createdAt: "2019-11-26T15:52:52Z"
12+
createdAt: "2019-12-18T15:33:32Z"
1313
support: StorageOS, Inc
1414
certified: "true"
1515
alm-examples: |-
@@ -19,7 +19,7 @@ metadata:
1919
"kind": "StorageOSCluster",
2020
"metadata": {
2121
"name": "example-storageos",
22-
"namespace": "default"
22+
"namespace": "openshift-operators"
2323
},
2424
"spec": {
2525
"namespace": "kube-system",
@@ -166,7 +166,7 @@ spec:
166166
- storage
167167
- persistent storage
168168
- open source
169-
version: 1.5.1
169+
version: 1.5.2
170170
minKubeVersion: 1.10.0
171171
maturity: stable
172172
maintainers:
@@ -381,7 +381,7 @@ spec:
381381
- name: storageos-operator
382382
command:
383383
- cluster-operator
384-
image: registry.connect.redhat.com/storageos/cluster-operator:1.5.1
384+
image: registry.connect.redhat.com/storageos/cluster-operator:1.5.2
385385
env:
386386
- name: WATCH_NAMESPACE
387387
valueFrom:
@@ -692,4 +692,4 @@ spec:
692692
with the NFS Server. If not specified, a new PVC is provisioned and used.
693693
displayName: Persistent Volume Claim
694694
path: persistentVolumeClaim
695-
replaces: storageosoperator.v1.5.0
695+
replaces: storageosoperator.v1.5.1

0 commit comments

Comments
 (0)