Skip to content

Commit 87afd77

Browse files
committed
updates to operator matrix pages
1 parent c4fc8a3 commit 87afd77

19 files changed

+177
-17
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 18
99

1010
import Link from '@docusaurus/Link';
1111
import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx';
12-
import ReleaseMatrix from '../snippets/_private-operator-release-matrix.mdx';
12+
import ReleaseMatrixAKS from '../snippets/_private-operator-release-matrix-aks.mdx';
1313

1414
# UID2 Private Operator for AKS Integration Guide
1515

@@ -113,7 +113,8 @@ To get set up with the installation files, follow these steps:
113113
114114
The latest ZIP file is linked in the AKS Download column in the following table.
115115
116-
<ReleaseMatrix /> -->
116+
<ReleaseMatrixAKS />
117+
-->
117118

118119
### Prepare Environment Variables
119120

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 17
99

1010
import Link from '@docusaurus/Link';
1111
import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx';
12-
import ReleaseMatrix from '../snippets/_private-operator-release-matrix.mdx';
12+
import ReleaseMatrixAWS from '../snippets/_private-operator-release-matrix-aws.mdx';
1313
import AttestFailure from '../snippets/_private-operator-attest-failure.mdx';
1414

1515
# UID2 Private Operator for AWS Integration Guide
@@ -171,7 +171,7 @@ It takes several minutes for the stack to be created. When you see an Auto Scali
171171

172172
The latest ZIP file is linked in the Release Notes column in the following table.
173173

174-
<ReleaseMatrix />
174+
<ReleaseMatrixAWS />
175175

176176
### Stack Details
177177

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 18
99

1010
import Link from '@docusaurus/Link';
1111
import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx';
12-
import ReleaseMatrix from '../snippets/_private-operator-release-matrix.mdx';
12+
import ReleaseMatrixAzure from '../snippets/_private-operator-release-matrix-azure.mdx';
1313

1414
# UID2 Private Operator for Azure Integration Guide
1515

@@ -102,7 +102,7 @@ The first step is to get set up with the deployment files you'll need:
102102

103103
The latest ZIP file is linked in the Azure Download column in the following table.
104104

105-
<ReleaseMatrix />
105+
<ReleaseMatrixAzure />
106106

107107
### Create Resource Group
108108

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 18
99

1010
import Link from '@docusaurus/Link';
1111
import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx';
12-
import ReleaseMatrix from '../snippets/_private-operator-release-matrix.mdx';
12+
import ReleaseMatrixGCP from '../snippets/_private-operator-release-matrix-gcp.mdx';
1313

1414
# UID2 Private Operator for GCP Integration Guide
1515

@@ -96,7 +96,7 @@ When UID2 account registration is complete, and you've installed the gcloud CLI,
9696

9797
The latest ZIP file is linked in the GCP Download column in the following table.
9898

99-
<ReleaseMatrix />
99+
<ReleaseMatrixGCP />
100100

