This commit is contained in:
parent
0c82c4ecf8
commit
7943a36b0a
2 changed files with 12 additions and 0 deletions
11
Changelog.md
Normal file
11
Changelog.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# netbox-pve-sync
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
### New
|
||||||
|
|
||||||
|
- [#5] Allow to configure cluster ID.
|
||||||
|
|
||||||
|
## [0.1.0]
|
||||||
|
|
||||||
|
- Initial release.
|
|
@ -26,6 +26,7 @@ dependencies = [
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://git.creekorful.cloud/creekorful/netbox-pve-sync"
|
Homepage = "https://git.creekorful.cloud/creekorful/netbox-pve-sync"
|
||||||
Issues = "https://git.creekorful.cloud/creekorful/netbox-pve-sync/issues"
|
Issues = "https://git.creekorful.cloud/creekorful/netbox-pve-sync/issues"
|
||||||
|
Changelog = "https://git.creekorful.cloud/creekorful/netbox-pve-sync/src/branch/main/CHANGELOG.md"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
nbpxsync = "netbox_pve_sync:main"
|
nbpxsync = "netbox_pve_sync:main"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue