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: #105
Fixes: #106
Contributed-by: @glitchvern
  • Loading branch information
gyptazy committed Oct 17, 2024
1 parent 2593b87 commit 9d52101
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 131 deletions.
2 changes: 2 additions & 0 deletions .changelogs/1.0.5/105_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). [#105]
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]
Loading

0 comments on commit 9d52101

Please sign in to comment.