Skip to content

Commit 2aa55f5

Browse files
ansible release update (#746)
1 parent f9f20e5 commit 2aa55f5

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

ansible_collections/juniper/device/CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@ Juniper Device Collection Release Notes
66
Changelog for Juniper Device Ansible Collection
77
===========================
88

9-
Version 1.0.8 (2025-04-28)
9+
Version 1.0.8 (2025-04-30)
1010
---------------------------
1111
Enhancements
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

1719
Bugs 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

2125
Version 1.0.7 (2024-12-19)
2226
---------------------------

ansible_collections/juniper/device/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: juniper
99
name: 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
1515
readme: README.md
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "v1.0.7"
2-
DATE = "2024-Dec-18"
1+
VERSION = "v1.0.8"
2+
DATE = "2025-Apr-30"

0 commit comments

Comments
 (0)