-
Notifications
You must be signed in to change notification settings - Fork 50
add Private Operator Upgrade Policy #894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
9ced758
c4fc8a3
87afd77
c946784
fe277b5
76e54af
fbb1334
63c49e8
4ef10ec
abf1393
98c35de
c0fb1bb
f37f8fe
28d8831
9fbe9e6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
--- | ||
title: Deprecation Schedule | ||
description: Deprecation timeline for versions of UID2 APIs and services. | ||
hide_table_of_contents: false | ||
sidebar_position: 06 | ||
--- | ||
|
||
import Link from '@docusaurus/Link'; | ||
import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx'; | ||
|
||
# Deprecation Schedule | ||
|
||
The following sections provide information about supported versions and, where applicable, the deprecation timeline. | ||
|
||
## Private Operator Versions | ||
|
||
The following tables show the Private Operator versions that are currently supported, including: | ||
- [Private Operator for AWS](#private-operator-for-aws) | ||
- [Private Operator for GCP](#private-operator-for-gcp) | ||
- [Private Operator for Azure](#private-operator-for-azure) | ||
<!-- - [Private Operator for AKS](#private-operator-for-aks) --> | ||
|
||
:::important | ||
If you're using an older version, refer to the applicable table, Deprecation Date column, 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. | ||
::: | ||
|
||
### Private Operator for AWS | ||
|
||
The latest ZIP file is available in the Assets section at the bottom of the linked Release Notes in the following table. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @clarkxuyang there is indeed a ZIP for AWS in the release notes. Is it worthwhile linking it here? Our docs are centered around marketplace experience which does not require the zip. Is zip required only for setup experience outside of marketplace? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The ZIP is only required for the setup experience outside of the marketplace. The public documentation doesn’t explain how to use it, I feel including the link might cause confusion. |
||
|
||
| Version Name | Version #/Release Notes | AWS Version | Date | Deprecation Date | | ||
| ------- | ------ | ------ | ------ | ------ | | ||
| Q2 2025 | [v5.55.9](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.55.9-r1) | v5.55.9-r1 | July 1, 2025 | July 1, 2026 | | ||
| 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 | | ||
| 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 | | ||
| 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 | | ||
| 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 | | ||
|
||
For documentation, see [UID2 Private Operator for AWS Integration Guide](..\guides\operator-guide-aws-marketplace.md). | ||
|
||
### Private Operator for GCP | ||
|
||
The latest ZIP file is linked in the GCP Download column in the following table. | ||
|
||
| Version Name | Version #/Release Notes | GCP Download | Date | Deprecation Date | | ||
| ------- | ------ | ------ | ------ | ------ | | ||
| Q2 2025 | [v5.55.9](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.55.9-r1) | [gcp-oidc-deployment-files-5.55.9-r1.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.55.9-r1/gcp-oidc-deployment-files-5.55.9-r1.zip) | July 1, 2025 | July 1, 2026 | | ||
| 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 | | ||
| 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 | | ||
| 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 | | ||
| 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 | | ||
|
||
For documentation, see [UID2 Private Operator for GCP Integration Guide](..\guides\operator-private-gcp-confidential-space.md). | ||
|
||
### Private Operator for Azure | ||
|
||
The latest ZIP file is linked in the Azure Download column in the following table. | ||
|
||
| Version Name | Version #/Release Notes | Azure Download | Date | Deprecation Date | | ||
| ------- | ------ | ------ | ------ | ------ | | ||
| Q2 2025 | [v5.55.9](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.55.9-r1) | [azure-cc-deployment-files-5.55.9-r1.zip](https://github.com/IABTechLab/uid2-operator/releases/download/v5.55.9-r1/azure-cc-deployment-files-5.55.9-r1.zip) | July 1, 2025 | July 1, 2026 | | ||
| Q1 2025 | [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 | | ||
| Q3 2024 Out-of-band | [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 | | ||
| Q3 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) | September 12, 2024 | Mar 31, 2026 | | ||
| Q2 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) | June 12, 2024 | Sep 30, 2025 | | ||
|
||
For documentation, see [UID2 Private Operator for Azure Integration Guide](..\guides\operator-guide-azure-enclave.md). | ||
|
||
<!-- ### Private Operator for AKS | ||
|
||
The latest ZIP file is linked in the Release Notes column in the following table. | ||
|
||
| AKS Version Name | Version #/Release Notes | AKS Download | Date | Deprecation Date | | ||
| ------- | ------ | ------ | ------ | ------ | | ||
| Q2 2025 | xxx | xxx | xxx | xxx | --> | ||
<!-- | 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 | --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Curious why this is commented out? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @atarassov-ttd good point. It should probably come out -- but we did have this release. The info I was given (LC Confluence page) had it, but if you click through on the link, this artifact does not exist on the page. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. At the time of release Q1 2025, aks private operator was in final testing. It is not announced as part of Q1 release. |
||
|
||
## Private Operator Upgrade Policy | ||
|
||
<UpgradePolicy /> |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- Used by: All Private Operator guides plus Private Operator overview (guides/integration-options-private-operator.md) --> | ||
|
||
To maintain security and operational integrity, outdated operator versions will be disabled after 12 months, which may cause affected deployments to shut down or fail to start. Upgrading ensures the use of the latest security and feature enhancements. We recommend upgrading proactively to avoid disruptions. | ||
|
||
:::note | ||
For critical security or operational issues, or where contract terms apply, we reserve the right to enforce tighter upgrade timelines for private operators. | ||
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest moving the policy here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @atarassov-ttd oops about to publish and just noticed this comment.
I'd previously moved this to below the versions section based on your earlier comment #894 (comment).
The trouble is, the Important note is at the end of the H2 intro and then we have the individual H3 sections for each Private Operator. So it isn't good to interject another H2 section in there. To me, "the versions section" includes the parent and the children.
Given we need to get this out, keeping it as is. But if you take a look and need it moved still, happy to do it as a fast follow.