From 0b002ac13e0685d62f9011bc022ac8dfcb8db971 Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Mon, 22 Jun 2026 02:08:22 -0700 Subject: [PATCH] pyez 2.8.2 release --- README.md | 1 + RELEASE-NOTES.md | 8 +++++++- lib/jnpr/junos/version.py | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24ec0a947..84f744bd6 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ Juniper Networks is actively contributing to and maintaining this repo. Please c *Contributors:* +* v2.8.2: [Dinesh Babu](https://github.com/dineshbaburam91), [Chidanand Pujar](https://github.com/chidanandpujar) * v2.8.1: [Dinesh Babu](https://github.com/dineshbaburam91), [Chidanand Pujar](https://github.com/chidanandpujar) * v2.8.0: [Dinesh Babu](https://github.com/dineshbaburam91), [Chidanand Pujar](https://github.com/chidanandpujar) * v2.7.6: [Dinesh Babu](https://github.com/dineshbaburam91), [Chidanand Pujar](https://github.com/chidanandpujar) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d2342cde9..cf5e81c1c 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,10 @@ -## Release 2.8.10 - 1 Jun 2026 +## Release 2.8.2 - 22 Jun 2026 +## Features Added +- Gather facts for the satellite devices +## Bugs Fixed +- Updated the SW install output messages in the progress callback + +## Release 2.8.1 - 1 Jun 2026 ## Features Added - Upgraded Jinja2 version 3.1.6 ## Bugs Fixed diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index 9abf38bfb..1f012023e 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,5 +1,5 @@ -VERSION = "2.8.1" -DATE = "2026-Jun-01" +VERSION = "2.8.2" +DATE = "2026-Jun-22" # Augment with the internal version if present try: