Skip to content

Commit 4ef10ec

Browse files
committed
move upgrade policy to after versions
1 parent 63c49e8 commit 4ef10ec

11 files changed

+45
-46
lines changed

docs/guides/integration-options-private-operator.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ hide_table_of_contents: false
55
---
66

77
import Link from '@docusaurus/Link';
8-
98
import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx';
109

1110
# UID2 Private Operator Integration Overview
@@ -85,14 +84,14 @@ There are a couple of limitations to Private Operator functionality:
8584
- Private Operators do not currently support <Link href="../ref-info/glossary-uid#gl-client-side">client-side integration</Link>.
8685
- Private Operator updates are released three times per year; Public Operator updates are released on a more frequent cadence.
8786

88-
## Private Operator Upgrade Policy
89-
90-
<UpgradePolicy />
91-
9287
## Private Operator Deprecation Schedule
9388

9489
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
9590

91+
## Private Operator Upgrade Policy
92+
93+
<UpgradePolicy />
94+
9695
## Getting Started
9796

9897
To get started as a Private Operator, follow these steps:

docs/guides/operator-guide-aks-enclave.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ When the attestation is successful, the UID2 Core Service provides seed informat
2424
UID2 Private Operator for AKS is not supported in these areas: Europe, China.
2525
:::
2626

27-
## Private Operator Upgrade Policy
28-
29-
<UpgradePolicy />
30-
3127
## Operator Version
3228

3329
The latest ZIP file is linked in the AKS Download column in the following table.
@@ -40,6 +36,10 @@ The latest ZIP file is linked in the AKS Download column in the following table.
4036
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
4137
:::
4238

39+
## Private Operator Upgrade Policy
40+
41+
<UpgradePolicy />
42+
4343
## Prerequisites
4444

4545
Before deploying the UID2 Private Operator for AKS, complete these prerequisite steps:

