File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 1.3.0 [ 2025-08-22]
4+
5+ ### Features
6+
7+ - Added crontab support for periodic WireGuard updates
8+ - Added certbot renewal hook [ #43 ] ( https://github.com/openwisp/ansible-wireguard-openwisp/issues/43 )
9+
10+ ### Changes
11+
12+ - Moved Python dependencies to ` requirements.txt `
13+ to enable automated updates with dependabot
14+ [ #52 ] ( https://github.com/openwisp/ansible-wireguard-openwisp/issues/52 )
15+
16+ #### Dependencies
17+
18+ - Bumped ` flask ` to ` ~=3.1.1 `
19+ - Bumped ` uwsgi ` to ` ~=2.0.30 `
20+ - Updated Flask to ` 3.1.0 ` and other minor dependencies
21+ - Dropped support for Ubuntu 20.04
22+
23+ ### Bugfixes
24+
25+ - Retry update if download configuration checksum is invalid [ #65 ] ( https://github.com/openwisp/ansible-wireguard-openwisp/issues/65 )
26+
327## Version 1.2.1 [ 2025-01-21]
428
529### Fixes
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ galaxy_info:
66 company : OpenWISP
77 description : Role to install OpenWISP's Wireguard Updater
88 license : BSD
9- min_ansible_version : " 2.10 "
9+ min_ansible_version : " 2.13 "
1010 issue_tracker_url : https://github.com/openwisp/ansible-wireguard-openwisp/issues
1111 platforms :
1212 - name : Debian
You can’t perform that action at this time.
0 commit comments