Skip to content

v1.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 03:27
· 219 commits to main since this release
v1.4.2
a81e79a

Notable Changes

Deprecation Notes

CRD Updates

cmd/fsm-bootstrap/crds/backendlbpolicies.gateway.networking.k8s.io.yaml
cmd/fsm-bootstrap/crds/config.flomesh.io_meshconfigs.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_gatewayconnectors.yaml
cmd/fsm-bootstrap/crds/extension.gateway.flomesh.io_circuitbreakers.yaml
cmd/fsm-bootstrap/crds/extension.gateway.flomesh.io_faultinjections.yaml
cmd/fsm-bootstrap/crds/extension.gateway.flomesh.io_listenerfilters.yaml
cmd/fsm-bootstrap/crds/extension.gateway.flomesh.io_metrics.yaml
cmd/fsm-bootstrap/crds/extension.gateway.flomesh.io_ratelimits.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_backendlbpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_healthcheckpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_retrypolicies.yaml

Changelog

  • fix: Catch timer cancelling exceptions (#361) a81e79a (Lin Yang)
  • fix(deps): bump pipy of all images to 1.5.0 (#360) 71d1e1e (Lin Yang)
  • chore: prepare release 1.4.2 158224b (Lin Yang)
  • Supported optional compression of config.json and integrated isolation policy with fgw (#359) 71ef68e (Cybwan)
  • fix: convert duration to seconds in policy attachment (#357) 34e7333 (Lin Yang)
  • fix: use wrapped method to create webhook (#356) bb3417c (Lin Yang)
  • fix: health check of gateway instance (#354) 97e271a (Lin Yang)
  • feat: load balancer algorithm (#353) 296cea6 (Lin Yang)
  • fix: add format validation to field of type metav1.Duration (#352) 16e63c3 (Lin Yang)
  • perf: only updating gateway status if needed (#351) 07a0a74 (Lin Yang)