diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index 0af326afb24..10b02d3a905 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -1,5 +1,10 @@
{% extends "base.html" %}
+{% block announce %}
+👋 Powertools for Python v1 will no longer receive updates or releases after 31/03/2023!
+We encourage you to read our upgrade guide on how to migrate to v2.
+{% endblock %}
+
{% block outdated %}
You're not viewing the latest version.
diff --git a/docs/upgrade.md b/docs/upgrade.md
index e16acded572..369daca1832 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -5,6 +5,12 @@ description: Guide to update between major Powertools versions
+## End of support v1
+
+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.
+
+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.
+
## Migrate to v2 from v1
We've made minimal breaking changes to make your transition to v2 as smooth as possible.