Compare commits
2 commits
extra-debu
...
main
Author | SHA1 | Date | |
---|---|---|---|
1a0107381b | |||
e0a94e68d9 |
3 changed files with 5 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.2] - 07/05/2025
|
||||
|
||||
### Fixed
|
||||
|
||||
- Use `NB_CLUSTER_ID` even for VM update.
|
||||
|
|
|
@ -63,5 +63,5 @@ The following env variables will need to be set:
|
|||
You can then execute the script using the following command:
|
||||
|
||||
```
|
||||
PVE_API_HOST=xx PVE_API_USER=xx PVE_API_TOKEN=xx PVE_API_SECRET=xx NB_API_URL=xx NB_API_TOKEN=xx python3 -m netbox_pve_sync
|
||||
```
|
||||
PVE_API_HOST=xx PVE_API_USER=xx PVE_API_TOKEN=xx PVE_API_SECRET=xx NB_API_URL=xx NB_API_TOKEN=xx nbpxsync
|
||||
```
|
||||
|
|
|
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "netbox-pve-sync"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
authors = [
|
||||
{ name = "Aloïs Micard", email = "alois@micard.lu" },
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue