Skip to content

Commit

Permalink
Merge pull request #12 from UpCloudLtd/release-v0.5.1
Browse files Browse the repository at this point in the history
Release v0.5.1
  • Loading branch information
Darep committed Oct 20, 2021
2 parents dc36601 + 4a77330 commit 8fb7b11
Show file tree
Hide file tree
Showing 4 changed files with 24 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
16 changes: 16 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Releasing the Terraform provider

1. Merge all your changes to the stable branch
1. Create a new release branch e.g. `release-v2.3.5`
1. Update [CHANGELOG.md](CHANGELOG.md)
1. Add new heading with the correct version e.g. `## [2.3.5]`
1. Update links at the bottom of the page
1. Leave "Unreleased" section at the top empty
1. Update `galaxy.yml` with the new version
1. Update README.md's download link with the new version
1. [Create a draft release in GitHub](https://github.com/UpCloudLtd/upcloud-ansible-collection/releases) with the new version
as the tag like `v2.3.5`
1. Build the collection .tar.gz using `ansible-galaxy collection build`
1. Attach the built .tar.gz into the release
1. Merge your release branch to the stable branch
1. Publish the release
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 8fb7b11

Please sign in to comment.