File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
ansible_collections/juniper/device Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,21 @@ Juniper Device Collection Release Notes
66Changelog for Juniper Device Ansible Collection
77===========================
88
9- Version 1.0.8 (2025-04-28 )
9+ Version 1.0.8 (2025-04-30 )
1010---------------------------
1111Enhancements
1212------------
1313- Supported juniper.device.software: VMHost device software upgrade with version check to use the details of "show vmhost version" (#709).
1414- Supported ansible-test sanity unit test and pytest framework (#718).
1515- Supported ansible-test network-integration framework (#713).
16+ - Supported pre-commit hook #743
17+ - Enhanced file_copy modules to support SCP, FTP, checksum and transfer-file
1618
1719Bugs Fixed
1820----------
1921- Fixed typo in juniper.device.config module with format: "json" (#711).
22+ - Fixed ansible-lint and PyEZ exception issues #738
23+ - Fix to handle RPC response in JSON format of type <class 'dict'> #730
2024
2125Version 1.0.7 (2024-12-19)
2226---------------------------
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace: juniper
99name : device
1010
1111# The version of the collection. Must be compatible with semantic versioning
12- version : 1.0.7
12+ version : 1.0.8
1313
1414# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515readme : README.md
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22# -*- coding: utf-8 -*-
33
4- VERSION = "v1.0.7 "
5- DATE = "2024-Dec-5 "
4+ VERSION = "v1.0.8 "
5+ DATE = "2025-Apr-30 "
Original file line number Diff line number Diff line change 1- VERSION = "v1.0.7 "
2- DATE = "2024-Dec-18 "
1+ VERSION = "v1.0.8 "
2+ DATE = "2025-Apr-30 "
You can’t perform that action at this time.
0 commit comments