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

Permalink
Merge pull request #220 from darkowlzz/1.5.2-release-prep
Browse files Browse the repository at this point in the history
Prepare for release 1.5.2
  • Loading branch information
darkowlzz authored Dec 18, 2019
2 parents 029b4d3 + 198b11a commit d61e92e
Show file tree
Hide file tree
Showing 13 changed files with 1,420 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Parameter | Description | Default
`secretRefName` | Reference name of storageos secret |
`secretRefNamespace` | Namespace of storageos secret |
`namespace` | Namespace where storageos cluster resources are created | `storageos`
`images.nodeContainer` | StorageOS node container image | `storageos/node:1.5.1`
`images.nodeContainer` | StorageOS node container image | `storageos/node:1.5.2`
`images.initContainer` | StorageOS init container image | `storageos/init:1.0.0`
`images.csiNodeDriverRegistrarContainer` | CSI Node Driver Registrar Container image | `quay.io/k8scsi/csi-node-driver-registrar:v1.0.1`
`images.csiClusterDriverRegistrarContainer` | CSI Cluster Driver Registrar Container image | `quay.io/k8scsi/csi-cluster-driver-registrar:v1.0.1`
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM ${BASE_IMAGE}
LABEL name="StorageOS Cluster Operator" \
maintainer="[email protected]" \
vendor="StorageOS" \
version="1.5.1" \
version="1.5.2" \
release="1" \
distribution-scope="public" \
architecture="x86_64" \
Expand Down
2 changes: 1 addition & 1 deletion build/rhel-build-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM storageos/base-image:0.2.1
LABEL name="StorageOS Cluster Operator" \
maintainer="[email protected]" \
vendor="StorageOS" \
version="1.5.1" \
version="1.5.2" \
release="1" \
distribution-scope="public" \
architecture="x86_64" \
Expand Down
10 changes: 5 additions & 5 deletions deploy/olm/community-changes.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not edit this file manually. Use release-gen.sh script to update.
metadata.name: storageosoperator.v1.5.1
metadata.name: storageosoperator.v1.5.2
metadata.namespace: placeholder
metadata.annotations.containerImage: storageos/cluster-operator:1.5.1
spec.version: 1.5.1
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:1.5.1
spec.replaces: storageosoperator.v1.5.0
metadata.annotations.containerImage: storageos/cluster-operator:1.5.2
spec.version: 1.5.2
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:1.5.2
spec.replaces: storageosoperator.v1.5.1
14 changes: 7 additions & 7 deletions deploy/olm/csv-rhel/storageos.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: operators.coreos.com/v1alpha1
kind: ClusterServiceVersion
metadata:
name: storageosoperator.v1.5.1
name: storageosoperator.v1.5.2
namespace: placeholder
annotations:
capabilities: Deep Insights
categories: Storage
description: Cloud-native, persistent storage for containers.
containerImage: registry.connect.redhat.com/storageos/cluster-operator:1.5.1
containerImage: registry.connect.redhat.com/storageos/cluster-operator:1.5.2
repository: https://github.com/storageos/cluster-operator
createdAt: "2019-11-26T15:52:52Z"
createdAt: "2019-12-18T15:33:32Z"
support: StorageOS, Inc
certified: "true"
alm-examples: |-
Expand All @@ -19,7 +19,7 @@ metadata:
"kind": "StorageOSCluster",
"metadata": {
"name": "example-storageos",
"namespace": "default"
"namespace": "openshift-operators"
},
"spec": {
"namespace": "kube-system",
Expand Down Expand Up @@ -166,7 +166,7 @@ spec:
- storage
- persistent storage
- open source
version: 1.5.1
version: 1.5.2
minKubeVersion: 1.10.0
maturity: stable
maintainers:
Expand Down Expand Up @@ -381,7 +381,7 @@ spec:
- name: storageos-operator
command:
- cluster-operator
image: registry.connect.redhat.com/storageos/cluster-operator:1.5.1
image: registry.connect.redhat.com/storageos/cluster-operator:1.5.2
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down Expand Up @@ -692,4 +692,4 @@ spec:
with the NFS Server. If not specified, a new PVC is provisioned and used.
displayName: Persistent Volume Claim
path: persistentVolumeClaim
replaces: storageosoperator.v1.5.0
replaces: storageosoperator.v1.5.1
Loading

0 comments on commit d61e92e

Please sign in to comment.