Skip to content

Commit c4ea1e4

Browse files
chore(main): release 1.0.0 (#6)
1 parent 910f9cf commit c4ea1e4

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-01-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **roles:** remove submodules to prep for monorepo migration
9+
10+
### Features
11+
12+
* add epel role to collection ([d49c689](https://github.com/syaghoubi00/ansible-collection-homelab/commit/d49c689ae747d5ea214002ec2cf8d9bf037cc463))
13+
* add kea role ([2916556](https://github.com/syaghoubi00/ansible-collection-homelab/commit/2916556c14edb998e1f8bd477d45ec984785dde5))
14+
15+
16+
### Code Refactoring
17+
18+
* **roles:** remove submodules to prep for monorepo migration ([946951c](https://github.com/syaghoubi00/ansible-collection-homelab/commit/946951c685646de6df3ca5233b73fd8ad65156f6))

galaxy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ authors:
22
- Sebastian Yaghoubi <[email protected]>
33
build_ignore: []
44
dependencies:
5-
ansible.posix: ">=1.0.0"
6-
community.general: ">=1.0.0"
5+
ansible.posix: '>=1.0.0'
6+
community.general: '>=1.0.0'
77
description: A collection of roles for my homelab
88
issues: https://github.com/syaghoubi00/ansible-collection-homelab/issues
99
license:
@@ -15,4 +15,4 @@ repository: https://github.com/syaghoubi00/ansible-collection-homelab
1515
tags:
1616
- infra
1717
- homelab
18-
version: 0.0.0
18+
version: 1.0.0

0 commit comments

Comments
 (0)