-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from gyptazy/release/72-create-release-1.0.3
release: Prepare ProxLB release 1.0.3
- Loading branch information
Showing
6 changed files
with
69 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
date: TBD | ||
date: 2024-09-12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
proxlb (1.0.3) unstable; urgency=low | ||
|
||
* Add a convert function to cast all bool alike options from configparser to bools. | ||
* Add a config parser options for future features. | ||
* Add a config versio schema that must be supported by ProxLB. | ||
* Add feature to allow the API hosts being provided as a comma separated list. | ||
* Add storage balancing function. | ||
* Add doc how to add dedicated user for authentication. (by @Dulux-Oz) | ||
* Add cli arg `-b` to return the next best node for next VM/CT placement.Fix some wonkey code styles. | ||
* Provide a more reasonable output when HA services are not active in a Proxmox cluster. | ||
* Improve the underlying code base for future implementations. | ||
* Fix documentation for the master_only parameter placed in the wrong config section. | ||
* Fixed `master_only` function by inverting the condition. | ||
* Improved the overall validation and error handling. | ||
* Fix bug in the `proxlb.conf` in the vm_balancing section. | ||
* Fix handling of unset `ignore_nodes` and `ignore_vms` resulted in an attribute error. | ||
* Fix anti-affinity rules not evaluating a new and different node. | ||
|
||
-- Florian Paul Azim Hoberg <[email protected]> Wed, 11 Sep 2024 17:31:03 +0200 | ||
|
||
proxlb (1.0.2) unstable; urgency=low | ||
|
||
* Add option to run migration in parallel or sequentially. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
* Wed Sep 12 2024 Florian Paul Azim Hoberg <[email protected]> | ||
- Add a convert function to cast all bool alike options from configparser to bools. | ||
- Add a config parser options for future features. | ||
- Add a config versio schema that must be supported by ProxLB. | ||
- Add feature to allow the API hosts being provided as a comma separated list. | ||
- Add storage balancing function. | ||
- Add doc how to add dedicated user for authentication. (by @Dulux-Oz) | ||
- Add cli arg `-b` to return the next best node for next VM/CT placement.Fix some wonkey code styles. | ||
- Provide a more reasonable output when HA services are not active in a Proxmox cluster. | ||
- Improve the underlying code base for future implementations. | ||
- Fix documentation for the master_only parameter placed in the wrong config section. | ||
- Fixed `master_only` function by inverting the condition. | ||
- Improved the overall validation and error handling. | ||
- Fix bug in the `proxlb.conf` in the vm_balancing section. | ||
- Fix handling of unset `ignore_nodes` and `ignore_vms` resulted in an attribute error. | ||
- Fix anti-affinity rules not evaluating a new and different node. | ||
|
||
* Tue Aug 13 2024 Florian Paul Azim Hoberg <[email protected]> | ||
- Add option to run migration in parallel or sequentially. | ||
- Add option to run ProxLB only on a Proxmox cluster master (req. HA feature). | ||
|