Skip to content
This repository has been 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 #181 from darkowlzz/release1.4.1
Browse files Browse the repository at this point in the history
Operator 1.4.1 release prep
  • Loading branch information
darkowlzz authored Oct 9, 2019
2 parents 12175cb + f39ca55 commit e149762
Show file tree
Hide file tree
Showing 13 changed files with 1,327 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build/_test
build/operator-sdk
build/yq
deploy/test
olm
/olm
storageos-operator.yaml
# Created by https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
### Emacs ###
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.4.0" \
version="1.4.1" \
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.1.0
LABEL name="StorageOS Cluster Operator" \
maintainer="[email protected]" \
vendor="StorageOS" \
version="1.4.0" \
version="1.4.1" \
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.4.0
metadata.name: storageosoperator.v1.4.1
metadata.namespace: placeholder
metadata.annotations.containerImage: storageos/cluster-operator:1.4.0
spec.version: 1.4.0
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:1.4.0
spec.replaces: storageosoperator.v1.3.0
metadata.annotations.containerImage: storageos/cluster-operator:1.4.1
spec.version: 1.4.1
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:1.4.1
spec.replaces: storageosoperator.v1.4.0
19 changes: 13 additions & 6 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.4.0
name: storageosoperator.v1.4.1
namespace: placeholder
annotations:
capabilities: Full Lifecycle
categories: Storage
description: Cloud-native, persistent storage for containers.
containerImage: registry.connect.redhat.com/storageos/cluster-operator:1.4.0
containerImage: registry.connect.redhat.com/storageos/cluster-operator:1.4.1
repository: https://github.com/storageos/cluster-operator
createdAt: "2019-09-04T17:21:53Z"
createdAt: "2019-10-08T16:38:44Z"
support: StorageOS, Inc
certified: "true"
alm-examples: |-
Expand Down Expand Up @@ -161,7 +161,7 @@ spec:
- storage
- persistent storage
- open source
version: 1.4.0
version: 1.4.1
minKubeVersion: 1.10.0
maturity: stable
maintainers:
Expand Down Expand Up @@ -338,7 +338,7 @@ spec:
- name: storageos-operator
command:
- cluster-operator
image: registry.connect.redhat.com/storageos/cluster-operator:1.4.0
image: registry.connect.redhat.com/storageos/cluster-operator:1.4.1
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down Expand Up @@ -516,6 +516,9 @@ spec:
- description: Ready Nodes
displayName: Ready
path: ready
- description: Health status of StorageOS nodes.
displayName: Node Health Status
path: nodeHealthStatus
- name: jobs.storageos.com
version: v1
kind: Job
Expand Down Expand Up @@ -628,4 +631,8 @@ spec:
pod toleration.
displayName: Pod Tolerations.
path: tolerations
replaces: storageosoperator.v1.3.0
- description: PersistentVolumeClaim is the PVC source of the PVC to be used
with the NFS Server. If not specified, a new PVC is provisioned and used.
displayName: Persistent Volume Claim
path: persistentVolumeClaim
replaces: storageosoperator.v1.4.0
Loading

0 comments on commit e149762

Please sign in to comment.