From 573c9ae55e1cdf4caf6544595e34d594d1e425b5 Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Sun, 31 May 2026 21:58:19 -0700 Subject: [PATCH 1/2] pyez 2.8.1 release --- README.md | 1 + RELEASE-NOTES.md | 5 ++++- lib/jnpr/junos/version.py | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fae17ed0b..24ec0a947 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.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) * v2.7.5: [Dinesh Babu](https://github.com/dineshbaburam91), [Chidanand Pujar](https://github.com/chidanandpujar) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c5e70831d..44b1178a8 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,9 @@ -## Release 2.8.1.dev0 - 19 May 2026 +## Release 2.8.10 - 1 Jun 2026 ## Features Added +- Upgraded Jinja2 version 3.1.6 ## Bugs Fixed +- Fixed the eval operation to use the safe_eval operation in PyEZ table view to avoid security issues +- hostname validation before substituting the hostname into a proxy_command ## Release 2.8.0 - 19 May 2026 ## Features Added diff --git a/lib/jnpr/junos/version.py b/lib/jnpr/junos/version.py index 9e45b1bfc..9abf38bfb 100644 --- a/lib/jnpr/junos/version.py +++ b/lib/jnpr/junos/version.py @@ -1,5 +1,5 @@ -VERSION = "2.8.1.dev0" -DATE = "2026-May-19" +VERSION = "2.8.1" +DATE = "2026-Jun-01" # Augment with the internal version if present try: From db7b0ead3a9c69bf8f7d9f1c37eb9a05c8019960 Mon Sep 17 00:00:00 2001 From: chidanandpujar Date: Sun, 31 May 2026 22:07:11 -0700 Subject: [PATCH 2/2] pyez 2.8.1 release --- RELEASE-NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 44b1178a8..d2342cde9 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,8 +2,8 @@ ## Features Added - Upgraded Jinja2 version 3.1.6 ## Bugs Fixed -- Fixed the eval operation to use the safe_eval operation in PyEZ table view to avoid security issues -- hostname validation before substituting the hostname into a proxy_command +- Modified the eval operation to use the safe_eval operation in the PyEZ table view, addressing security vulnerabilities +- Added hostname validation before substituting the hostname in the proxy_command ## Release 2.8.0 - 19 May 2026 ## Features Added