Skip to content

Commit

Permalink
Add new annotations to CSV
Browse files Browse the repository at this point in the history
The `features.operators.openshift.io` infrastructure feature annotations,
introduced in OpenShift Container Platform 4.14, deprecate the
`operators.openshift.io/infrastructure-features` annotations used in
earlier versions of OpenShift Container Platform. See [1]

Drop the `operators.openshift.io/infrastructure-features` line.

[1] https://docs.openshift.com/container-platform/4.14/operators/operator_sdk/osdk-generating-csvs.html#osdk-csv-manual-annotations-deprecated_osdk-generating-csvs

Fixes: KATA-2895
Fixes: KATA-2876

Signed-off-by: Cameron Meadors <cmeadors@redhat.com>
Signed-off-by: Greg Kurz <groug@kaod.org>
(cherry picked from commit 0208616,
 fixed trivial context conflict)
Signed-off-by: Greg Kurz <groug@kaod.org>
  • Loading branch information
cpmeadors authored and gkurz committed Apr 10, 2024
1 parent 0ec717d commit b019e4a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ metadata:
}
]
capabilities: Seamless Upgrades
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/tls-profiles: "false"
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
olm.skipRange: '>=1.1.0 <1.5.3'
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift
Platform Plus"]'
operators.operatorframework.io/builder: operator-sdk-v1.20.1+git
Expand Down

0 comments on commit b019e4a

Please sign in to comment.