Skip to content

Commit 4df1de4

Browse files
committed
1.3.0 release
1 parent 3576cf0 commit 4df1de4

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)