Skip to content

Commit db26525

Browse files
authored
Merge pull request #69441 from adellape/update_anno
OSDOCS#9025: Move deprecated OSDK infra anno section up
2 parents 1250574 + 23b9f09 commit db26525

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

modules/osdk-csv-annotations-dep.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
// * operators/operator_sdk/osdk-generating-csvs.adoc
44

55
[id="osdk-csv-manual-annotations-deprecated_{context}"]
6-
= Deprecated annotations
7-
8-
The following Operator annotations are deprecated.
9-
10-
[discrete]
11-
== operators.openshift.io/infrastructure-features
6+
= Deprecated infrastructure feature annotations
127

138
Starting in {product-title} 4.14, the `operators.openshift.io/infrastructure-features` group of annotations are deprecated by the group of annotations with the `features.operators.openshift.io` namespace. While you are encouraged to use the newer annotations, both groups are currently accepted when used in parallel.
149

modules/osdk-csv-annotations-infra.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[id="osdk-csv-annotations-infra_{context}"]
66
= Infrastructure features annotations
77

8-
The following Operator annotations detail the infrastructure features that an Operator might support, denoted with a `true` or `false` value. Users can view and filter by these features when discovering Operators through OperatorHub in the web console or on the link:https://catalog.redhat.com/software/search?deployed_as=Operator[Red Hat Ecosystem Catalog].
8+
Annotations in the `features.operators.openshift.io` group detail the infrastructure features that an Operator might support, specified by setting a `true` or `false` value. Users can view and filter by these features when discovering Operators through OperatorHub in the web console or on the link:https://catalog.redhat.com/software/search?deployed_as=Operator[Red Hat Ecosystem Catalog]. These annotations are supported in {product-title} 4.10 and later.
99

10-
[NOTE]
10+
[IMPORTANT]
1111
====
12-
The following infrastructure feature annotations are supported in {product-title} 4.10 and later.
12+
The `features.operators.openshift.io` infrastructure feature annotations deprecate the `operators.openshift.io/infrastructure-features` annotations used in earlier versions of {product-title}. See "Deprecated infrastructure feature annotations" for more information.
1313
====
1414

1515
.Infrastructure features annotations
@@ -73,4 +73,4 @@ metadata:
7373
features.operators.openshift.io/token-auth-aws: "false"
7474
features.operators.openshift.io/token-auth-azure: "false"
7575
features.operators.openshift.io/token-auth-gcp: "false"
76-
----
76+
----

operators/operator_sdk/osdk-generating-csvs.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ifndef::openshift-dedicated,openshift-rosa[]
3939
* xref:../../installing/installing-fips.adoc#installing-fips[Support for FIPS cryptography]
4040
endif::openshift-dedicated,openshift-rosa[]
4141
42+
include::modules/osdk-csv-annotations-dep.adoc[leveloffset=+2]
4243
include::modules/osdk-csv-annotations-other.adoc[leveloffset=+2]
4344
[role="_additional-resources"]
4445
.Additional resources
@@ -48,9 +49,6 @@ include::modules/osdk-csv-annotations-other.adoc[leveloffset=+2]
4849
* xref:../../operators/operator_sdk/osdk-generating-csvs.adoc#osdk-suggested-namespace-default-node_osdk-generating-csvs[Setting a suggested namespace with default node selector]
4950
* xref:../../operators/operator_sdk/osdk-generating-csvs.adoc#osdk-hiding-internal-objects_osdk-generating-csvs[Hiding internal objects]
5051
51-
include::modules/osdk-csv-annotations-dep.adoc[leveloffset=+2]
52-
53-
5452
include::modules/olm-enabling-operator-restricted-network.adoc[leveloffset=+1]
5553
include::modules/olm-enabling-operator-for-multi-arch.adoc[leveloffset=+1]
5654

0 commit comments

Comments
 (0)