Skip to content

Commit c946784

Browse files
committed
reconfigure, update
1 parent 87afd77 commit c946784

19 files changed

+113
-81
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ There are a couple of limitations to Private Operator functionality:
8989

9090
<UpgradePolicy />
9191

92+
## Private Operator Deprecation Schedule
93+
94+
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
95+
9296
## Getting Started
9397

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

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

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

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

1413
# UID2 Private Operator for AKS Integration Guide
1514

@@ -109,12 +108,17 @@ To get set up with the installation files, follow these steps:
109108
110109
- `operator.yaml` -->
111110

112-
<!-- ### Operator Version
111+
### Operator Version
113112

114113
The latest ZIP file is linked in the AKS Download column in the following table.
115114

116-
<ReleaseMatrixAKS />
117-
-->
115+
| AKS Version Name | Version&nbsp;#/Release&nbsp;Notes | AKS Download | Date | Deprecation Date |
116+
| ------- | ------ | ------ | ------ | ------ |
117+
| Q2 2025 | TBD | TBD | TBD | TBD |
118+
119+
:::note
120+
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
121+
:::
118122

119123
### Prepare Environment Variables
120124

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

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

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

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

172171
The latest ZIP file is linked in the Release Notes column in the following table.
173172

174-
<ReleaseMatrixAWS />
173+
| Version Name | Version&nbsp;#/Release&nbsp;Notes | AWS Version | Date |
174+
| ------- | ------ | ------ | ------ |
175+
| Q2 2025 | TBD | TBD | TBD |
176+
177+
:::note
178+
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
179+
:::
175180

176181
### Stack Details
177182

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

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

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

1413
# UID2 Private Operator for Azure Integration Guide
1514

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

103102
The latest ZIP file is linked in the Azure Download column in the following table.
104103

105-
<ReleaseMatrixAzure />
104+
| Version Name | Version Number | Release Notes | Azure Download | Date | Deprecation Date |
105+
| ------- | ------ | ------ | ------ | ------ | ------ |
106+
| Q2 2025 | TBD | TBD | TBD | TBD | TBD |
107+
108+
:::note
109+
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
110+
:::
106111

107112
### Create Resource Group
108113

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

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

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

1413
# UID2 Private Operator for GCP Integration Guide
1514

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

9796
The latest ZIP file is linked in the GCP Download column in the following table.
9897

99-
<ReleaseMatrixGCP />
98+
| Version Name | Version&nbsp;#/Release&nbsp;Notes | GCP Download | Date | Deprecation Date |
99+
| ------- | ------ | ------ | ------ | ------ |
100+
| Q2 2025 | TBD | TBD | TBD | TBD |
101+
102+
:::note
103+
For information about supported versions and deprecation dates, see [Private Operator Versions](../ref-info/deprecation-schedule.md#private-operator-versions).
104+
:::
100105

101106
## Deployment Environments
102107

docs/ref-info/deprecation-schedule.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ sidebar_position: 06
77

88
import Link from '@docusaurus/Link';
99
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';
1410

1511
# Deprecation Schedule
1612

@@ -20,7 +16,7 @@ The following sections provide information about supported versions and, where a
2016

2117
<UpgradePolicy />
2218

23-
## Prviate Operator Versions
19+
## Private Operator Versions
2420

2521
The following tables show the Private Operator versions that are currently supported, including:
2622
- [Private Operator for AWS](#private-operator-for-aws)
@@ -36,24 +32,43 @@ If you're using an older version, refer to [Private Operator Upgrade Policy](#pr
3632

3733
The latest ZIP file is linked in the Release Notes column in the following table.
3834

39-
<ReleaseMatrixAWS />
35+
| Version Name | Version&nbsp;#/Release&nbsp;Notes | AWS Version | Date | Deprecation Date |
36+
| ------- | ------ | ------ | ------ | ------ |
37+
| Q2 2025 | TBD | TBD | TBD | TBD |
38+
| Q1 2025 | [v5.49.7](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.49.7) | 5.49.7 | Mar 19, 2025 | Mar 31, 2026 |
39+
| Q3 2024 Out-of-band | [v5.41.0](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.41.0) | 5.41.0 | October 29, 2024 | Mar 31, 2026 |
40+
| Q3 2024 | [v5.38.104](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.38.104) | 5.38.104 | September 12, 2024 | Mar 31, 2026 |
41+
| Q2 2024 | [v5.37.12](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.37.12) | 5.37.12 | June 12, 2024 | Sep 30, 2025 |
4042

4143
### Private Operator for GCP
4244

4345
The latest ZIP file is linked in the GCP Download column in the following table.
4446

45-
<ReleaseMatrixGCP />
47+
| Version Name | Version&nbsp;#/Release&nbsp;Notes | GCP Download | Date | Deprecation Date |
48+
| ------- | ------ | ------ | ------ | ------ |
49+
| Q2 2025 | TBD | TBD | TBD | TBD |
50+
| Q1 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) | Mar 19, 2025 | Mar 31, 2026 |
51+
| Q3 2024 Out-of-band | [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) | October 29, 2024 | Mar 31, 2026 |
52+
| Q3 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) | September 12, 2024 | Mar 31, 2026 |
53+
| Q2 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) | June 12, 2024 | Sep 30, 2025 |
4654

4755
### Private Operator for Azure
4856

4957
The latest ZIP file is linked in the Azure Download column in the following table.
5058

51-
<ReleaseMatrixAzure />
59+
| Version Name | Version Number | Release Notes | Azure Download | Date | Deprecation Date |
60+
| ------- | ------ | ------ | ------ | ------ | ------ |
61+
| Q2 2025 | TBD | TBD | TBD | TBD | TBD |
62+
| Q1 2025 | 5.49.7 | [v5.49.7](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.49.7) | [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) | Mar 19, 2025 | Mar 31, 2026 |
63+
| Q3 2024 Out-of-band | 5.41.0 | [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) | October 29, 2024 | Mar 31, 2026 |
64+
| Q3 2024 | 5.38.104 | [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) | September 12, 2024 | Mar 31, 2026 |
65+
| Q2 2024 | 5.37.12 | [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) | June 12, 2024 | Sep 30, 2025 |
5266

5367
### Private Operator for AKS
5468

5569
The latest ZIP file is linked in the Release Notes column in the following table.
5670

57-
**GWH__ query: I don't see the AKS release at this link.**
58-
59-
<ReleaseMatrixAKS />
71+
| AKS Version Name | Version&nbsp;#/Release&nbsp;Notes | AKS Download | Date | Deprecation Date |
72+
| ------- | ------ | ------ | ------ | ------ |
73+
| Q2 2025 | TBD | TBD | TBD | TBD |
74+
<!-- | 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 | -->

docs/snippets/_private-operator-release-matrix-aks.mdx

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/snippets/_private-operator-release-matrix-aws.mdx

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/snippets/_private-operator-release-matrix-azure.mdx

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/snippets/_private-operator-release-matrix-gcp.mdx

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)