101101
## Deployment Environments
102102

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Deprecation Schedule
3+
description: Deprecation timing for UID2 versions.
4+
hide_table_of_contents: false
5+
sidebar_position: 06
6+
---
7+
8+
import Link from '@docusaurus/Link';
9+
import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx';
10+
import ReleaseMatrixAWS from '../snippets/_private-operator-release-matrix-aws.mdx';
11+
import ReleaseMatrixGCP from '../snippets/_private-operator-release-matrix-gcp.mdx';
12+
import ReleaseMatrixAzure from '../snippets/_private-operator-release-matrix-azure.mdx';
13+
import ReleaseMatrixAKS from '../snippets/_private-operator-release-matrix-aks.mdx';
14+
15+
# Deprecation Schedule
16+
17+
The following sections provide information about supported versions and, where applicable, the deprecation timeline.
18+
19+
### Private Operator Upgrade Policy
20+
21+
<UpgradePolicy />
22+
23+
## Prviate Operator Versions
24+
25+
The following tables show the Private Operator versions that are currently supported, including:
26+
- [Private Operator for AWS](#private-operator-for-aws)
27+
- [Private Operator for GCP](#private-operator-for-gcp)
28+
- [Private Operator for Azure](#private-operator-for-azure)
29+
- [Private Operator for AKS](#private-operator-for-aks)
30+
31+
:::important
32+
If you're using an older version, refer to [Private Operator Upgrade Policy](#private-operator-upgrade-policy) for information about the support lifetime for your version. We recommend upgrading to the latest version as soon as possible to take advantage of new and improved features.
33+
:::
34+
35+
### Private Operator for AWS
36+
37+
The latest ZIP file is linked in the Release Notes column in the following table.
38+
39+
<ReleaseMatrixAWS />
40+
41+
### Private Operator for GCP
42+
43+
The latest ZIP file is linked in the GCP Download column in the following table.
44+
45+
<ReleaseMatrixGCP />
46+
47+
### Private Operator for Azure
48+
49+
The latest ZIP file is linked in the Azure Download column in the following table.
50+
51+
<ReleaseMatrixAzure />
52+
53+
### Private Operator for AKS
54+
55+
The latest ZIP file is linked in the Release Notes column in the following table.
56+
57+
**GWH__ query: I don't see the AKS release at this link.**
58+
59+
<ReleaseMatrixAKS />
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
| AKS Version Name | Version Number | Date | Release Notes | Deprecation Date |
2+
| ------- | ------ | ------ | ------ | ------
3+
| 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 |
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
| Version Name | Version Number | Date | Release Notes | AWS Version |
2+
| ------- | ------ | ------ | ------ | ------ |
3+
| Q1 2025 | 5.49.7 | Mar 19, 2025 | [v5.49.7](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.49.7) | 5.49.7 |
4+
| Q3 2024 Out-of-band | 5.41.0 | October 29, 2024 | [v5.41.0](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.41.0) | 5.41.0 |
5+
| Q3 2024 | 5.38.104 | September 12, 2024 | [v5.38.104](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.38.104) | 5.38.104 |
6+
| Q2 2024 | 5.37.12 | June 12, 2024 | [v5.37.12](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.37.12) | 5.37.12 |
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
| Version Name | Version Number | Date | Release Notes | Azure Download |
2+
| ------- | ------ | ------ | ------ | ------ |
3+
| Q1 2025 | 5.49.7 | Mar 19, 2025 | [v5.49.7](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.49.7) | [gcp-oidc-deployment-files-5.49.7.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.49.7/gcp-oidc-deployment-files-5.49.7.zip) | [azure-cc-deployment-files-5.49.7.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.49.7/azure-cc-deployment-files-5.49.7.zip) |
4+
| Q3 2024 Out-of-band | 5.41.0 | October 29, 2024 | [v5.41.0](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.41.0) | [azure-cc-deployment-files-5.41.0.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.41.0/azure-cc-deployment-files-5.41.0.zip) |
5+
| Q3 2024 | 5.38.104 | September 12, 2024 | [v5.38.104](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.38.104) | [azure-cc-deployment-files-5.38.104.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.38.104/azure-cc-deployment-files-5.38.104.zip) |
6+
| Q2 2024 | 5.37.12 | June 12, 2024 | [v5.37.12](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.37.12) | [azure-cc-deployment-files-5.37.12.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.37.12/azure-cc-deployment-files-5.37.12.zip) |
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
| Version Name | Version Number | Date | Release Notes | GCP Download |
2+
| ------- | ------ | ------ | ------ | ------ |
3+
| Q1 2025 | 5.49.7 | Mar 19, 2025 | [v5.49.7](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.49.7) | [gcp-oidc-deployment-files-5.49.7.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.49.7/gcp-oidc-deployment-files-5.49.7.zip) |
4+
| Q3 2024 Out-of-band | 5.41.0 | October 29, 2024 | [v5.41.0](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.41.0) | [gcp-oidc-deployment-files-5.41.0.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.41.0/gcp-oidc-deployment-files-5.41.0.zip) |
5+
| Q3 2024 | 5.38.104 | September 12, 2024 | [v5.38.104](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.38.104) | [gcp-oidc-deployment-files-5.38.104.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.38.104/gcp-oidc-deployment-files-5.38.104.zip) |
6+
| Q2 2024 | 5.37.12 | June 12, 2024 | [v5.37.12](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.37.12) | [gcp-oidc-deployment-files-5.37.12.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.37.12/gcp-oidc-deployment-files-5.37.12.zip) |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_position: 18
99

1010
import Link from '@docusaurus/Link';
1111
import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx';
12-
import ReleaseMatrix from '../snippets/_private-operator-release-matrix.mdx';
12+
import ReleaseMatrixAKS from '../snippets/_private-operator-release-matrix-aks.mdx';
1313

1414
# UID2 Private Operator for AKS Integration Guide
1515

@@ -80,7 +80,6 @@ Kubernetesの `kubectl` コマンドラインインターフェイスをイン
8080
| Integration (`integ`) | テスト専用です。デバックモードはテスト環境で利用可能です。 |
8181
| Production (`prod`) | 本番トラフィックを管理するためのものです。 |
8282

83-
8483
## Private Operator Upgrade Policy
8584

8685
<UpgradePolicy />
@@ -114,7 +113,8 @@ AKS の新しい UID2 Private Operator をデプロイするには、次の主
114113
115114
The latest ZIP file is linked in the AKS Download column in the following table.
116115
117-
<ReleaseMatrix /> -->
116+
<ReleaseMatrixAKS />
117+
-->
118118

119119
### Prepare Environment Variables
120120

0 commit comments

Comments
 (0)