Skip to content

Commit 9ccccc4

Browse files
authored
chore: prepare v0.7.0 release (#21)
1 parent 0cd2880 commit 9ccccc4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.7.0] - 2025-06-24
11+
1012
### Changed
1113

1214
- **Breaking**: Rename collection to `upcloud.cloud` to enable releasing to Ansible Galaxy.
@@ -35,7 +37,8 @@ First release for the new UpCloud Ansible Collection! :tada:
3537

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

38-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.6.0...HEAD
40+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-ansible-collection/compare/v0.7.0...HEAD
41+
[0.7.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.7.0
3942
[0.6.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.6.0
4043
[0.5.1]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.5.1
4144
[0.5.0]: https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/tag/v0.5.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pip3 install upcloud-api>=2.5.0
2828
The collection itself can be installed with the `ansible-galaxy` command that comes with the Ansible package:
2929

3030
```bash
31-
ansible-galaxy collection install https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/download/v0.6.0/community-upcloud-0.6.0.tar.gz
31+
ansible-galaxy collection install https://github.com/UpCloudLtd/upcloud-ansible-collection/releases/download/v0.7.0/community-upcloud-0.7.0.tar.gz
3232
```
3333

3434
### Inventory usage

0 commit comments

Comments
 (0)