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.

Prepare for v2.3.0 release #286

Merged
merged 3 commits into from
Oct 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
name: Publish Container Image
script:
- make operator-image
- make metadata-zip
- OPERATOR_IMAGE=storageos/cluster-operator:$TRAVIS_TAG make install-manifest
before_deploy:
- docker login -u "$REGISTRY_USER" -p "$REGISTRY_PASS"
Expand All @@ -71,7 +70,6 @@ jobs:
api_key:
secure: mVr6wWr4Tym729atwxNDDI64PjRdocWUMEb4gOM3gOJUo1BjdJ8D0UzzZJvctW8VdDe1SVZGgpLmFGNOBjP9APBjpTl1ZfQvhJ67urlIn3DCoxjFGTB+2+FM0PVV1FX8hQawy/uTtLHOY+4jrVqm2Av2t486613u++/CNkTZeZCW4ydv/lSOCZ3nieX9eCk13/E6bhrHSQxRFD5KgL5ji+5rzuBlJQ12uzEitxRSBRnBPXU19ZPjFOoR2vbxTzI64BfvhQJSzbdNQbwwPFkmZsYuEUHyu3+ZH8N+Rng/wBL4ejt/gOXIfcHjZ5iGPIhJ3lIaVaxI9L6hHsFh3/QI24arI36Wf31XwPav7m6B4irGNBgbJRr2hS0LbPj0nsguzp/yD4vvpKUwlUtib8PwCxen5snZAQFdNB35Y7K+rdY/xkzFPVXktGZuNd9qSiVzs+kwFFzL2qDVgS5Nap7gYpUEY8Rt0urNklwbvPVdO825an8Y/2f1aXG3yT2jVoLi8z+ON1NDjXAEGJAQp9fVA25iCiW/Bbs7LY0O3EvjudUDPHv+70Lb0etpeqmJVJHavMNqC6cTaVkQ76iEzr0SACwBjAXnJBSkaeh+7KDMZJQ85iGJWPz+p4GyJGXxdLej4TGWS/YO6K5p/eNi5cK2Lbx5iSvSrTyndOFymbsLa+Q=
file:
- build/_output/storageos-olm-metadata.zip
- storageos-operator.yaml
skip_cleanup: true
on:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BUNDLE_DIR = $(PWD)/bundle
CURRENT_BUNDLE_VERSION = "2.3.0"

# Set the new version before running the release target.
NEW_VERSION ?= v2.2.0
NEW_VERSION ?= v2.3.0

# Variables to be used when running the make targets in a container.
CACHE_DIR = $(shell pwd)/.cache
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ FROM ${BASE_IMAGE}
LABEL name="StorageOS Cluster Operator" \
maintainer="[email protected]" \
vendor="StorageOS" \
version="v2.2.1" \
release="1" \
version="v2.3.0" \
release="2" \
distribution-scope="public" \
architecture="x86_64" \
url="https://docs.storageos.com" \
Expand Down
4 changes: 2 additions & 2 deletions build/rhel-build-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ FROM storageos/base-image:0.2.1
LABEL name="StorageOS Cluster Operator" \
maintainer="[email protected]" \
vendor="StorageOS" \
version="v2.2.1" \
release="1" \
version="v2.3.0" \
release="2" \
distribution-scope="public" \
architecture="x86_64" \
url="https://docs.storageos.com" \
Expand Down
10 changes: 5 additions & 5 deletions deploy/olm/community-changes.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Do not edit this file manually. Use release-gen.sh script to update.
metadata.name: storageosoperator.v2.2.1
metadata.name: storageosoperator.v2.3.0
metadata.namespace: placeholder
metadata.annotations.containerImage: storageos/cluster-operator:v2.2.1
spec.version: 2.2.1
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:v2.2.1
metadata.annotations.containerImage: storageos/cluster-operator:v2.3.0
spec.version: 2.3.0
spec.install.spec.deployments[0].spec.template.spec.containers[0].image: storageos/cluster-operator:v2.3.0
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[0].value: ""
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[1].value: ""
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[2].value: ""
Expand All @@ -16,4 +16,4 @@ spec.install.spec.deployments[0].spec.template.spec.containers[0].env[8].value:
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[9].value: ""
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[10].value: ""
spec.install.spec.deployments[0].spec.template.spec.containers[0].env[11].value: ""
spec.replaces: storageosoperator.v2.2.0
spec.replaces: storageosoperator.v2.2.1
12 changes: 6 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.v2.2.1
name: storageosoperator.v2.3.0
namespace: placeholder
annotations:
capabilities: Deep Insights
categories: Storage
description: Cloud-native, persistent storage for containers.
containerImage: registry.connect.redhat.com/storageos/cluster-operator:v2.2.1
containerImage: registry.connect.redhat.com/storageos/cluster-operator:v2.3.0
repository: https://github.com/storageos/cluster-operator
createdAt: "2020-09-28T09:50:13Z"
createdAt: "2020-10-26T15:39:45Z"
support: StorageOS, Inc
certified: "true"
operators.operatorframework.io/internal-objects: |-
Expand Down Expand Up @@ -156,7 +156,7 @@ spec:
- storage
- persistent storage
- open source
version: 2.2.1
version: 2.3.0
minKubeVersion: 1.13.0
maturity: stable
maintainers:
Expand Down Expand Up @@ -374,7 +374,7 @@ spec:
- name: storageos-operator
command:
- cluster-operator
image: registry.connect.redhat.com/storageos/cluster-operator:v2.2.1
image: registry.connect.redhat.com/storageos/cluster-operator:v2.3.0
env:
- name: RELATED_IMAGE_STORAGEOS_NODE
value: ""
Expand Down Expand Up @@ -715,4 +715,4 @@ spec:
with the NFS Server. If not specified, a new PVC is provisioned and used.
displayName: Persistent Volume Claim
path: persistentVolumeClaim
replaces: storageosoperator.v2.2.0
replaces: storageosoperator.v2.2.1
Loading