diff --git a/docs/overrides/main.html b/docs/overrides/main.html index b5baded64aa..e4c38e21b6b 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,12 +1,5 @@ {% extends "base.html" %} -{% block announce %} -On March 25th 2025, v2 reaches <a href="https://github.com/aws-powertools/powertools-lambda-python/issues/5239" - target="_blank"> - End-of-Life</a>. We recommend you to <a href="https://docs.powertools.aws.dev/lambda/python/latest/upgrade/" - target="_blank">upgrade to v3</a>. -{% endblock %} - {% block outdated %} You're not viewing the latest version. <a href="{{ '../' ~ base_url }}"> diff --git a/docs/upgrade.md b/docs/upgrade.md index 43243741103..0e57d8fb609 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -5,6 +5,12 @@ description: Guide to update between major Powertools for AWS Lambda (Python) ve <!-- markdownlint-disable MD043 --> +## End of support v2 + +!!! warning "On March 25st, 2025, Powertools for AWS Lambda (Python) v2 reached end of support and will no longer receive updates or releases. If you are still using v2, we strongly recommend you to read our upgrade guide and update to the latest version." + +Given our commitment to all of our customers using Powertools for AWS Lambda (Python), we will keep [Pypi](https://pypi.org/project/aws-lambda-powertools/){target="_blank"} v2 releases and documentation 2.x versions to prevent any disruption. + ## Migrate to v3 from v2 !!! info "We strongly encourage you to migrate to v3. However, if you still need to upgrade from v1 to v2, you can find the [upgrade guide](/lambda/python/2.43.1/upgrade/)." diff --git a/docs/versioning.md b/docs/versioning.md index 04b4e23a1a0..febcc616045 100644 --- a/docs/versioning.md +++ b/docs/versioning.md @@ -69,6 +69,7 @@ To see the list of available major versions of Powertools for AWS Lambda and whe | SDK | Major version | Current Phase | General Availability Date | Notes | | -------------------------------- | ------------- | -------------------- | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Powertools for AWS Lambda (Python) | 2.x | End of Support | 09/23/2024 | See [upgrade guide](https://docs.powertools.aws.dev/lambda/python/latest/upgrade/) | | Powertools for AWS Lambda (Python) | 2.x | Maintenance Announcement | 09/25/2024 | See [announcement](https://github.com/aws-powertools/powertools-lambda-python/issues/5239) | | Powertools for AWS Lambda (Python) | 3.x | General Availability | 09/23/2024 | See [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v3.0.0) | | Powertools for AWS Lambda (Python) | 3.x | Developer Preview | | See [RFC](https://github.com/aws-powertools/powertools-lambda-python/issues/4189) |