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 #144 from darkowlzz/release-1.3.0
Browse files Browse the repository at this point in the history
Prepare for release 1.3.0
  • Loading branch information
darkowlzz authored Jul 8, 2019
2 parents 744c3ac + 4835ec4 commit df7b319
Show file tree
Hide file tree
Showing 14 changed files with 1,044 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ BASE_IMAGE = storageos/base-image:0.1.0
# operator metadata zip. The zip must have the previous version and the new
# version CSVs. For operator to upgrade, CSV of the previous release, that's
# referred in the replaces field of CSV, must also be included in the zip.
OLM_PREVIOUS_VERSION = 1.1.0
OLM_CURRENT_VERSION = 1.2.0
OLM_PREVIOUS_VERSION = 1.2.0
OLM_CURRENT_VERSION = 1.3.0

# When this file name is modified, the new name must be added in .travis.yml
# file as well for publishing the file at release.
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.2.0" \
version="1.3.0" \
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.2.0" \
version="1.3.0" \
release="1" \
distribution-scope="public" \
architecture="x86_64" \
Expand Down
11 changes: 6 additions & 5 deletions deploy/olm/community-changes.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
metadata.name: storageosoperator.v1.2.0
# Do not edit this file manually. Use release-gen.sh script to update.
metadata.name: storageosoperator.v1.3.0
metadata.namespace: placeholder
metadata.annotations.containerImage: storageos/cluster-operator:1.2.0
spec.version: 1.2.0
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:1.2.0
spec.replaces: storageosoperator.v1.1.0
metadata.annotations.containerImage: storageos/cluster-operator:1.3.0
spec.version: 1.3.0
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:1.3.0
spec.replaces: storageosoperator.v1.2.0
10 changes: 5 additions & 5 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.2.0
name: storageosoperator.v1.3.0
namespace: placeholder
annotations:
capabilities: Full Lifecycle
categories: Storage
description: Cloud-native, persistent storage for containers.
containerImage: registry.connect.redhat.com/storageos/cluster-operator:1.2.0
repository: https://github.com/storageos/cluster-operator
createdAt: "2019-05-15T08:00:00Z"
createdAt: "2019-07-08T12:01:29Z"
support: StorageOS, Inc
certified: "true"
alm-examples: |-
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
- storage
- persistent storage
- open source
version: 1.2.0
version: 1.3.0
minKubeVersion: 1.10.0
maturity: stable
maintainers:
Expand Down Expand Up @@ -313,7 +313,7 @@ spec:
- name: storageos-operator
command:
- cluster-operator
image: registry.connect.redhat.com/storageos/cluster-operator:1.2.0
image: registry.connect.redhat.com/storageos/cluster-operator:1.3.0
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down Expand Up @@ -502,4 +502,4 @@ spec:
- description: Set to true if the upgrade completed.
displayName: Completed
path: completed
replaces: storageosoperator.v1.1.0
replaces: storageosoperator.v1.2.0
Loading

0 comments on commit df7b319

Please sign in to comment.