Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 4 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
- 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
Expand Down
4 changes: 2 additions & 2 deletions lib/jnpr/junos/version.py
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading