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
6
6
Changelog for Juniper Device Ansible Collection
7
7
===========================
8
8
9
- Version 1.0.8 (2025-04-28 )
9
+ Version 1.0.8 (2025-04-30 )
10
10
---------------------------
11
11
Enhancements
12
12
------------
13
13
- Supported juniper.device.software: VMHost device software upgrade with version check to use the details of "show vmhost version" (#709).
14
14
- Supported ansible-test sanity unit test and pytest framework (#718).
15
15
- 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
16
18
17
19
Bugs Fixed
18
20
----------
19
21
- 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
20
24
21
25
Version 1.0.7 (2024-12-19)
22
26
---------------------------
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace: juniper
9
9
name : device
10
10
11
11
# The version of the collection. Must be compatible with semantic versioning
12
- version : 1.0.7
12
+ version : 1.0.8
13
13
14
14
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
15
15
readme : README.md
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
3
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