-
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.
- Loading branch information
Showing
12 changed files
with
55 additions
and
22 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,2 +1,2 @@ | ||
changed: | ||
- Change docs to make bool usage in configs more clear. [#104] | ||
- Change docs to make bool usage in configs more clear (by @gyptazy). [#104] |
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,2 +1,2 @@ | ||
fixed: | ||
- Fix node (and its objects) evaluation when not reachable (e.g., maintenance). [#107] | ||
- Fix node (and its objects) evaluation when not reachable, e.g., maintenance (by @gyptazy). [#107] |
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,2 +1,2 @@ | ||
fixed: | ||
- Fix migration from local disks. [#113] | ||
- Fix migration from local disks (by @greenlogles). [#113] |
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,2 +1,2 @@ | ||
fixed: | ||
- Fix allowed values (add DEBUG, WARNING) for log verbosity. [#98] | ||
- Fix allowed values (add DEBUG, WARNING) for log verbosity (by @gyptazy). [#98] |
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-10-30 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
date: TBD |
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,13 @@ | ||
proxlb (1.0.5) unstable; urgency=low | ||
|
||
* Fix migration from local disks. | ||
* Fix allowed values (add DEBUG, WARNING) for log verbosity. | ||
* Fix node (and its objects) evaluation when not reachable (e.g., maintenance). | ||
* Fix evaluation of maintenance mode where comparing list & string resulted in a crash. | ||
* Change docs to make bool usage in configs more clear. | ||
|
||
-- Florian Paul Azim Hoberg <[email protected]> Wed, 30 Oct 2024 17:02:31 +0100 | ||
|
||
proxlb (1.0.4) unstable; urgency=low | ||
|
||
* Add feature to make API timeout configureable. | ||
|
@@ -8,7 +18,7 @@ proxlb (1.0.4) unstable; urgency=low | |
* Fix CPU balancing where calculations are done in float instead of int. (by @glitchvern) | ||
* Fix documentation for the underlying infrastructure. | ||
|
||
-- Florian Paul Azim Hoberg <gyptazy@gyptazy.ch> Fri, 11 Oct 2024 06:14:13 +0200 | ||
-- Florian Paul Azim Hoberg <gyptazy@gyptazy.com> Fri, 11 Oct 2024 06:14:13 +0200 | ||
|
||
proxlb (1.0.3) unstable; urgency=low | ||
|
||
|
@@ -28,7 +38,7 @@ proxlb (1.0.3) unstable; urgency=low | |
* 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 <gyptazy@gyptazy.ch> Wed, 11 Sep 2024 17:31:03 +0200 | ||
-- Florian Paul Azim Hoberg <gyptazy@gyptazy.com> Wed, 11 Sep 2024 17:31:03 +0200 | ||
|
||
proxlb (1.0.2) unstable; urgency=low | ||
|
||
|
@@ -38,16 +48,16 @@ proxlb (1.0.2) unstable; urgency=low | |
* Fix CMake packaging for Debian package to avoid overwriting the config file. | ||
* Fix some wonkey code styles. | ||
|
||
-- Florian Paul Azim Hoberg <gyptazy@gyptazy.ch> Tue, 13 Aug 2024 17:28:14 +0200 | ||
-- Florian Paul Azim Hoberg <gyptazy@gyptazy.com> Tue, 13 Aug 2024 17:28:14 +0200 | ||
|
||
proxlb (1.0.0) unstable; urgency=low | ||
|
||
* Initial release of ProxLB. | ||
|
||
-- Florian Paul Azim Hoberg <gyptazy@gyptazy.ch> Thu, 01 Aug 2024 17:04:12 +0200 | ||
-- Florian Paul Azim Hoberg <gyptazy@gyptazy.com> Thu, 01 Aug 2024 17:04:12 +0200 | ||
|
||
proxlb (0.9.0) unstable; urgency=low | ||
|
||
* Initial development release of ProxLB as a tech preview. | ||
|
||
-- Florian Paul Azim Hoberg <gyptazy@gyptazy.ch> Sun, 07 Jul 2024 05:38:41 +0200 | ||
-- Florian Paul Azim Hoberg <gyptazy@gyptazy.com> Sun, 07 Jul 2024 05:38:41 +0200 |
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,4 +1,11 @@ | ||
* Fri Oct 11 2024 Florian Paul Azim Hoberg <[email protected]> | ||
* Wed Oct 30 2024 Florian Paul Azim Hoberg <[email protected]> | ||
- Fix migration from local disks. | ||
- Fix allowed values (add DEBUG, WARNING) for log verbosity. | ||
- Fix node (and its objects) evaluation when not reachable (e.g., maintenance). | ||
- Fix evaluation of maintenance mode where comparing list & string resulted in a crash. | ||
- Change docs to make bool usage in configs more clear. | ||
|
||
* Fri Oct 11 2024 Florian Paul Azim Hoberg <[email protected]> | ||
- Add feature to make API timeout configureable. | ||
- Add maintenance mode to evacuate a node and move workloads for other nodes in the cluster. | ||
- Add version output cli arg. | ||
|
@@ -7,7 +14,7 @@ | |
- Fix CPU balancing where calculations are done in float instead of int. (by @glitchvern) | ||
- Fix documentation for the underlying infrastructure. | ||
|
||
* Wed Sep 12 2024 Florian Paul Azim Hoberg <gyptazy@gyptazy.ch> | ||
* Wed Sep 12 2024 Florian Paul Azim Hoberg <gyptazy@gyptazy.com> | ||
- 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. | ||
|
@@ -24,14 +31,14 @@ | |
- 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 <gyptazy@gyptazy.ch> | ||
* Tue Aug 13 2024 Florian Paul Azim Hoberg <gyptazy@gyptazy.com> | ||
- Add option to run migration in parallel or sequentially. | ||
- Add option to run ProxLB only on a Proxmox cluster master (req. HA feature). | ||
- Fixed daemon timer to use hours instead of minutes. | ||
- Fixed some wonkey code styles. | ||
|
||
* Thu Aug 01 2024 Florian Paul Azim Hoberg <gyptazy@gyptazy.ch> | ||
* Thu Aug 01 2024 Florian Paul Azim Hoberg <gyptazy@gyptazy.com> | ||
- Initial release of ProxLB. | ||
|
||
* Sun Jul 07 2024 Florian Paul Azim Hoberg <gyptazy@gyptazy.ch> | ||
* Sun Jul 07 2024 Florian Paul Azim Hoberg <gyptazy@gyptazy.com> | ||
- Initial development release of ProxLB as a tech preview. |
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