mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-08 05:03:47 -05:00
bump(release): v0.1.0 → v0.2.0
This commit is contained in:
25
CHANGELOG.md
Normal file
25
CHANGELOG.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
## v0.2.0 (2023-02-07)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **services**: add fresshrss
|
||||||
|
- **jobs**: add recyclarr to keep sonarr/radarr profiles in sync
|
||||||
|
- **jobs**: diagnostics now includes whoami
|
||||||
|
- **jobs**: move changedetection to linuxserver.io docker image
|
||||||
|
- bump software versions
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **inventory**: update python interpreter for pyenv
|
||||||
|
- **services**: bump versions
|
||||||
|
- **recyclarr**: pin to v2.x
|
||||||
|
- **ansible**: add FQDN to ansible tasks
|
||||||
|
- **authelia**: exclude ntp checks at startup
|
||||||
|
- **services**: bump versions
|
||||||
|
- **mounts**: explicitly state mounting nfs on boot
|
||||||
|
- **telegraf**: use bullseye deb repository for apt
|
||||||
|
- bump traefik version
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- **jobs**: remove device specific constraints
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
name = "ansible-homelab-config"
|
name = "ansible-homelab-config"
|
||||||
packages = [{ include = "ansible_homelab_config" }]
|
packages = [{ include = "ansible_homelab_config" }]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
ansible = "^7.2.0"
|
ansible = "^7.2.0"
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
bump_message = "bump(release): v$current_version → v$new_version"
|
bump_message = "bump(release): v$current_version → v$new_version"
|
||||||
tag_format = "v$version"
|
tag_format = "v$version"
|
||||||
update_changelog_on_bump = true
|
update_changelog_on_bump = true
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
version_files = ["pyproject.toml:version"]
|
version_files = ["pyproject.toml:version"]
|
||||||
|
|
||||||
[tool.poe.tasks]
|
[tool.poe.tasks]
|
||||||
|
|||||||
Reference in New Issue
Block a user