You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/fragments/community-validator.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
# release notes and/or the migration guide
3
3
entries:
4
4
- description: >
5
-
Added new bundle validator to check the bundle against the Community Operator criteria in the alpha stage. For futher information run `operator-sdk bundle validate --list-optional` and `operator-sdk bundle validate --help`.
5
+
Added new bundle validator to check the bundle against the Community Operator criteria.
6
+
For futher information run `operator-sdk bundle validate --list-optional` and `operator-sdk bundle validate --help`.
7
+
This validator is in alpha and subject to breaking changes.
**NOTE:** The OperatorHub.io validator in the operatorframework optional suite allows you to validate that your manifests can work with a Kubernetes cluster of a particular version using the k8s-version optional key value:
76
+
The OperatorHub.io validator in the operatorframework optional suite allows you to validate that your manifests can work with a Kubernetes cluster of a particular version using the k8s-version optional key value:
(stage: alpha) To validate a bundle against the validator for Community Operators specifically, in addition to required bundle validators. This validator allows check the bundle image. In this way, inform the path-index optional key value:
90
-
88
+
To validate a bundle against the (alpha) validator for Community Operators specifically, in addition to required bundle validators:
**NOTE:** Community Operators are the operators which will be distributed on the OKD/OCP catalogs. More info: https://github.com/operator-framework/community-operators/
94
-
`
91
+
`
95
92
)
96
93
97
94
// NewCmd returns a command that will validate an operator bundle.
Copy file name to clipboardExpand all lines: internal/cmd/operator-sdk/bundle/validate/optional.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ var optionalValidators = validators{
50
50
labels: map[string]string{
51
51
nameKey: "community",
52
52
},
53
-
desc: "(stage: alpha) Community Operator bundle validation.",
53
+
desc: "(stage: alpha) Community Operator bundle validation. See https://github.com/operator-framework/community-operators/blob/master/docs/packaging-required-fields.md",
**NOTE:** The OperatorHub.io validator in the operatorframework optional suite allows you to validate that your manifests can work with a Kubernetes cluster of a particular version using the k8s-version optional key value:
62
+
The OperatorHub.io validator in the operatorframework optional suite allows you to validate that your manifests can work with a Kubernetes cluster of a particular version using the k8s-version optional key value:
(stage: alpha) To validate a bundle against the validator for Community Operators specifically, in addition to required bundle validators. This validator allows check the bundle image. In this way, inform the path-index optional key value:
76
-
74
+
To validate a bundle against the (alpha) validator for Community Operators specifically, in addition to required bundle validators:
**NOTE:** Community Operators are the operators which will be distributed on the OKD/OCP catalogs. More info: https://github.com/operator-framework/community-operators/
0 commit comments