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 #102 from darkowlzz/release-1.1.0
Browse files Browse the repository at this point in the history
operator 1.1.0 release
  • Loading branch information
darkowlzz authored Apr 18, 2019
2 parents b8d132a + bea6a67 commit 1d63f63
Show file tree
Hide file tree
Showing 10 changed files with 1,099 additions and 30 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 StorageOS
Copyright (c) 2019 StorageOS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.0.0" \
version="1.1.0" \
release="1" \
distribution-scope="public" \
architecture="x86_64" \
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 @@ -11,14 +11,14 @@ COPY . /go/src/github.com/storageos/cluster-operator/
RUN make operator-sdk
RUN make generate
# RUN make build/cluster-operator OPERATOR_IMAGE=$OPERATOR_IMAGE
RUN make build/cluster-operator OPERATOR_IMAGE=registry.connect.redhat.com/storageos/cluster-operator:1.0.0
RUN make build/cluster-operator OPERATOR_IMAGE=registry.connect.redhat.com/storageos/cluster-operator:1.1.0
RUN make build/upgrader

FROM storageos/base-image:0.1.0
LABEL name="StorageOS Cluster Operator" \
maintainer="[email protected]" \
vendor="StorageOS" \
version="1.0.0" \
version="1.1.0" \
release="1" \
distribution-scope="public" \
architecture="x86_64" \
Expand Down
16 changes: 7 additions & 9 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.0.0
name: storageosoperator.v1.1.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.0.1
containerImage: registry.connect.redhat.com/storageos/cluster-operator:1.1.0
repository: https://github.com/storageos/cluster-operator
createdAt: 2019-03-25T08:00:00Z
createdAt: 2019-04-17T08:00:00Z
support: StorageOS, Inc
certified: "true"
alm-examples: |-
Expand Down Expand Up @@ -154,7 +154,7 @@ spec:
keywords: ['storageos', 'storage', 'persistent storage', 'open source']

version: 1.0.0
version: 1.1.0
minKubeVersion: "1.10.0"
maturity: stable
maintainers:
Expand Down Expand Up @@ -305,7 +305,7 @@ spec:
- name: storageos-operator
command:
- cluster-operator
image: registry.connect.redhat.com/storageos/cluster-operator:1.0.1
image: registry.connect.redhat.com/storageos/cluster-operator:1.1.0
env:
- name: WATCH_NAMESPACE
valueFrom:
Expand Down Expand Up @@ -391,9 +391,6 @@ spec:
as API usage and StorageOS configuration information is collected.
displayName: Disable Telemetry
path: disableTelemetry
- description:
displayName:
path: disableFencing
- description: When Pod Fencing is disabled, StorageOS will not perform
any interaction with Kubernetes when it detects that a node has gone
offline. Additionally, the Kubernetes permissions required for Fencing
Expand Down Expand Up @@ -447,7 +444,8 @@ spec:
- description: The job is marked as completed when the completion word is
found in the pod logs.
displayName: Source Path
path: A label selector can be set to identify Pods created by the job.
path: completionWord
- description: A label selector can be set to identify Pods created by the job.
displayName: Label Selector
path: labelSelector
- description: Node selector terms can be set to control the placement of
Expand Down
Loading

0 comments on commit 1d63f63

Please sign in to comment.