Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
release 1.0.0 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo authored Aug 15, 2020
1 parent 25dfa5e commit 2813fba
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 111 deletions.
110 changes: 0 additions & 110 deletions .github/workflows/integration.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Sanity
on:
- pull_request

jobs:
sanity:
name: Sanity (${{ matrix.ansible }})
strategy:
matrix:
ansible:
- stable-2.10
- stable-2.9
- devel
runs-on: ubuntu-latest
steps:

- name: Check out code
uses: actions/checkout@v1
with:
path: ansible_collections/ngine_io/exoscale

- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.6

- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check

- name: Run sanity tests
run: ansible-test sanity --docker -v --color --python 3.6
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
=========================================
Exoscale Ansible Collection Release Notes
=========================================

.. contents:: Topics


v1.0.0
======
1 change: 1 addition & 0 deletions changelogs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.plugin-cache.yaml
4 changes: 4 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ancestor: null
releases:
1.0.0:
release_date: '2020-08-15'
Empty file added changelogs/fragments/.keep
Empty file.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tags:
- dns
- exoscale
- ngine_io
version: 0.1.1
version: 1.0.0

0 comments on commit 2813fba

Please sign in to comment.