Skip to content

Latest commit

 

History

History
125 lines (72 loc) · 2.14 KB

File metadata and controls

125 lines (72 loc) · 2.14 KB

v0.4.13

Released 2026-05-18

  • atomic update of global metallb data vars
  • more robust race condition logic
  • throttleing reconcile and processMetalLBCRDData functions
  • dead peer detection for watches
  • updated npm deps

v0.4.11

Released 2025-12-08

  • support setting metallb-nra/address: "<ip>" label on BGPPeer to arbitrarily alter route table (for example if 2 peers share a vip)

v0.4.10

Released 2025-10-16

  • support setting metallb-nra/enabled: "false" label on BGPPeer to arbitrarily exclude from route table
  • add ping command to the image

v0.4.9

Released 2025-04-09

  • additional utilities in the image

v0.4.8

Released 2025-04-05

  • remove unused deps

v0.4.7

Released 2025-04-04

  • disable hard-coded node args so they can be managed via env var

v0.4.6

Released 2023-09-06

  • properly handle advertisements with no selectors/pools

v0.4.5

Released 2023-07-22

  • use spawn again for ip commands
  • additional packages installed in container image

v0.4.4

Released 2023-07-21

  • proper timeout setting for ip calls

v0.4.3

Released 2023-07-21

  • use exec instead of spawn

v0.4.2

Released 2023-07-21

  • bump chart details

v0.4.1

Released 2023-07-21

  • add additional packages to container image
  • support executing arbitrary pre/post scripts during reconcile (should be idempotent)
  • bump docker base image to hydrogen-bookworm-slim

v0.4.0

Released 2023-07-20

  • remove management of TABLE_NAME in /etc/iproute2/rt_tables
  • better management of watches to unsubscribe when appropriate
  • more robust reconcile logic to prevent race conditions
  • support RULE_FWMARK

v0.3.2

Released 2023-07-12

  • proer support for nodeSelectors in the CRDs (ie: limit upstream routes to only those applicable to the given node)
  • update chart to support new rbac neccessary for node logic

v0.3.1

Released 2023-02-10

  • support crds in the chart

v0.3.0

Released 2023-01-31

  • METALLB_USE_CRDS to enable usage of CRDs
  • various minor improvements

v0.2.0

Released 2022-03-30

  • RULE_PRIORITY env var
  • more robust logic for rule deletion

v0.1.0

Released 2022-03-28

  • initial release