Skip to content

Commit

Permalink
fix: Fix offline node evaluation & maintenance compare of different t…
Browse files Browse the repository at this point in the history
…ype objects

  - 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 (by @glitchvern).
  - Set ProxLB version to 1.0.5b

Fixes: #160
Fixes: #107
Contributed-by: @glitchvern
  • Loading branch information
gyptazy committed Oct 17, 2024
1 parent 2593b87 commit 6e87e2d
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 131 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fixed:
- Fix evaluation of maintenance mode where comparing list & string resulted in a crash (by @glitchvern). [#106]
2 changes: 2 additions & 0 deletions .changelogs/1.0.5/107_fix_offline_node_eval.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fixed:
- Fix node (and its objects) evaluation when not reachable (e.g., maintenance). [#107]
Loading

0 comments on commit 6e87e2d

Please sign in to comment.