From 6d5289e93df432c76ea9b92108f87d06047fd3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Myyr=C3=A4?= Date: Wed, 19 May 2021 19:42:41 +0300 Subject: [PATCH] Release: version 0.5.0 --- CHANGELOG.md | 18 ++++++++++++++++++ galaxy.yml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1f3055f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +--- + +## [0.5.0] - 2021-05-19 + +First release for the new UpCloud Ansible Collection! :tada: + +### Added + +- Ansible inventory for UpCloud servers, allowing filtering with zones, tags, networks or server states. diff --git a/galaxy.yml b/galaxy.yml index 9880595..e187c97 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: upcloud -version: 0.1.0 +version: 0.5.0 readme: README.md authors: - UpCloud developers (github.com/UpCloudLtd)