docs/guides/operator-guide-aws-marketplace.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ By subscribing to UID2 Private Operator for AWS, you gain access to the followin
2828
- [CloudFormation](https://aws.amazon.com/cloudformation/) template:<br/>
2929
The template deploys the UID2 Operator AMI.
3030

31-
## Private Operator Upgrade Policy
32-
33-
<UpgradePolicy />
34-
3531
## Operator Version
3632

3733
The latest ZIP file is linked in the Release Notes column in the following table.
@@ -44,6 +40,10 @@ The latest ZIP file is linked in the Release Notes column in the following table
4440
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
4541
:::
4642

43+
## Private Operator Upgrade Policy
44+
45+
<UpgradePolicy />
46+
4747
## Prerequisites
4848

4949
To subscribe and deploy one or more UID2 Operators on AWS, complete the following steps:

docs/guides/operator-guide-azure-enclave.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ When the attestation is successful, the UID2 Core Service provides seed informat
2424
UID2 Private Operator for Azure is not supported in these areas: Europe, China.
2525
:::
2626

27-
## Private Operator Upgrade Policy
28-
29-
<UpgradePolicy />
30-
3127
## Operator Version
3228

3329
The latest ZIP file is linked in the Azure Download column in the following table.
@@ -40,6 +36,10 @@ The latest ZIP file is linked in the Azure Download column in the following tabl
4036
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
4137
:::
4238

39+
## Private Operator Upgrade Policy
40+
41+
<UpgradePolicy />
42+
4343
## Prerequisites
4444

4545
Before deploying the UID2 Private Operator for Azure, complete these prerequisite steps:

docs/guides/operator-private-gcp-confidential-space.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ When the Docker container for the UID2 Operator Confidential Space starts up, it
2626

2727
When the attestation is successful, the UID2 Core Service provides seed information such as salts and keys to bootstrap the UID2 Operator in the secure Confidential Space container.
2828

29-
## Private Operator Upgrade Policy
30-
31-
<UpgradePolicy />
32-
3329
## Operator Version
3430

3531
The latest ZIP file is linked in the GCP Download column in the following table.
@@ -42,6 +38,10 @@ The latest ZIP file is linked in the GCP Download column in the following table.
4238
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
4339
:::
4440

41+
## Private Operator Upgrade Policy
42+
43+
<UpgradePolicy />
44+
4545
## Setup Overview
4646

4747
At a high level, the setup steps are as follows:

docs/ref-info/deprecation-schedule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx';
1212

1313
The following sections provide information about supported versions and, where applicable, the deprecation timeline.
1414

15-
## Private Operator Upgrade Policy
16-
17-
<UpgradePolicy />
18-
1915
## Private Operator Versions
2016

2117
The following tables show the Private Operator versions that are currently supported, including:
@@ -72,3 +68,7 @@ The latest ZIP file is linked in the Release Notes column in the following table
7268
| ------- | ------ | ------ | ------ | ------ |
7369
| Q2 2025 | TBD | TBD | TBD | TBD |
7470
<!-- | Q1 2025 | 5.49.7 | [v5.49.7](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.49.7) | Mar 19, 2025 | Mar 31, 2026 | -->
71+
72+
## Private Operator Upgrade Policy
73+
74+
<UpgradePolicy />

i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aks-enclave.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ UID2 Operator の機密 Azure Container インスタンス用の Docker コン
2424
UID2 Private Operator for AKS は、次の地域ではサポートされていません: ヨーロッパ、中国。
2525
:::
2626

27-
## Private Operator Upgrade Policy
28-
29-
<UpgradePolicy />
30-
3127
## Operator Version
3228

3329
The latest ZIP file is linked in the AKS Download column in the following table.
@@ -40,6 +36,10 @@ The latest ZIP file is linked in the AKS Download column in the following table.
4036
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
4137
:::
4238

39+
## Private Operator Upgrade Policy
40+
41+
<UpgradePolicy />
42+
4343
## Prerequisites
4444

4545
AKS の UID2 Private Operator をデプロイする前に、次の前提条件を完了してください:

i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-aws-marketplace.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ UID2 Private Operator for AWS を契約することで、以下を利用でき
2828
- [CloudFormation](https://aws.amazon.com/cloudformation/) template:<br/>
2929
このテンプレートでは、UID2 Operator AMI がデプロイ展開されます。
3030

31-
## Private Operator Upgrade Policy
32-
33-
<UpgradePolicy />
34-
3531
## Operator Version
3632

3733
最新の ZIP ファイルは、次の表の Release Notes 欄にリンクされています。
@@ -44,6 +40,10 @@ UID2 Private Operator for AWS を契約することで、以下を利用でき
4440
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
4541
:::
4642

43+
## Private Operator Upgrade Policy
44+
45+
<UpgradePolicy />
46+
4747
## Prerequisites
4848

4949
AWS で 1 つまたは複数の UID2 Operator をサブスクライブしてデプロイするには、次の手順を実行します:

i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-guide-azure-enclave.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ UID2 Operator Confidential Containers インスタンスの Docker コンテナ
2424
UID2 Private Operator for Azure は、次の地域ではサポートされていません: ヨーロッパ、中国。
2525
:::
2626

27-
## Private Operator Upgrade Policy
28-
29-
<UpgradePolicy />
30-
3127
## Operator Version
3228

3329
最新の ZIP ファイルは、次の表の Azure Download 列にリンクされています。
@@ -40,6 +36,10 @@ UID2 Private Operator for Azure は、次の地域ではサポートされてい
4036
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
4137
:::
4238

39+
## Private Operator Upgrade Policy
40+
41+
<UpgradePolicy />
42+
4343
## Prerequisites
4444

4545
Azure に UID2 Private Operator をデプロイする前に、次の前提条件を満たす必要があります:

i18n/ja/docusaurus-plugin-content-docs/current/guides/operator-private-gcp-confidential-space.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ UID2 Operator Confidential Space 用の Docker コンテナが起動すると、
2626

2727
認証が成功すると、UID2 Core Service は、UID2 Operator をセキュアな Confidential Space コンテナ内でブートストラップするためのソルトやキーなどのシード情報を提供します。
2828

29-
## Private Operator Upgrade Policy
30-
31-
<UpgradePolicy />
32-
3329
## Operator Version
3430

3531
最新の ZIP ファイルは、次の表の GCP ダウンロード列にリンクされています。
@@ -42,6 +38,10 @@ UID2 Operator Confidential Space 用の Docker コンテナが起動すると、
4238
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
4339
:::
4440

41+
## Private Operator Upgrade Policy
42+
43+
<UpgradePolicy />
44+
4545
## Setup Overview
4646

4747
セットアップは、次の手順で行います:

0 commit comments

Comments
 (0)