Skip to content

Commit 9f430b1

Browse files
docs(homepage): remove banner for end-of-support v1 (aws-powertools#2098)
1 parent 8d0c22e commit 9f430b1

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs/overrides/main.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
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="{{ base_url }}/upgrade/#end-of-support-v1">upgrade guide on how to migrate to v2</a>.
6-
{% endblock %}
7-
83
{% block outdated %}
94
You're not viewing the latest version.
105
<a href="{{ '../' ~ base_url }}">

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Guide to update between major Powertools versions
77

88
## End of support v1
99

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.
10+
!!! warning "On March 31st, 2023, AWS Lambda Powertools for Python v1 reached end of support and will no longer receive updates or releases. If you are still using v1, we strongly recommend you to read our upgrade guide and update to the latest version."
1111

1212
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.
1313

0 commit comments

Comments
 (0)