Skip to content

Commit b005d2f

Browse files
authored
chore: prepare v0.8.1 release (#30)
1 parent 43d7a2e commit b005d2f

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.1] - 2025-09-04
11+
1012
### Fixed
1113

1214
- Use collection version in User-Agent header instead of Ansible version.
@@ -48,9 +50,10 @@ First release for the new UpCloud Ansible Collection! :tada:
4850

4951
- Ansible inventory for UpCloud servers, allowing filtering with zones, tags, networks or server states.
5052

51-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.8.0...HEAD
52-
[0.8.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.8.0
53-
[0.7.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.7.0
54-
[0.6.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.6.0
55-
[0.5.1]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.5.1
53+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.8.1...HEAD
54+
[0.8.1]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.8.0...v0.8.1
55+
[0.8.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.7.0...v0.8.0
56+
[0.7.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.6.0...v0.7.0
57+
[0.6.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.5.1...v0.6.0
58+
[0.5.1]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.5.0...v0.5.1
5659
[0.5.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.5.0

RELEASING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
1. Update links at the bottom of the page
88
1. Leave "Unreleased" section at the top empty
99
1. Update `galaxy.yml` with the new version
10-
1. Update README.md's download link with the new version
1110
1. Merge your release branch to the stable branch
1211
1. Create and push a new tag e.g `v2.3.5`
1312
1. GitHub actions will trigger on tag and do a build & release of the tagged version

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: upcloud
22
name: cloud
3-
version: 0.8.0
3+
version: 0.8.1
44
readme: README.md
55
authors:
66
- UpCloud developers (github.com/UpCloudLtd)

0 commit comments

Comments
 (0)