Skip to content

Commit b8a04aa

Browse files
authored
chore: prepare release v0.10.0 (#38)
1 parent f7dbe29 commit b8a04aa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.10.0] - 2026-04-08
11+
1012
### Changed
1113

1214
- Accept list of methods as value to `connect_with`. This allows defining multiple connection methods in order of preference to configure fallback. For example, V(["public_ipv4", "private_ipv4"]) would try to find public IPv4 and fall back to private IPv4 if public IPv4 is not available.
@@ -64,7 +66,8 @@ First release for the new UpCloud Ansible Collection! :tada:
6466

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

67-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.9.0...HEAD
69+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.10.0...HEAD
70+
[0.10.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.9.0...v0.10.0
6871
[0.9.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.8.1...v0.9.0
6972
[0.8.1]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.8.0...v0.8.1
7073
[0.8.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.7.0...v0.8.0

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.9.0
3+
version: 0.10.0
44
readme: README.md
55
authors:
66
- UpCloud developers (github.com/UpCloudLtd)

0 commit comments

Comments
 (0)