Skip to content
Open
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
15 changes: 15 additions & 0 deletions ansible_collections/juniper/device/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ Juniper Device Collection Release Notes
Changelog for Juniper Device Ansible Collection
===========================

Version 2.0.2 (2025-04-06)
---------------------------
Enhancements
------------
- None

Bugs Fixed
----------
- Update juniper.device.software module documentation for version: false #794
- Updates to README.md #802
- Fix for ansible-test sanity failures #803
- Add multi-collection CI support for juniper.device #804
- Fix CI issues and update workflows for jobs : lint, sanity , unit runs #789
- Fix to handle JSON response from get_facts #816

Version 2.0.1 (2025-11-14)
---------------------------
Enhancements
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/juniper/device/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: juniper
name: device

# The version of the collection. Must be compatible with semantic versioning
version: 2.0.1
version: 2.0.2

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
4 changes: 2 additions & 2 deletions ansible_collections/juniper/device/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

VERSION = "v2.0.1"
DATE = "2025-Nov-14"
VERSION = "v2.0.2"
DATE = "2025-Apr-6"
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "v2.0.1"
DATE = "2025-Nov-14"
VERSION = "v2.0.2"
DATE = "2025-Apr-6"
Loading