Skip to content

Commit b0b1602

Browse files
docs(homepage): add banner for end-of-support v1 (#1879)
1 parent 26ea6e0 commit b0b1602

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Diff for: docs/overrides/main.html

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

3+
{% block announce %}
4+
👋 Powertools for Python v1 will no longer receive updates or releases after 31/03/2023!
5+
We encourage you to read our <a href="/upgrade/#end-of-support-v1">upgrade guide on how to migrate to v2</a>.
6+
{% endblock %}
7+
38
{% block outdated %}
49
You're not viewing the latest version.
510
<a href="{{ '../' ~ base_url }}">

Diff for: docs/upgrade.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ description: Guide to update between major Powertools versions
55

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

8+
## End of support v1
9+
10+
On March 31st, AWS Lambda Powertools for Python v1 will reach end of support. After that, Powertools v1 will no longer receive updates or releases. If you are still using v1, we encourage you to read our upgrade guide and update to the latest version.
11+
12+
Given our commitment to all of our customers using AWS Lambda Powertools for Python, we will keep [Pypi](https://pypi.org/project/aws-lambda-powertools/) v1 releases and documentation 1.x versions to prevent any disruption.
13+
814
## Migrate to v2 from v1
915

1016
We've made minimal breaking changes to make your transition to v2 as smooth as possible.

0 commit comments

Comments
 (0)