Skip to content

Releases: flomesh-io/fsm

v1.3.1

21 May 15:21
v1.3.1
2f74c28
Compare
Choose a tag to compare

Notable Changes

Deprecation Notes

CRD Updates

cmd/fsm-bootstrap/crds/config.flomesh.io_meshconfigs.yaml

Changelog

  • chore: prepare release v1.3.1 2f74c28 (Lin Yang)
  • fix: use image flomesh/fsm-curl instead of curlimages/curl (#263) f3a4acc (Lin Yang)
  • test: balanced e2e testcases. (#262) dbffca5 (Cybwan)

v1.3.0

19 May 11:32
v1.3.0
43da20c
Compare
Choose a tag to compare

Notable Changes

  • Enhanced connector for hybrid infrastructure service governance.
  • GatwayAPI 1.1.0 implementation.
  • Gateway runs on k8s version before 1.21.
  • Multi-tenant access control of Gateway resources by allowedRoutes and ReferenceGrant.
  • HPA(Horizontal Pod Autoscaler) and PDB(Pod Disruption Budget) support for Gateway.
  • Gateway frontendValidation support, to be used to validate the frontend initiating the TLS connection.
  • Gateway infrastructure support, to propagate labels and annotations to the underlaying created Deployment/Service of Gateway. Further more, can configure the gateway by parameterRef to refer a ConfigMap.
  • GatewayTLSPolicy is removed and replaced by gateway.spec.listerner.tls.options.
  • Multi cluster APIs have been moved from group flomesh.io to group multicluster.flomesh.io.
  • NamespacedIngress API has been moved from group flomesh.io to group networking.flomesh.io.
  • e2e testcases for Gateway and NamespacedIngress.

Deprecation Notes

CRD Updates

cmd/fsm-bootstrap/crds/backendtlspolicies.gateway.networking.k8s.io.yaml
cmd/fsm-bootstrap/crds/config.flomesh.io_meshconfigs.yaml
cmd/fsm-bootstrap/crds/config.flomesh.io_meshrootcertificates.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_consulconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_eurekaconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_gatewayconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_machineconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_nacosconnectors.yaml
cmd/fsm-bootstrap/crds/flomesh.io_namespacedingresses.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_accesscontrolpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_circuitbreakingpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_faultinjectionpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_gatewaytlspolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_healthcheckpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_loadbalancerpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_ratelimitpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_retrypolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_sessionstickypolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_upstreamtlspolicies.yaml
cmd/fsm-bootstrap/crds/gatewayclasses.gateway.networking.k8s.io.yaml
cmd/fsm-bootstrap/crds/gateways.gateway.networking.k8s.io.yaml
cmd/fsm-bootstrap/crds/grpcroutes.gateway.networking.k8s.io.yaml
cmd/fsm-bootstrap/crds/httproutes.gateway.networking.k8s.io.yaml
cmd/fsm-bootstrap/crds/machine.flomesh.io_virtualmachines.yaml
cmd/fsm-bootstrap/crds/multicluster.flomesh.io_clusters.yaml
cmd/fsm-bootstrap/crds/multicluster.flomesh.io_globaltrafficpolicies.yaml
cmd/fsm-bootstrap/crds/multicluster.flomesh.io_serviceexports.yaml
cmd/fsm-bootstrap/crds/multicluster.flomesh.io_serviceimports.yaml
cmd/fsm-bootstrap/crds/networking.flomesh.io_namespacedingresses.yaml
cmd/fsm-bootstrap/crds/plugin.flomesh.io_pluginchains.yaml
cmd/fsm-bootstrap/crds/plugin.flomesh.io_pluginconfigs.yaml
cmd/fsm-bootstrap/crds/plugin.flomesh.io_plugins.yaml
cmd/fsm-bootstrap/crds/policy.flomesh.io_accesscerts.yaml
cmd/fsm-bootstrap/crds/policy.flomesh.io_accesscontrols.yaml
cmd/fsm-bootstrap/crds/policy.flomesh.io_egresses.yaml
cmd/fsm-bootstrap/crds/policy.flomesh.io_egressgateways.yaml
cmd/fsm-bootstrap/crds/policy.flomesh.io_ingressbackends.yaml
cmd/fsm-bootstrap/crds/policy.flomesh.io_retries.yaml
cmd/fsm-bootstrap/crds/policy.flomesh.io_upstreamtrafficsettings.yaml
cmd/fsm-bootstrap/crds/referencegrants.gateway.networking.k8s.io.yaml
cmd/fsm-bootstrap/crds/tcproutes.gateway.networking.k8s.io.yaml
cmd/fsm-bootstrap/crds/tlsroutes.gateway.networking.k8s.io.yaml
cmd/fsm-bootstrap/crds/udproutes.gateway.networking.k8s.io.yaml

Changelog

  • chore: prepare release v1.3.0 43da20c (Lin Yang)
  • docs: Gateway API compatibility c918016 (Lin Yang)
  • feat: generate register code instead of maintaining manually (#261) 7b6aac2 (Lin Yang)
  • remove useless k8s informer (#260) 5324d28 (Cybwan)
  • fix: merge issue dfe75a8 (Lin Yang)
  • refactor: housekeeping 1cd7857 (Lin Yang)
  • chore: prepare release v1.3.0-rc.2 c724a1b (Lin Yang)
  • fix: conditionally filter IPs by IPFamilyPolicy (#259) 840e854 (Lin Yang)
  • feat: use Endpoints to calculate backend addresses if k8s version is under 1.21 (#258) 8b7882b (Lin Yang)
  • chore: prepare release v1.3.0-rc.1 3a79461 (Lin Yang)
  • fix: clean up LoadBalancer address if it's not FLB svc anymore (#256) 33937a2 (Lin Yang)
  • feat: support HPA and PDB for gateway (#257) 410fbe8 (Lin Yang)
  • feat: ensure values from MeshConfig override the values from gateway ParameteRef (#255) b4cf5f9 (Lin Yang)
  • fix resources of init container injected with sidecar (#254) 005a6cf (Cybwan)
  • fix resources of init container injected with sidecar (#254) de03001 (Cybwan)
  • chore: prepare release v1.2.5 b8098d0 (Lin Yang)
  • test: mock server for testing FLB controller (#249) 3649f35 (Lin Yang)
  • fix: compute hash (#250) b598d5f (Lin Yang)
  • test: mock server for testing FLB controller (#249) 1e2c125 (Lin Yang)
  • fix: compute hash (#250) c3592f6 (Lin Yang)
  • feat: use ParameterRef within Infrastructure to configure Gateway (#253) cb4a162 (Lin Yang)
  • feat: deprecate GatewayTLSPolicy (#252) 3eaece3 (Lin Yang)
  • feat: bump to GatewayAPI 1.1.0 (#245) e889e66 (Lin Yang)
  • fix nacos password (#246) 552656b (Cybwan)
  • fix nacos password (#246) b47d22d (Cybwan)
  • fix: remove service hash annotation if it's not a FLB svc anymore (#244) 7309970 (Lin Yang)
  • fix: add more variables to compute FLB svc hash (#243) d362821 (Lin Yang)
  • fix: remove service hash annotation if it's not a FLB svc anymore (#244) 3b3afb0 (Lin Yang)
  • fix: add more variables to compute FLB svc hash (#243) 485561b (Lin Yang)
  • build(deps): Bump golangci/golangci-lint-action from 5 to 6 (#241) e9f7ca8 (dependabot[bot])
  • build(deps): bump controller-runtime to 0.17.5 (#242) 115c09a (Lin Yang)
  • fix: set working dir to bypass a bug of pipy 1.1.0-1 710db51 (Lin Yang)
  • build(deps): Bump golangci/golangci-lint-action from 5 to 6 (#241) e51f692 (dependabot[bot])
  • build: bump pipy from 0.99.1-1 to 1.1.0-1 (#240) c39206d (Lin Yang)
  • build: bump pipy from 0.99.1-1 to 1.1.0-1 (#240) 89f50f7 (Lin Yang)
  • refactor: processing Gateway resources and generating config (#239) 6bb3881 (Lin Yang)
  • chore: prepare release v1.3.0-alpha.6 12d22c7 (Lin Yang)
  • fix: don't delete svc from cache if failed to delete svc from FLB (#238) 7c8df9f (Lin Yang)
  • fix: don't delete svc from cache if failed to delete svc from FLB (#238) 26a6f5d (Lin Yang)
  • docs: add supported version of GatewayAPI resources (#237) 20fa076 (Lin Yang)
  • docs: add supported version of GatewayAPI resources (#237) c47d094 (Lin Yang)
  • feat: delete svc from FLB in case it's not a FLB service anymore (#236) b46d702 (Lin Yang)
  • feat: delete svc from FLB in case it's not a FLB service anymore (#236) 2c08ad0 (Lin Yang)
  • refactor: extract code of generating pipy config to new struct (#235) a90c117 (Lin Yang)
  • feat: new annotations for FLB (#234) 08d3ae8 (Lin Yang)
  • feat: new annotations for FLB (#234) 06c5bfd (Lin Yang)
  • chore: prepare release v1.3.0-alpha.5 6a67b16 (Lin Yang)
  • fix ruleName for multi services. (#231) 7a4f81c (Cybwan)
  • fix:invalid cloud service's name. (#229) 4c22cee (Cybwan)
  • feat: support GatewayAPI multi tenant capabilities (#204) 9a9350c (Lin Yang)
  • fix ruleName for multi services. (#231) cc784ae (Cybwan)
  • fix:invalid cloud service's name. (#229) 94335ab (Cybwan)
  • build: switch base image to debian 12 c372a33 (Lin Yang)
  • build: switch base image to debian 12 9335a57 (Lin Yang)
  • fix: use distroless cc instead of distroless cc-debian11 to keep up with latest security update d8411fd (Lin Yang)
  • ci: switch to ncipollo/release-action 0465b41 (Lin Yang)
  • ci: switch to ncipollo/release-action 7d0ae5b (Lin Yang)
  • ci: switch to ncipollo/release-action b718c53 (...
Read more

v1.2.6

19 May 10:59
v1.2.6
6b0c18e
Compare
Choose a tag to compare

Notable Changes

Deprecation Notes

CRD Updates

No CRD changes between tags v1.2.5 and v1.2.6

Changelog

  • remove useless k8s informer (#260) fb8c269 (Cybwan)
  • fix: clean up LoadBalancer address if it's not FLB svc anymore (#256) 0dcb0a9 (Lin Yang)
  • fix resources of init container injected with sidecar (#254) 86cce8f (Cybwan)

v1.2.5

14 May 01:55
v1.2.5
de03001
Compare
Choose a tag to compare

Notable Changes

Deprecation Notes

CRD Updates

cmd/fsm-bootstrap/crds/config.flomesh.io_meshconfigs.yaml

Changelog

  • fix resources of init container injected with sidecar (#254) de03001 (Cybwan)
  • chore: prepare release v1.2.5 b8098d0 (Lin Yang)
  • test: mock server for testing FLB controller (#249) 1e2c125 (Lin Yang)
  • fix: compute hash (#250) c3592f6 (Lin Yang)
  • fix nacos password (#246) b47d22d (Cybwan)
  • fix: remove service hash annotation if it's not a FLB svc anymore (#244) 7309970 (Lin Yang)
  • fix: add more variables to compute FLB svc hash (#243) d362821 (Lin Yang)
  • build(deps): Bump golangci/golangci-lint-action from 5 to 6 (#241) e51f692 (dependabot[bot])
  • build: bump pipy from 0.99.1-1 to 1.1.0-1 (#240) 89f50f7 (Lin Yang)
  • fix: don't delete svc from cache if failed to delete svc from FLB (#238) 26a6f5d (Lin Yang)
  • docs: add supported version of GatewayAPI resources (#237) c47d094 (Lin Yang)
  • feat: delete svc from FLB in case it's not a FLB service anymore (#236) b46d702 (Lin Yang)
  • feat: new annotations for FLB (#234) 06c5bfd (Lin Yang)
  • fix ruleName for multi services. (#231) 7a4f81c (Cybwan)
  • fix:invalid cloud service's name. (#229) 4c22cee (Cybwan)
  • build: switch base image to debian 12 9335a57 (Lin Yang)
  • fix: use distroless cc instead of distroless cc-debian11 to keep up with latest security update d8411fd (Lin Yang)

v1.2.4

26 Apr 11:13
v1.2.4
d593a49
Compare
Choose a tag to compare

Notable Changes

Deprecation Notes

CRD Updates

cmd/fsm-bootstrap/crds/connector.flomesh.io_consulconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_eurekaconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_machineconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_nacosconnectors.yaml

Changelog

  • ci: switch to ncipollo/release-action 7d0ae5b (Lin Yang)
  • build(deps): Bump golangci/golangci-lint-action from 4 to 5 (#228) b21a63a (dependabot[bot])
  • chore: prepare release v1.2.4 a906317 (Lin Yang)
  • build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 (#226) 5979624 (dependabot[bot])
  • fix: add update/patch/delete namespace permission to fsm (#225) 2a219a7 (Lin Yang)
  • Support disabling multi-level gateways. (#223) c9625a8 (Cybwan)
  • fix: add create namespace permission to fsm (#224) b8eeaa6 (Lin Yang)

v1.2.3

10 Apr 08:48
v1.2.3
073389f
Compare
Choose a tag to compare

Notable Changes

Deprecation Notes

CRD Updates

cmd/fsm-bootstrap/crds/config.flomesh.io_meshconfigs.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_consulconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_eurekaconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_nacosconnectors.yaml

Changelog

  • fix: add resource limits to container of pipy repo (#222) 073389f (Lin Yang)
  • chore: prepare release v1.2.3 0185120 (Lin Yang)
  • feat: support forward mode. (#221) 13ff072 (Cybwan)
  • fix: add resource limit to all containers (#220) f008466 (Lin Yang)
  • fix: minimum k8s for fsm-ingress (#218) a46652b (Lin Yang)
  • fix: watch Endpoints changes for headless service (#217) 37bb922 (Lin Yang)
  • feat: support headless service without selector (#216) 2972609 (Lin Yang)
  • build(deps): Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#219) 86ef746 (dependabot[bot])

v1.2.2

22 Mar 02:40
v1.2.2
c3d1631
Compare
Choose a tag to compare

Notable Changes

Deprecation Notes

CRD Updates

cmd/fsm-bootstrap/crds/connector.flomesh.io_consulconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_eurekaconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_gatewayconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_machineconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_nacosconnectors.yaml

Changelog

  • chore: prepare release v1.2.2 c3d1631 (Lin Yang)
  • optimized fsm connector. (#215) 8aa3a72 (Cybwan)

v1.2.1

18 Mar 07:48
v1.2.1
109de88
Compare
Choose a tag to compare

Notable Changes

Deprecation Notes

CRD Updates

cmd/fsm-bootstrap/crds/config.flomesh.io_meshconfigs.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_consulconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_eurekaconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_gatewayconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_machineconnectors.yaml
cmd/fsm-bootstrap/crds/connector.flomesh.io_nacosconnectors.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_accesscontrolpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_circuitbreakingpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_faultinjectionpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_gatewaytlspolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_healthcheckpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_loadbalancerpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_ratelimitpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_retrypolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_sessionstickypolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_upstreamtlspolicies.yaml
cmd/fsm-bootstrap/crds/machine.flomesh.io_virtualmachines.yaml

Changelog

  • chore: prepare release v1.2.1 109de88 (Lin Yang)
  • optimized fsm connector (#210) 1960cad (Cybwan)
  • fix: check existence of TLS port in FLB service spec (#209) 8df46fb (Lin Yang)
  • fix: API path of updating FLB secret ddbf4bb (Lin Yang)
  • feat: support FLB TLS service (#192) fa0527b (Lin Yang)
  • reduce config.json (#195) b4fe93f (Cybwan)
  • optimized fsm connector. (#194) 618313a (Cybwan)
  • feat: add ProxyPreserveHost option for gateway (#188) 5ebc670 (Lin Yang)
  • build: bump pipy from 0.99.0-2 to 0.99.1-1 (#187) 9dcc15d (Lin Yang)
  • fix: status of Gateway IP addresses due to service name changed (#183) 2fe1bb9 (Lin Yang)
  • fix: reduce the possibility for wrongly configuring remote logging (#182) fc0eef9 (Lin Yang)
  • feat: add label gateway.networking.k8s.io/policy=true to FSM policy attachment (#181) 13240dc (Lin Yang)
  • feat: support setting replicas and resource limits of Gateway (#179) 67a428d (Lin Yang)
  • fix fgw http route's hostnames. (#176) aebc4cc (Cybwan)
  • fix: cloud connector issuses (#175) cd81d16 (Cybwan)
  • fix: assignment entry to nil map (#174) 69fc0a8 (Lin Yang)
  • fix: incorrect update annotation of FLB svc (#173) bc75111 (Lin Yang)
  • optimized fsm connector (#171) 484bb52 (Cybwan)
  • [chore] Update FLB docs for defaultAlgo. (#168) bfb05f4 (Kevein Liu)
  • build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#205) 843f160 (dependabot[bot])
  • build(deps): Bump docker/login-action from 3.0.0 to 3.1.0 (#207) 0e87c6b (dependabot[bot])
  • build(deps): Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#208) ec96066 (dependabot[bot])
  • build(deps): Bump docker/build-push-action from 5.2.0 to 5.3.0 (#206) 163b481 (dependabot[bot])
  • build(deps): Bump docker/build-push-action from 5.1.0 to 5.2.0 (#201) 9bdf1a6 (dependabot[bot])
  • build(deps): Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#197) 10775b4 (dependabot[bot])
  • build(deps): Bump golangci/golangci-lint-action from 3 to 4 (#190) 89db5b0 (dependabot[bot])
  • build(deps): Bump github.com/docker/docker (#186) 6b17b4b (dependabot[bot])
  • build(deps): Bump crazy-max/ghaction-docker-meta from 5.5.0 to 5.5.1 (#184) 525e8d2 (dependabot[bot])
  • build(deps): Bump codecov/codecov-action from 3 to 4 (#185) f7e7ea9 (dependabot[bot])
  • docs: fix a typo (#170) a7cf7ce (Lin Yang)
  • feat: gateway supports coexistence of TCP and UDP listener (#169) 4ffb63e (Lin Yang)
  • update api reference doc generation config (#165) 49ad63f (Addo.Zhang)
  • [chore] Update FLB docs for defaultAlgo. (#168) f4a3b75 (Kevein Liu)
  • build(deps): Bump crazy-max/ghaction-docker-meta from 5.4.0 to 5.5.0 (#167) e79bdbc (dependabot[bot])

v1.2.0

28 Dec 06:00
v1.2.0
3828ab6
Compare
Choose a tag to compare

Notable Changes

  • Supports GatewayAPI Policy Attachment:

    • Rate Limit
    • Fault Injection
    • Access Control
    • Gateway TLS Configuration
    • Circuit Breaking
    • Session Sticky
    • Load Balancer
    • Health Check
    • Upstream TLS Configuration
  • Connectors for Service Registration and Discovery

    • Eureka
    • Consul

Deprecation Notes

CRD Updates

cmd/fsm-bootstrap/crds/config.flomesh.io_meshconfigs.yaml
cmd/fsm-bootstrap/crds/flomesh.io_namespacedingresses.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_accesscontrolpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_circuitbreakingpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_faultinjectionpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_gatewaytlspolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_healthcheckpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_loadbalancerpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_ratelimitpolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_retrypolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_sessionstickypolicies.yaml
cmd/fsm-bootstrap/crds/gateway.flomesh.io_upstreamtlspolicies.yaml
cmd/fsm-bootstrap/crds/machine.flomesh.io_virtualmachines.yaml
cmd/fsm-bootstrap/crds/plugin.flomesh.io_pluginchains.yaml
cmd/fsm-bootstrap/crds/plugin.flomesh.io_pluginconfigs.yaml
cmd/fsm-bootstrap/crds/policy.flomesh.io_egressgateways.yaml

Changelog

  • chore: prepare release v1.2.0 3828ab6 (Lin Yang)
  • build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 (#163) f2094bb (dependabot[bot])
  • build(deps): Bump crazy-max/ghaction-docker-meta from 5.0.0 to 5.4.0 (#164) 272d33f (dependabot[bot])
  • changed fsm-curl's base image to flomesh/curl:latest (#162) b962480 (Cybwan)
  • feat: FLB supports multiple modes of getting upstreams (#153) 31c014d (Lin Yang)
  • refactor: optimized values.yaml (#161) 83cf1aa (Cybwan)
  • fix: make package scripts 6eb6054 (Lin Yang)
  • fix: config of RequestMirror filter (#160) f81e940 (Lin Yang)
  • docs: update GatewayAPI compatibility [skip ci] (#159) 72848d9 (Lin Yang)
  • fix: go mod tidy f1e80a4 (Lin Yang)
  • fix: inconsistency between request redirect filter script and config.json (#157) b115e4f (Lin Yang)
  • feat: connector supports grpc protocol. (#152) 9805680 (Cybwan)
  • fix: update TLS config of NamespacedIngress (#129) 879c0e5 (Lin Yang)
  • feat: bump FGW to latest version (#151) 858d7f7 (Lin Yang)
  • fix: Status property name of fault injection of type abort (#150) ed74a1b (Lin Yang)
  • fix: clean up all FSM CRDs upon uninstallation (#148) 717a05a (Lin Yang)
  • fix: should only take care of GatewayClasses whose ControllerName is flomesh.io/gateway-controller (#146) 80b7390 (Lin Yang)
  • fix: listener condition type of programmed (#147) 76affd1 (Lin Yang)
  • fix: sort paths by length then native compare cdb4306 (Lin Yang)
  • fix: make chart-readme fd633ee (Lin Yang)
  • refactor fsm connector (#145) 3c53280 (Cybwan)
  • fix: missing plugins to handle domain and route level access control (#144) 8164146 (Lin Yang)
  • fix: concurrent map iteration and writes (#142) 20b3877 (Lin Yang)
  • restore PluginChain and PluginConfig scope. (#143) 8d737fa (Cybwan)
  • feat: FGW supports proxy-tag plugin (#141) 54ed347 (Lin Yang)
  • fix: concurrent map writes 9210a3d (Lin Yang)
  • feat: merge HTTP/GRPC Rules in case the match conditions are equal (#138) 46f0abc (Lin Yang)
  • refactor: extract status processor for policy attachment (#130) 333bc0b (Lin Yang)
  • feat: support proxy-tag header to encapsulate original remote host for Gateway (#134) 10ae31e (Lin Yang)
  • refactor fsm-connector (#133) e884685 (Cybwan)
  • feat: support UDPRoute (#128) be49472 (Lin Yang)
  • feat: sort traffic match conditions of route (#126) 06acbb8 (Lin Yang)
  • fix: nil pointer exception when route cannot be attached to any gateway 00a1ac7 (Lin Yang)
  • build: bump pipy to 0.99 (#123) fb2fc35 (Lin Yang)
  • feat: reconcilers run in leader election mode (#124) dcb7fb3 (Lin Yang)
  • add sidecarDisabledMTLS into default meshconfig (#122) e26bdba (Cybwan)
  • fix: not able to build pipy nonroot image due to make -j (#121) fa8c480 (Lin Yang)
  • fix: only filter endpoints by protocol of service port (#120) ba0b81b (Lin Yang)
  • fix RouteRules order (#119) 37f1abb (Cybwan)
  • fix remote log level type (#118) 5e725b0 (Cybwan)
  • feat: append protocol of service port to service key (#117) 3247c4b (Lin Yang)
  • fix: fast fail for the wrong target reference (#116) 46de5ba (Lin Yang)
  • fix: validate status code of retry policy spec (#112) bbf1547 (Lin Yang)
  • Fix duplicate throttling metric names. (#115) 106818e (pfans)
  • add +optional into egress gateway spec (#113) 77629f6 (Cybwan)
  • feat: validate GatewayTLSPolicy upon Gateway listener protocol (#108) 80f146f (Lin Yang)
  • refactor: rename retry policy related property names in config.json (#107) f12f5c4 (Lin Yang)
  • feat: supports GatewayTLS policy attachment (#105) 048f82b (Lin Yang)
  • perf: tuning the requests and limit resource quota (#106) f15e130 (Lin Yang)
  • fix: overwrite curl image value in gateway and namespaced-ingress charts (#103) 64eb25e (Lin Yang)
  • feat: add -f/--values option to fsm mesh upgrade command (#104) 0a6ad39 (Lin Yang)
  • feat: supports Retry policy attachment (#102) b22e3e9 (Lin Yang)
  • feat: supports UpstreamTLS policy attachment (#101) cfb108e (Lin Yang)
  • refactor: refine policy attachment CRDs afbf130 (Lin Yang)
  • refactor: extract the logic of processing policy attachment and encapsulate it (#100) 4e9413e (Lin Yang)
  • feat: support FaultInjection policy attachment (#99) db7b1da (Lin Yang)
  • feat: support HealthCheck policy attachment (#98) a4f1dce (Lin Yang)
  • feat: supports AccessControl policy attachment (#95) 2e86760 (Lin Yang)
  • feat: supports CircuitBreaking policy attachment (#94) e733ebf (Lin Yang)
  • refactor: refactoring Policy Attachment APIs (#93) 9d8ea2c (Lin Yang)
  • feat: supports LoadBalancer policy attachment (#92) 093bda6 (Lin Yang)
  • feat: supports session sticky policy attachment (#90) 497f11e (Lin Yang)
  • feat: add RateLimitPolicy CRD (#78) 917e93c (Lin Yang)
  • build(deps): Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 (#158) 470758f (dependabot[bot])
  • build(deps): Bump crazy-max/ghaction-docker-meta from 5.3.0 to 5.4.0 (#155) 0931dbe (dependabot[bot])
  • build(deps): Bump golang.org/x/crypto from 0.9.0 to 0.17.0 (#156) 0b3407c (dependabot[bot])
  • build(deps): Bump actions/upload-artifact from 3 to 4 (#154) 9ebbcd8 (dependabot[bot])
  • build(deps): Bump github/codeql-action from 2 to 3 (#149) b64cd06 (dependabot[bot])
  • build(deps): Bump actions/stale from 8 to 9 (#140) c6a2232 (dependabot[bot])
  • build(deps): Bump actions/setup-go from 4 to 5 (#139) 4defcd2 (dependabot[bot])
  • build(deps): Bump crazy-max/ghaction-docker-meta from 5.2.0 to 5.3.0 (#136) 70a8d52 (dependabot[bot])
  • build(deps): Bump crazy-max/ghaction-docker-meta from 5.1.0 to 5.2.0 (#135) 1b08edf (dependabot[bot])
  • build(deps): Bump crazy-max/ghaction-docker-meta from 5.0.0 to 5.1.0 (#131) 6a1ef86 (dependabot[bot])
  • build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 (#125) 9d50737 (dependabot[bot])
  • fix: decrease swapfile to 8G 6f3b4c1 (Lin Yang)
  • feat: Increase swapfile 956c912 (Lin Yang)

v1.1.5-alpha.1

22 Nov 09:03
v1.1.5-alpha.1
5e875a6
Compare
Choose a tag to compare
v1.1.5-alpha.1 Pre-release
Pre-release

Notable Changes

Deprecation Notes

CRD Updates

No CRD changes between tags v1.1.4 and v1.1.5-alpha.1

Changelog

  • build(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 (#125) 5e875a6 (dependabot[bot])
  • chore: prepare pre-release v1.1.5-alpha.1 5206595 (Lin Yang)
  • fix: nil pointer exception when route cannot be attached to any gateway dc4fb12 (Lin Yang)
  • fix: decrease swapfile to 8G 99efdfe (Lin Yang)
  • feat: Increase swapfile d79804f (Lin Yang)
  • chore: prepare release v1.1.4 1281ef8 (Lin Yang)
  • chore: prepare pre-release v1.1.4-alpha.3 f1d24d5 (Lin Yang)
  • fix: gateway address is not updated due to latency of assigning service external IPs (#96) 0d21a13 (Lin Yang)
  • feat: add more options to configure FGW (#89) 178606d (Lin Yang)
  • feat: add feature flag to enable/disable Gateway agent service (#88) fdfcf0c (Lin Yang)
  • fix: package-scripts 1c67658 (Lin Yang)
  • feat: new FGW options to control per-request/per-connection load balancing (#87) ee39dcd (Lin Yang)
  • cloud connector with gateway api (#86) fed84de (Cybwan)
  • feat: bump fgw scripts and config chains (#85) 9df8e5d (Lin Yang)
  • chore: prepare pre-release v1.1.4-alpha.2 20f7f58 (Lin Yang)
  • feat: add feature flags to enable/disable validating hostnames of GatewayAPI resources (#83) 7eb6079 (Lin Yang)
  • chore: prepare pre-release v1.1.4-alpha.1 7d6b64c (Lin Yang)
  • chore: prepare release v1.1.3 ae4f5a1 (Lin Yang)
  • fix virtual service's update error. (#82) 657ce8b (Cybwan)
  • chore: prepare release v1.1.2 ed405cf (Lin Yang)
  • fix: FLB not able to handle external IP assignment (#81) 963a316 (Lin Yang)
  • add exclusion service feature. (#80) b7a7939 (Cybwan)
  • chore: prepare release v1.1.1 7798da8 (Lin Yang)
  • fix: issues caused by gRPC reflection version(v1 vs. v1alpha) (#77) 29ce3c4 (Lin Yang)
  • fix: nil pointer in Gateway webhook (#76) f0bba5a (Lin Yang)
  • fix: high cyclomatic complexity (#75) a96f542 (Lin Yang)
  • fix: a service is routable if it's referred by request mirror filter (#74) e4ae300 (Lin Yang)
  • chore: prepare pre-release v1.1.1-beta.14 22793b3 (Lin Yang)
  • chore: prepare pre-release v1.1.1-beta.13 11cdf3f (Lin Yang)
  • build: bump pipy to v0.90.3-38 9669bf6 (Lin Yang)
  • chore: prepare pre-release v1.1.1-beta.12 e71827f (Lin Yang)
  • fix: check if resource revision of svc is changed, ignore processing if it doesn't (#73) 6730f08 (Lin Yang)
  • Changed implementation of outbound per-request load balancing. (#72) 4ce0d49 (Cybwan)
  • feat: keep letter case of config properties to be consistent (#71) 6bf1128 (Lin Yang)
  • chore: prepare pre-release v1.1.1-beta.11 b3c40e2 (Lin Yang)
  • chore: prepare pre-release v1.1.1-beta.10 95d9502 (Lin Yang)
  • fix: relocate rule level and backend level filters in config.json (#68) a7575a7 (Lin Yang)
  • fix TLS handshake issue in ingress (#69) 15a6711 (Addo.Zhang)
  • build(deps): Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#63) d77f3d6 (dependabot[bot])
  • build(deps): Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#64) de08986 (dependabot[bot])
  • build(deps): Bump crazy-max/ghaction-docker-meta from 4.6.0 to 5.0.0 (#65) 60e6881 (dependabot[bot])
  • build(deps): Bump docker/login-action from 2.2.0 to 3.0.0 (#66) dc2c94e (dependabot[bot])
  • build(deps): Bump docker/build-push-action from 4.2.1 to 5.0.0 (#67) eff6dbd (dependabot[bot])
  • build(deps): Bump docker/build-push-action from 4.2.0 to 4.2.1 (#62) 3ae3d10 (dependabot[bot])
  • chore: prepare pre-release v1.1.1-beta.9 c912cb6 (Lin Yang)
  • Integrated Eureka service discovery. (#61) 9f69b9e (Cybwan)
  • build(deps): Bump docker/build-push-action from 4.1.1 to 4.2.0 (#60) 2abe8b1 (dependabot[bot])
  • chore: prepare pre-release v1.1.1-beta.8 4cdb2e0 (Lin Yang)
  • feat: enable fgw debug log if gateway log level is trace/debug (#59) 7a67a77 (Lin Yang)
  • build: bump pipy to 0.90.3-2 (#58) bcedd21 (Lin Yang)
  • refactor: extract constants for rendering helm chart (#57) 351f432 (Lin Yang)
  • build: update to latest FGW 00ad8f8 (Lin Yang)
  • chore: prepare pre-release v1.1.1-beta.7 f430cde (Lin Yang)
  • feat: CLI checks if k8s server version meets the minimum requirements of ingress/gateway (#55) d24317b (Lin Yang)
  • feat: enhance the logic of converting log level b223f6b (Lin Yang)
  • docs: update test documents f458b06 (Lin Yang)
  • build(deps): Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#31) 230c7c2 (dependabot[bot])
  • docs: extract setup dnsmasq to separate doc 0088544 (Lin Yang)
  • build(deps): Bump github.com/cyphar/filepath-securejoin (#54) e745724 (dependabot[bot])
  • build(deps): Bump github.com/docker/docker (#52) 76d14fd (dependabot[bot])
  • feat: control pipy log level by fsm log level (#53) 26fd912 (Lin Yang)
  • fix: update CRD manifests due to RemoteLoggingLevel 1130dc4 (Lin Yang)
  • build(deps): Bump github.com/containerd/containerd from 1.6.15 to 1.6.18 (#50) 599eaf5 (dependabot[bot])
  • Add RemoteLoggingLevel to MeshConfig (#49) 9ed796f (Cybwan)
  • fix: update CRD manifests to reflect latest MeshConfig 67a0962 (Lin Yang)
  • chore: prepare pre-release v1.1.1-beta.5 bae6a1f (Lin Yang)
  • fix: ingress service type doesn't take effect a290b10 (Lin Yang)
  • chore: prepare pre-release v1.1.1-beta.4 cfa89b1 (Lin Yang)
  • feat: assign static nodePort to ingress svc only if service type is NodePort (#48) ea5381b (Lin Yang)
  • fix: cross build fsm-interceptor image (#47) d2fd37e (Lin Yang)
  • chore: prepare pre-release v1.1.1-beta.3 c379651 (Lin Yang)
  • build(deps): Bump actions/checkout from 3 to 4 (#46) 9ec1f08 (dependabot[bot])
  • ci: checks if CRD YAMLs are update to date (#45) 35c9fea (Lin Yang)
  • feat: add cli commands to enable/disable ingress, gateway, egress-gateway, flb and service-lb (#39) ab6feec (Lin Yang)
  • fix: invalid default TLS cert for ingress (#44) 5ab21e7 (Lin Yang)
  • fix: regenerate CRD manifests (#43) 075eff7 (Lin Yang)
  • Add SidecarTimeout to MeshConfig. (#35) 12e8484 (Cybwan)
  • feat: cherry-pick FLB changes from fsm-classic (#37) cd0cb3e (Lin Yang)
  • ci: watch branch release/v* to trigger GitHub actions (#38) a98e1d9 (Lin Yang)
  • fix port fordwarding script (#34) 8954f69 (Addo.Zhang)
  • #32 rollback change for balance algorithm shortening (#33) b06f1e5 (Addo.Zhang)
  • update port forwarding shell (#30) bf140cf (Addo.Zhang)
  • fix: CRD Update section is not generated correctly in release notes (#28) 6e58228 (Lin Yang)