Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
  • Loading branch information
pandafy committed Apr 29, 2022
1 parent 456c067 commit 3bcfd97
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
needs:
- build

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

- name: Update imports on Ansible Galaxy
run: |
ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} openwisp ansible-openwisp2
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} openwisp wireguard_openwisp
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## Version 1.0.0 [2022-04-29]

### Features

- Installs scripts for OpenWISP to automate the management of
WireGuard peers and VXLAN tunnels.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ galaxy_info:
company: OpenWISP
description: Role to install OpenWISP's Wireguard Updater
license: BSD
min_ansible_version: 2.8
min_ansible_version: 2.10
issue_tracker_url: https://github.com/openwisp/ansible-wireguard-openwisp/issues
platforms:
- name: Debian
Expand Down

0 comments on commit 3bcfd97

Please sign in to comment.