From f7ceab627d6bc43beae9e3e7e7a7f1529eb72d50 Mon Sep 17 00:00:00 2001 From: Patrick Russell Date: Mon, 1 Jun 2026 17:17:56 -0700 Subject: [PATCH 1/3] docs: add June 2026 release notes --- src/pages/intro_and_overview/release-notes.md | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/src/pages/intro_and_overview/release-notes.md b/src/pages/intro_and_overview/release-notes.md index e813a6237..22507ef3e 100644 --- a/src/pages/intro_and_overview/release-notes.md +++ b/src/pages/intro_and_overview/release-notes.md @@ -2,6 +2,72 @@ Stay up to date with the latest features, improvements, and bug fixes in App Builder and Adobe I/O Runtime. +## June 2026 + +*June 1, 2026* + +### @adobe/aio-cli-plugin-runtime 8.3.0 + +#### New Features + +- Added `aio runtime ip-list get` command to fetch the current Adobe I/O Runtime outbound (egress) IP ranges, so you can update corporate or network allowlists without opening a support ticket +- Supports the full IP list, region filtering, and JSON output +- On first use for a given Adobe org, you are prompted to accept the I/O Runtime egress IP allowlist terms and provide a contact email for IP-change notifications; subsequent calls in the same org are non-interactive + +#### Upgrade Instructions + +To use the update, reinstall the aio-cli: + +``` +npm install -g @adobe/aio-cli +``` + +Then run: + +``` +aio runtime ip-list get +``` + +See the [`aio runtime ip-list` command documentation](https://github.com/adobe/aio-cli-plugin-runtime#aio-runtime-ip-list) for full usage and flags. + +[Full release changes](https://github.com/adobe/aio-cli-plugin-runtime/releases/tag/8.3.0) + +*May 29, 2026* + +### @adobe/aio-lib-files 4.1.4 + +#### Security + +- Fixed CVE-2026-41907 by updating a vulnerable dependency + +#### Upgrade Instructions + +To use the update, reinstall the aio-cli: + +``` +npm install -g @adobe/aio-cli +``` + +[Full release changes](https://github.com/adobe/aio-lib-files/releases/tag/4.1.4) + +*May 28, 2026* + +### @adobe/aio-lib-runtime 7.4.0 + +#### New Features + +- Added Node.js 26 runtime support + +#### Upgrade Instructions + +To use the update, reinstall the aio-cli: + +``` +npm install -g @adobe/aio-cli +``` + +[Full release changes](https://github.com/adobe/aio-lib-runtime/releases/tag/7.4.0) + ## April 2026 *April 27, 2026* From 30de9db4c5ec9bcd355791a5f9a41cb124b1fe19 Mon Sep 17 00:00:00 2001 From: Patrick Russell Date: Mon, 1 Jun 2026 17:22:51 -0700 Subject: [PATCH 2/3] docs: split May 2026 releases into their own section --- src/pages/intro_and_overview/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/intro_and_overview/release-notes.md b/src/pages/intro_and_overview/release-notes.md index 22507ef3e..5f0f98bca 100644 --- a/src/pages/intro_and_overview/release-notes.md +++ b/src/pages/intro_and_overview/release-notes.md @@ -32,6 +32,8 @@ See the [`aio runtime ip-list` command documentation](https://github.com/adobe/a [Full release changes](https://github.com/adobe/aio-cli-plugin-runtime/releases/tag/8.3.0) +## May 2026 + *May 29, 2026* ### @adobe/aio-lib-files 4.1.4 From c54ebc8e2dc144e5331e6389833a138797a323fc Mon Sep 17 00:00:00 2001 From: Patrick Russell Date: Tue, 2 Jun 2026 13:18:35 -0700 Subject: [PATCH 3/3] docs: point ip-list link to the get subcommand anchor --- src/pages/intro_and_overview/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/intro_and_overview/release-notes.md b/src/pages/intro_and_overview/release-notes.md index 5f0f98bca..dd8866290 100644 --- a/src/pages/intro_and_overview/release-notes.md +++ b/src/pages/intro_and_overview/release-notes.md @@ -28,7 +28,7 @@ Then run: aio runtime ip-list get ``` -See the [`aio runtime ip-list` command documentation](https://github.com/adobe/aio-cli-plugin-runtime#aio-runtime-ip-list) for full usage and flags. +See the [`aio runtime ip-list get` command documentation](https://github.com/adobe/aio-cli-plugin-runtime#aio-runtime-ip-list-get) for full usage and flags. [Full release changes](https://github.com/adobe/aio-cli-plugin-runtime/releases/tag/8.3.0)