diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-07-29 14:15:28 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-07-29 14:15:28 +0200 |
| commit | 384a6c561cecfc2f7f8985b1a9b10d5a74cf5789 (patch) | |
| tree | f3c320105b5a3664e5a4086cd0e0564dc4d8d12c | |
| parent | ea6db24afdaf63dedcdd4d74ce97918f7f82b034 (diff) | |
bump version to 1.1.3
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
| -rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9cc41e7..5e1231b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +libpve-network-perl (1.1.3) trixie; urgency=medium + + * sdn: add global domain lock for configuration. + + * api: add lock-token parameter to all api calls. It can be optionally + passed to ensure no other entity modified the SDN state through the API + during some operations that might need to be split over multiple API + calls, adding multiple pending changes before they get committed once when + all is prepared for the respective action. + + * api: add lock and release endpoints for global configuration lock. + + * api: add rollback endpoint for undoing any pending change. + + -- Proxmox Support Team <support@proxmox.com> Tue, 29 Jul 2025 14:15:18 +0200 + libpve-network-perl (1.1.2) trixie; urgency=medium * d/control: make ifupdown2 hard dependency, bump FRR to being recommended |
