From 7f9717f2bd34b419cdd6dc6316ec934797f859e8 Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Mon, 3 Jun 2024 14:43:46 -0400 Subject: [PATCH 1/3] Add note on old registrar deprecations --- .../overview/automation-release-notes.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/chainlink-automation/overview/automation-release-notes.mdx b/src/content/chainlink-automation/overview/automation-release-notes.mdx index 5e08c70b4d7..d4421b85828 100644 --- a/src/content/chainlink-automation/overview/automation-release-notes.mdx +++ b/src/content/chainlink-automation/overview/automation-release-notes.mdx @@ -13,6 +13,7 @@ whatsnext: **Chainlink Automation Release Notes** +- [Registrar deprecation through v2.0](#2024-06-03---registrar-deprecation-through-v20) - [Automation on Polygon Amoy](#2024-04-23---automation-on-polygon-amoy) - [Polygon testnet support](#2024-04-13---polygon-testnet-support) - [Automation StreamsLookup error handler](#2024-03-07---automation-streamslookup-error-handler) @@ -33,6 +34,10 @@ whatsnext: - [Keepers v1.1 launch on Ethereum](#2021-08-05---keepers-v11-launch-on-ethereum) - [Questions](#questions) +## 2024-06-03 - Registrar deprecation through v2.0 + +Older Automation [registrars](/chainlink-automation/reference/automation-contracts#automationregistrarsol) for v1.0, v1.1, v1.2, v1.3, and v2.0 are deprecated on all [supported networks](/chainlink-automation/overview/supported-networks) (Ethereum, Avalanche, BSC, Polygon, Arbitrum and Optimism). You can no longer register new upkeeps using these older versions. Although existing upkeeps using these older versions are still supported, please [migrate your older upkeeps to Automation 2.1](https://docs.chain.link/chainlink-automation/guides/migrate-to-v2). + ## 2024-04-23 - Automation on Polygon Amoy Chainlink Automation is live on [Polygon Amoy](/chainlink-automation/overview/supported-networks#amoy-testnet). From dcfb05c011f52c2347af46f77197d94b8f4ce19b Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Mon, 3 Jun 2024 14:58:51 -0400 Subject: [PATCH 2/3] fix link --- .../chainlink-automation/overview/automation-release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/chainlink-automation/overview/automation-release-notes.mdx b/src/content/chainlink-automation/overview/automation-release-notes.mdx index d4421b85828..e92be80227d 100644 --- a/src/content/chainlink-automation/overview/automation-release-notes.mdx +++ b/src/content/chainlink-automation/overview/automation-release-notes.mdx @@ -36,7 +36,7 @@ whatsnext: ## 2024-06-03 - Registrar deprecation through v2.0 -Older Automation [registrars](/chainlink-automation/reference/automation-contracts#automationregistrarsol) for v1.0, v1.1, v1.2, v1.3, and v2.0 are deprecated on all [supported networks](/chainlink-automation/overview/supported-networks) (Ethereum, Avalanche, BSC, Polygon, Arbitrum and Optimism). You can no longer register new upkeeps using these older versions. Although existing upkeeps using these older versions are still supported, please [migrate your older upkeeps to Automation 2.1](https://docs.chain.link/chainlink-automation/guides/migrate-to-v2). +Older Automation [registrars](/chainlink-automation/reference/automation-contracts#automationregistrarsol) for v1.0, v1.1, v1.2, v1.3, and v2.0 are deprecated on all [supported networks](/chainlink-automation/overview/supported-networks) (Ethereum, Avalanche, BSC, Polygon, Arbitrum and Optimism). You can no longer register new upkeeps using these older versions. Although existing upkeeps using these older versions are still supported, please [migrate your older upkeeps to Automation 2.1](/chainlink-automation/guides/migrate-to-v2). ## 2024-04-23 - Automation on Polygon Amoy From 2641f475a77c63ba870af788d5223d757e18dfda Mon Sep 17 00:00:00 2001 From: thedriftofwords Date: Mon, 3 Jun 2024 15:08:38 -0400 Subject: [PATCH 3/3] review --- .../chainlink-automation/overview/automation-release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/chainlink-automation/overview/automation-release-notes.mdx b/src/content/chainlink-automation/overview/automation-release-notes.mdx index e92be80227d..87f43f507ae 100644 --- a/src/content/chainlink-automation/overview/automation-release-notes.mdx +++ b/src/content/chainlink-automation/overview/automation-release-notes.mdx @@ -36,7 +36,7 @@ whatsnext: ## 2024-06-03 - Registrar deprecation through v2.0 -Older Automation [registrars](/chainlink-automation/reference/automation-contracts#automationregistrarsol) for v1.0, v1.1, v1.2, v1.3, and v2.0 are deprecated on all [supported networks](/chainlink-automation/overview/supported-networks) (Ethereum, Avalanche, BSC, Polygon, Arbitrum and Optimism). You can no longer register new upkeeps using these older versions. Although existing upkeeps using these older versions are still supported, please [migrate your older upkeeps to Automation 2.1](/chainlink-automation/guides/migrate-to-v2). +Older Automation [registrars](/chainlink-automation/reference/automation-contracts#automationregistrarsol) for v1.0, v1.1, v1.2, v1.3, and v2.0 are deprecated on all [supported networks](/chainlink-automation/overview/supported-networks) (Ethereum, Avalanche, BSC, Polygon, Arbitrum and Optimism). You can no longer register new upkeeps using these older versions. Please [migrate your older upkeeps to Automation 2.1](/chainlink-automation/guides/migrate-to-v2) to ensure they remain operational as we start deprecating older versions. ## 2024-04-23 - Automation on Polygon Amoy