Skip to content

Commit 3bcfd97

Browse files
committed
1.0.0 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent 456c067 commit 3bcfd97

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
needs:
6565
- build
6666

67-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
67+
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
6868
steps:
6969
- name: Install ansible
7070
run: pip install ansible
7171

7272
- name: Update imports on Ansible Galaxy
7373
run: |
74-
ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} openwisp ansible-openwisp2
74+
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} openwisp wireguard_openwisp

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## Version 1.0.0 [2022-04-29]
4+
5+
### Features
6+
7+
- Installs scripts for OpenWISP to automate the management of
8+
WireGuard peers and VXLAN tunnels.

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ galaxy_info:
77
company: OpenWISP
88
description: Role to install OpenWISP's Wireguard Updater
99
license: BSD
10-
min_ansible_version: 2.8
10+
min_ansible_version: 2.10
1111
issue_tracker_url: https://github.com/openwisp/ansible-wireguard-openwisp/issues
1212
platforms:
1313
- name: Debian

0 commit comments

Comments
 (0)