Releases: flomesh-io/fsm
v1.1.4
Notable Changes
Deprecation Notes
CRD Updates
cmd/fsm-bootstrap/crds/config.flomesh.io_meshconfigs.yaml
Changelog
- chore: prepare release v1.1.4 476edc2 (Lin Yang)
- fix: gateway address is not updated due to latency of assigning service external IPs (#96) c08ddb3 (Lin Yang)
- feat: add more options to configure FGW (#89) 9b767bf (Lin Yang)
- feat: add feature flag to enable/disable Gateway agent service (#88) 0e567bb (Lin Yang)
- fix: package-scripts 18b9288 (Lin Yang)
- feat: new FGW options to control per-request/per-connection load balancing (#87) 015e4dd (Lin Yang)
- cloud connector with gateway api (#86) 9de433f (Cybwan)
- feat: bump fgw scripts and config chains (#85) 1c0010c (Lin Yang)
- feat: add feature flags to enable/disable validating hostnames of GatewayAPI resources (#83) c9b11da (Lin Yang)
v1.1.3
v1.1.2
v1.1.1
Notable Changes
Deprecation Notes
CRD Updates
cmd/fsm-bootstrap/crds/config.flomesh.io_meshconfigs.yaml
cmd/fsm-bootstrap/crds/policy.flomesh.io_accesscontrols.yaml
Changelog
- chore: prepare release v1.1.1 6d8109a (Lin Yang)
- fix: issues caused by gRPC reflection version(v1 vs. v1alpha) (#77) 51ab288 (Lin Yang)
- fix: nil pointer in Gateway webhook (#76) 3811322 (Lin Yang)
- fix: high cyclomatic complexity (#75) 6a451d6 (Lin Yang)
- fix: a service is routable if it's referred by request mirror filter (#74) 221e6e0 (Lin Yang)
- build: bump pipy to v0.90.3-38 1fb1d94 (Lin Yang)
- fix: check if resource revision of svc is changed, ignore processing if it doesn't (#73) 2e2b236 (Lin Yang)
- feat: keep letter case of config properties to be consistent (#71) b0f6d39 (Lin Yang)
- Changed implementation of outbound per-request load balancing. (#72) d117dc1 (Cybwan)
- fix: relocate rule level and backend level filters in config.json (#68) 54e77c5 (Lin Yang)
- fix TLS handshake issue in ingress (#69) a846d5b (Addo.Zhang)
- build(deps): Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#63) 542df32 (dependabot[bot])
- build(deps): Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#64) 8f12728 (dependabot[bot])
- build(deps): Bump crazy-max/ghaction-docker-meta from 4.6.0 to 5.0.0 (#65) e1098d8 (dependabot[bot])
- build(deps): Bump docker/login-action from 2.2.0 to 3.0.0 (#66) cbcc00d (dependabot[bot])
- build(deps): Bump docker/build-push-action from 4.2.1 to 5.0.0 (#67) a58b102 (dependabot[bot])
- build(deps): Bump docker/build-push-action from 4.2.0 to 4.2.1 (#62) fa05458 (dependabot[bot])
- Integrated Eureka service discovery. (#61) d35dd38 (Cybwan)
- build(deps): Bump docker/build-push-action from 4.1.1 to 4.2.0 (#60) ac023a9 (dependabot[bot])
- feat: enable fgw debug log if gateway log level is trace/debug (#59) 3b82559 (Lin Yang)
- build: bump pipy to 0.90.3-2 (#58) 6c61b3f (Lin Yang)
- refactor: extract constants for rendering helm chart (#57) 95aac73 (Lin Yang)
- build: update to latest FGW add2777 (Lin Yang)
- feat: CLI checks if k8s server version meets the minimum requirements of ingress/gateway (#55) d63bba1 (Lin Yang)
- feat: enhance the logic of converting log level dd42654 (Lin Yang)
- docs: update test documents 0603e2c (Lin Yang)
- feat: control pipy log level by fsm log level (#53) 86b3de3 (Lin Yang)
- fix: update CRD manifests due to RemoteLoggingLevel fdad425 (Lin Yang)
- fix: update CRD manifests to reflect latest MeshConfig 20cc769 (Lin Yang)
- fix: ingress service type doesn't take effect 30bf779 (Lin Yang)
- feat: assign static nodePort to ingress svc only if service type is NodePort (#48) a2343b2 (Lin Yang)
- fix: cross build fsm-interceptor image (#47) aba3b4c (Lin Yang)
- ci: checks if CRD YAMLs are update to date (#45) 514ae4b (Lin Yang)
- feat: add cli commands to enable/disable ingress, gateway, egress-gateway, flb and service-lb (#39) 877f9ab (Lin Yang)
- fix: invalid default TLS cert for ingress (#44) f01b1ad (Lin Yang)
- fix: regenerate CRD manifests (#43) 6754bfe (Lin Yang)
- feat: cherry-pick FLB changes from fsm-classic (#37) 0a79971 (Lin Yang)
- ci: watch branch release/v* to trigger GitHub actions (#38) 9ddc1e5 (Lin Yang)
- fix port fordwarding script (#34) 444549d (Addo.Zhang)
- #32 rollback change for balance algorithm shortening (#33) 2ab265d (Addo.Zhang)
- update port forwarding shell (#30) a98f03f (Addo.Zhang)
- fix: CRD Update section is not generated correctly in release notes (#28) 04d99fe (Lin Yang)
- build(deps): Bump github.com/cyphar/filepath-securejoin (#54) a8df902 (dependabot[bot])
- build(deps): Bump github.com/docker/docker (#52) 7b844c2 (dependabot[bot])
- build(deps): Bump github.com/containerd/containerd from 1.6.15 to 1.6.18 (#50) 01ef380 (dependabot[bot])
- Add RemoteLoggingLevel to MeshConfig (#49) 029a2ef (Cybwan)
- build(deps): Bump actions/checkout from 3 to 4 (#46) b8d1dce (dependabot[bot])
- Add SidecarTimeout to MeshConfig. (#35) 62c76d0 (Cybwan)
- build(deps): Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#31) cd40e30 (dependabot[bot])
- docs: extract setup dnsmasq to separate doc 7f852c3 (Lin Yang)
v1.1.0
Notable Changes
- This a BIG release, as we have merged fsm-classic and fsm together to provide an All-in-One product which can manage both North-South and East-West traffic.
- GatewayAPI implementation, HTTP/HTTPS, TLS, gRPC and TCP traffic route.
- Standard Ingress implementation, with annotation extension to provide additional features besides Ingress API.
- NamespacedIngress, extension of standard Ingress, provides multi-tenant capability by namespace.
- Multi-Cluster Services, support service discovery and consumption across clusters.
- EgressGateway, defines exit points from the mesh, allows you to apply features, for example, monitoring and route rules, to traffic exiting the mesh.
- ServiceLB, makes it possible to use LoadBalancer Services without a cloud provider or any additional configuration.
Deprecation Notes
- MeshConfig and MeshRootCertificate with APIVersion config.flomesh.io/v1alpha1 and config.flomesh.io/v1alpha2 are deprecated.
CRD Updates
cmd/fsm-bootstrap/crds/config.flomesh.io_meshconfigs.yaml
cmd/fsm-bootstrap/crds/config.flomesh.io_meshrootcertificates.yaml
cmd/fsm-bootstrap/crds/config_mesh_root_certificate.yaml
cmd/fsm-bootstrap/crds/config_meshconfig.yaml
cmd/fsm-bootstrap/crds/flomesh.io_clusters.yaml
cmd/fsm-bootstrap/crds/flomesh.io_globaltrafficpolicies.yaml
cmd/fsm-bootstrap/crds/flomesh.io_namespacedingresses.yaml
cmd/fsm-bootstrap/crds/flomesh.io_serviceexports.yaml
cmd/fsm-bootstrap/crds/flomesh.io_serviceimports.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/mcs_global_traffic_policy.yaml
cmd/fsm-bootstrap/crds/mcs_service_export.yaml
cmd/fsm-bootstrap/crds/mcs_service_import.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/plugin.yaml
cmd/fsm-bootstrap/crds/plugin_chain.yaml
cmd/fsm-bootstrap/crds/plugin_config.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/policy_access_cert.yaml
cmd/fsm-bootstrap/crds/policy_access_control.yaml
cmd/fsm-bootstrap/crds/policy_egress.yaml
cmd/fsm-bootstrap/crds/policy_egress_gateway.yaml
cmd/fsm-bootstrap/crds/policy_ingress_backend.yaml
cmd/fsm-bootstrap/crds/policy_retry.yaml
cmd/fsm-bootstrap/crds/policy_upstream_traffic_setting.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
v1.0.1
Notable Changes
Deprecation Notes
CRD Updates
No CRD changes between tags v1.0.0 and v1.0.1
Changelog
- fix typo (#21) fc9a4c3 (Cybwan)
- build(deps): Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#17) a1b0d7f (dependabot[bot])
- Integrated Consul service discovery (#19) 7a6136f (Cybwan)
- build(deps): Bump docker/setup-buildx-action from 2.7.0 to 2.9.0 (#16) 91da3cc (dependabot[bot])
- docs: relocate images 48d931a (Lin Yang)
- build(deps): Bump crazy-max/ghaction-docker-meta from 4.4.0 to 4.6.0 (#9) 4bed9d0 (dependabot[bot])
- build(deps): Bump docker/build-push-action from 4.1.0 to 4.1.1 (#10) c3d4465 (dependabot[bot])
- build(deps): Bump docker/setup-buildx-action from 2.6.0 to 2.7.0 (#8) ea24e25 (dependabot[bot])
- build(deps): Bump docker/login-action from 2.1.0 to 2.2.0 (#6) 822b454 (dependabot[bot])
- build(deps): Bump docker/setup-qemu-action from 2.1.0 to 2.2.0 (#3) cc9d869 (dependabot[bot])
- build: add Dockerfile for building pipy nonroot image (#12) d2fac7e (Lin Yang)
- ci: add workflow for building pipy nonroot image (#11) dc0c8ca (Lin Yang)
- build(deps): Bump docker/build-push-action from 4.0.0 to 4.1.0 (#7) 763d323 (dependabot[bot])
- build(deps): Bump docker/setup-buildx-action from 2.5.0 to 2.6.0 (#5) 6b0ba82 (dependabot[bot])
- Updated README document 80adb98 (Ali Naqvi)
- docs: update install demo GIF fddd120 (Lin Yang)
- build(deps): Bump docker/setup-qemu-action from 2.0.0 to 2.1.0 (#2) dc97780 (dependabot[bot])
- build(deps): Bump docker/login-action from 2.0.0 to 2.1.0 (#1) d15b625 (dependabot[bot])
v1.0.0
Notable Changes
Deprecation Notes
CRD Updates
No CRD changes between tags v1.0.0 and v1.0.0