Skip to content

Commit 918c21c

Browse files
committed
Add Redis Operator v0.18.1 to v0.22.1 for Operator Hub
1 parent c2ca2fa commit 918c21c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/pull_request_template.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@ Thanks submitting your Operator. Please check below list before you create your
22

33
### New Submissions
44

5-
* [ ] Are you familiar with our [contribution guidelines](https://github.com/operator-framework/community-operators/blob/master/docs/contributing-via-pr.md)?
5+
* [x] Are you familiar with our [contribution guidelines](https://github.com/operator-framework/community-operators/blob/master/docs/contributing-via-pr.md)?
66
* [ ] Have you [packaged and deployed](https://github.com/operator-framework/community-operators/blob/master/docs/testing-operators.md) your Operator for Operator Framework?
77
* [ ] Have you tested your Operator with all Custom Resource Definitions?
88
* [ ] Have you tested your Operator in all supported [installation modes](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/building-your-csv.md#operator-metadata)?
9-
* [ ] Have you considered whether you want use [semantic versioning order](https://github.com/operator-framework/community-operators/blob/master/docs/operator-ci-yaml.md#semver-mode)?
10-
* [ ] Is your submission [signed](https://github.com/operator-framework/community-operators/blob/master/docs/contributing-prerequisites.md#sign-your-work)?
9+
* [x] Have you considered whether you want use [semantic versioning order](https://github.com/operator-framework/community-operators/blob/master/docs/operator-ci-yaml.md#semver-mode)?
10+
* [x] Is your submission [signed](https://github.com/operator-framework/community-operators/blob/master/docs/contributing-prerequisites.md#sign-your-work)?
1111
* [ ] Is operator [icon](https://github.com/operator-framework/community-operators/blob/master/docs/packaging-operator.md#operator-icon) set?
1212

1313
### Updates to existing Operators
1414

15-
* [ ] Did you create a `ci.yaml` file according to the [update instructions](https://github.com/operator-framework/community-operators/blob/master/docs/operator-ci-yaml.md)?
16-
* [ ] Is your new CSV pointing to the previous version with the `replaces` property if you chose `replaces-mode` via the `updateGraph` property in `ci.yaml`?
17-
* [ ] Is your new CSV referenced in the [appropriate channel](https://github.com/operator-framework/community-operators/blob/master/docs/packaging-operator.md#channels) defined in the `package.yaml` or `annotations.yaml` ?
15+
* [x] Did you create a `ci.yaml` file according to the [update instructions](https://github.com/operator-framework/community-operators/blob/master/docs/operator-ci-yaml.md)?
16+
* [x] Is your new CSV pointing to the previous version with the `replaces` property if you chose `replaces-mode` via the `updateGraph` property in `ci.yaml`?
17+
* [x] Is your new CSV referenced in the [appropriate channel](https://github.com/operator-framework/community-operators/blob/master/docs/packaging-operator.md#channels) defined in the `package.yaml` or `annotations.yaml` ?
1818
* [ ] Have you tested an update to your Operator when deployed via OLM?
19-
* [ ] Is your submission [signed](https://github.com/operator-framework/community-operators/blob/master/docs/contributing-prerequisites.md#sign-your-work)?
19+
* [x] Is your submission [signed](https://github.com/operator-framework/community-operators/blob/master/docs/contributing-prerequisites.md#sign-your-work)?
2020

2121
### Your submission should not
2222

23-
* [ ] Modify more than one operator
24-
* [ ] Modify an Operator you don't own
25-
* [ ] Rename an operator - please remove and add with a different name instead
26-
* [ ] Modify any files outside the above mentioned folders
27-
* [ ] Contain more than one commit. **Please squash your commits.**
23+
* [x] Modify more than one operator
24+
* [x] Modify an Operator you don't own
25+
* [x] Rename an operator - please remove and add with a different name instead
26+
* [x] Modify any files outside the above mentioned folders
27+
* [x] Contain more than one commit. **Please squash your commits.**
2828

2929
### Operator Description must contain (in order)
3030

0 commit comments

Comments
 (0)