Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.0] - 2026-04-08

### Changed

- 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.
Expand Down Expand Up @@ -64,7 +66,8 @@ 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.9.0...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.7.0...v0.8.0
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: upcloud
name: cloud
version: 0.9.0
version: 0.10.0
readme: README.md
authors:
- UpCloud developers (github.com/UpCloudLtd)
Expand Down
Loading