Skip to content

Commit 47118de

Browse files
chore(documentation): v2 end of support (#6343)
EOL v2
1 parent bd745fd commit 47118de

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/overrides/main.html

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{% extends "base.html" %}
22

3-
{% block announce %}
4-
On March 25th 2025, v2 reaches <a href="https://github.com/aws-powertools/powertools-lambda-python/issues/5239"
5-
target="_blank">
6-
End-of-Life</a>. We recommend you to <a href="https://docs.powertools.aws.dev/lambda/python/latest/upgrade/"
7-
target="_blank">upgrade to v3</a>.
8-
{% endblock %}
9-
103
{% block outdated %}
114
You're not viewing the latest version.
125
<a href="{{ '../' ~ base_url }}">

docs/upgrade.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: Guide to update between major Powertools for AWS Lambda (Python) ve
55

66
<!-- markdownlint-disable MD043 -->
77

8+
## End of support v2
9+
10+
!!! 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."
11+
12+
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.
13+
814
## Migrate to v3 from v2
915

1016
!!! 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/)."

docs/versioning.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ To see the list of available major versions of Powertools for AWS Lambda and whe
6969

7070
| SDK | Major version | Current Phase | General Availability Date | Notes |
7171
| -------------------------------- | ------------- | -------------------- | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
72+
| 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/) |
7273
| Powertools for AWS Lambda (Python) | 2.x | Maintenance Announcement | 09/25/2024 | See [announcement](https://github.com/aws-powertools/powertools-lambda-python/issues/5239) |
7374
| 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) |
7475
| Powertools for AWS Lambda (Python) | 3.x | Developer Preview | | See [RFC](https://github.com/aws-powertools/powertools-lambda-python/issues/4189) |

0 commit comments

Comments
 (0)