Skip to content

Commit

Permalink
Release for v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Darep committed Oct 19, 2021
1 parent 43f78b5 commit 4a77330
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.5.1] - 2021-10-19

### Changed
- Fixed `Invalid value "community.upcloud.upcloud"` when simply trying to use the plugin

---

## [0.5.0] - 2021-05-19

First release for the new UpCloud Ansible Collection! :tada:
Expand All @@ -21,4 +23,5 @@ First release for the new UpCloud Ansible Collection! :tada:
- Ansible inventory for UpCloud servers, allowing filtering with zones, tags, networks or server states.

[Unreleased]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.5.0
[0.5.1]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.5.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pip3 install upcloud-api>=2.0.0
The collection itself can be installed with the `ansible-galaxy` command that comes with the Ansible package:

```bash
ansible-galaxy collection install https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/download/v0.5.0/community-upcloud-0.5.0.tar.gz
ansible-galaxy collection install https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/download/v0.5.1/community-upcloud-0.5.1.tar.gz
```

### Inventory usage
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: upcloud
version: 0.5.0
version: 0.5.1
readme: README.md
authors:
- UpCloud developers (github.com/UpCloudLtd)
Expand Down

0 comments on commit 4a77330

Please sign in to comment.