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.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)
Expand Down
8 changes: 7 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
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"
DATE = "2026-Jun-01"
VERSION = "2.8.2"
DATE = "2026-Jun-22"

# Augment with the internal version if present
try:
Expand Down
Loading