From f782da4b3931730721f0ed20afaa35392fbe80a2 Mon Sep 17 00:00:00 2001 From: Jeff Kala Date: Wed, 12 Aug 2026 07:53:28 -0600 Subject: [PATCH 1/2] Release v3.2.3a0 --- changes/+trusted-publisher.housekeeping | 1 - changes/413.added | 1 - changes/418.added | 1 - docs/admin/release_notes/version_3.2.md | 11 +++++++++++ 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changes/+trusted-publisher.housekeeping delete mode 100644 changes/413.added delete mode 100644 changes/418.added diff --git a/changes/+trusted-publisher.housekeeping b/changes/+trusted-publisher.housekeeping deleted file mode 100644 index a35d4edf..00000000 --- a/changes/+trusted-publisher.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Work on trusted publisher for networktocode org. diff --git a/changes/413.added b/changes/413.added deleted file mode 100644 index 179992ff..00000000 --- a/changes/413.added +++ /dev/null @@ -1 +0,0 @@ -Added Juniper SRX Chassis Cluster upgrade support when ICU. \ No newline at end of file diff --git a/changes/418.added b/changes/418.added deleted file mode 100644 index 40e405fb..00000000 --- a/changes/418.added +++ /dev/null @@ -1 +0,0 @@ -Added the `arista_eos_ssh` device type, an SSH-only Arista EOS driver for environments where eAPI is not enabled; it exposes the same API as `arista_eos_eapi` and obtains structured data via the CLI's `| json` pipe. diff --git a/docs/admin/release_notes/version_3.2.md b/docs/admin/release_notes/version_3.2.md index b788aace..9e591dfb 100644 --- a/docs/admin/release_notes/version_3.2.md +++ b/docs/admin/release_notes/version_3.2.md @@ -8,6 +8,17 @@ This document describes all new features and changes in the release. The format - Fixed Arista EOS reboot detection when waiting for a device to reload. +## [v3.2.3a0 (2026-08-12)](https://github.com/networktocode/pyntc/releases/tag/velease-3.2.3a0) + +### Added + +- [#413](https://github.com/networktocode/pyntc/issues/413) - Added Juniper SRX Chassis Cluster upgrade support when ICU. +- [#418](https://github.com/networktocode/pyntc/issues/418) - Added the `arista_eos_ssh` device type, an SSH-only Arista EOS driver for environments where eAPI is not enabled; it exposes the same API as `arista_eos_eapi` and obtains structured data via the CLI's `| json` pipe. + +### Housekeeping + +- Work on trusted publisher for networktocode org. + ## [v3.2.2 (2026-08-04)](https://github.com/networktocode/pyntc/releases/tag/v3.2.2) ### Fixed From e43224fe65e4b45f2fe2a2e0f22914a0a472af79 Mon Sep 17 00:00:00 2001 From: Jeff Kala Date: Wed, 12 Aug 2026 08:15:31 -0600 Subject: [PATCH 2/2] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f845f8b..2cfa2f59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyntc" -version = "3.2.3a0" +version = "3.2.3a1" description = "Python library focused on tasks related to device level and OS management." authors = ["Network to Code, LLC "] readme = "README.md"