-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: minimum requirement of k8s version for fsm-ingress #218
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Lin Yang <[email protected]>
reaver-flomesh
requested review from
cybwan,
wanpf,
addozhang and
naqvis
as code owners
April 8, 2024 11:00
reaver-flomesh
added a commit
that referenced
this pull request
Apr 9, 2024
Signed-off-by: Lin Yang <[email protected]>
reaver-flomesh
added a commit
that referenced
this pull request
Apr 9, 2024
Signed-off-by: Lin Yang <[email protected]>
reaver-flomesh
changed the title
fix: minimum k8s for fsm-ingress
fix: minimum requirement of k8s version for fsm-ingress
Apr 10, 2024
reaver-flomesh
added a commit
that referenced
this pull request
May 19, 2024
* build(deps): Bump crazy-max/ghaction-docker-meta from 5.4.0 to 5.5.0 (#167) Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](docker/metadata-action@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [chore] Update FLB docs for defaultAlgo. (#168) * [chore] Update FLB docs for defaultAlgo. * [chore] Update FLB docs for defaultAlgo. * update api reference doc generation config (#165) * feat: gateway supports coexistence of TCP and UDP listener (#169) * feat: gateway supports coexistence of TCP and UDP listener Signed-off-by: Lin Yang <[email protected]> * docs: update testcase Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * docs: fix a typo (#170) Signed-off-by: Lin Yang <[email protected]> * build(deps): Bump codecov/codecov-action from 3 to 4 (#185) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump crazy-max/ghaction-docker-meta from 5.5.0 to 5.5.1 (#184) Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](docker/metadata-action@v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump github.com/docker/docker (#186) Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.24+incompatible to 20.10.27+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.24...v20.10.27) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lin Yang <[email protected]> * build(deps): Bump golangci/golangci-lint-action from 3 to 4 (#190) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#197) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump docker/build-push-action from 5.1.0 to 5.2.0 (#201) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump docker/build-push-action from 5.2.0 to 5.3.0 (#206) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#208) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump docker/login-action from 3.0.0 to 3.1.0 (#207) Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#205) Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [chore] Update FLB docs for defaultAlgo. (#168) * [chore] Update FLB docs for defaultAlgo. * [chore] Update FLB docs for defaultAlgo. * optimized fsm connector (#171) * optimized fsm connector. * Add vm-sidecar scripts * Update README.md * Update run-sidecar.sh * Update run-sidecar.sh * connector supports nacos. * connector supports nacos. * connector supports nacos. * optimized connector grpc. * optimized connector service's name. * optimized connector service's name. * optimized connector service's name. * fixed fsm connector yaml. * add connector sub-command to fsm cli. * add connector sub-command to fsm cli. * add connector sub-command to fsm cli. * fix egressgateway sub-command. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * add appendTag support to consul connector. add appendMetadata support to eureka and nacos connector. * change flomesh/curl's tag from latest to latest-main * Revert "change flomesh/curl's tag from latest to latest-main" This reverts commit 1fd1f41. --------- Co-authored-by: wanpf <[email protected]> * fix: incorrect update annotation of FLB svc (#173) * fix: incorrect update annotation of svc Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * fix: assignment entry to nil map (#174) Signed-off-by: Lin Yang <[email protected]> * fix: cloud connector issuses (#175) * sync with fsm gateway service name's change. * auto create check service for consul service. * use fgw's cluster ip as via gateway for local k8s services. * use fgw's cluster ip as via gateway for local k8s services. * use fgw's cluster ip as via gateway for local k8s services. * use fgw's cluster ip as via gateway for local k8s services. * use fgw's cluster ip as via gateway for local k8s services. * add check info with consul registration. * fix mixed service access mode. * fix mixed service access mode. * fix access controll. * fix fgw http route's hostnames. (#176) * feat: support setting replicas and resource limits of Gateway (#179) * feat: support setting replicas and resource limits of Gateway Signed-off-by: Lin Yang <[email protected]> * feat: add HPA and PodDisruptionBudget for gateway Signed-off-by: Lin Yang <[email protected]> * feat: add testcase for setting replicas and resource limit Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * feat: add label gateway.networking.k8s.io/policy=true to FSM policy attachment (#181) Signed-off-by: Lin Yang <[email protected]> * fix: reduce the possibility for wrongly configuring remote logging (#182) Signed-off-by: Lin Yang <[email protected]> * fix: status of Gateway IP addresses due to service name changed (#183) Signed-off-by: Lin Yang <[email protected]> * build: bump pipy from 0.99.0-2 to 0.99.1-1 (#187) Signed-off-by: Lin Yang <[email protected]> * feat: add ProxyPreserveHost option for gateway (#188) Signed-off-by: Lin Yang <[email protected]> * optimized fsm connector. (#194) * change fsm.cloudConnector.gateway.ingressipSelector's default value to ExternalIP. * restore eureka catalog service. * optimized fsm connector. * optimized eureka connector. * optimized fsm nacos connector. * optimized fsm nacos connector. * optimized fsm eureka connector. * add service message dispatcher. * add service message dispatcher. * add service message dispatcher. * add service message dispatcher. * optimized connector's message dispatcher. * optimized connector's message dispatcher. * optimized connector's message dispatcher. * reduce config.json (#195) * split e2e test_1-4. * add enableSidecarPrettyConfig into MeshConfig. * reduce config.json. * feat: support FLB TLS service (#192) * feat: support FLB TLS service Signed-off-by: Lin Yang <[email protected]> * chore: prepare pre-release v1.2.1-alpha.5 Signed-off-by: Lin Yang <[email protected]> * fix: assignment to entry in nil map Signed-off-by: Lin Yang <[email protected]> * chore: prepare pre-release v1.2.1-alpha.6 Signed-off-by: Lin Yang <[email protected]> * fix: settings Signed-off-by: Lin Yang <[email protected]> * chore: prepare pre-release v1.2.1-alpha.7 Signed-off-by: Lin Yang <[email protected]> * fix: assignment to entry in nil map Signed-off-by: Lin Yang <[email protected]> * chore: prepare pre-release v1.2.1-alpha.8 Signed-off-by: Lin Yang <[email protected]> * fix: calculating hash of secret Signed-off-by: Lin Yang <[email protected]> * chore: prepare pre-release v1.2.1-alpha.9 Signed-off-by: Lin Yang <[email protected]> * revert: version Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * fix: API path of updating FLB secret Signed-off-by: Lin Yang <[email protected]> * fix: check existence of TLS port in FLB service spec (#209) * fix: check existence of TLS port in FLB service spec Signed-off-by: Lin Yang <[email protected]> * fix: G109: Potential Integer overflow made by strconv.Atoi result conversion to int16/32 (gosec) Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * optimized fsm connector (#210) * add connector crd. * add connector crd. * add connector crd. * add connector crd. * add connector crd. * add connector crd. fix: connector chart Signed-off-by: Lin Yang <[email protected]> * chore: prepare release v1.2.1 Signed-off-by: Lin Yang <[email protected]> * optimized fsm connector. (#215) * chore: prepare release v1.2.2 Signed-off-by: Lin Yang <[email protected]> * build(deps): Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#219) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: support headless service without selector (#216) * feat: support headless service without selector Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * fix: watch Endpoints changes for headless service (#217) Signed-off-by: Lin Yang <[email protected]> * fix: minimum k8s for fsm-ingress (#218) Signed-off-by: Lin Yang <[email protected]> * fix: add resource limit to all containers (#220) * fix: add resource limit to all containers Signed-off-by: Lin Yang <[email protected]> * fix: a typo Signed-off-by: Lin Yang <[email protected]> * fix: nindent Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * feat: support forward mode. (#221) * fix dns searches. * support forward mode. * chore: prepare release v1.2.3 Signed-off-by: Lin Yang <[email protected]> * fix: add resource limits to container of pipy repo (#222) Signed-off-by: Lin Yang <[email protected]> * fix: add create namespace permission to fsm (#224) Signed-off-by: Lin Yang <[email protected]> * Support disabling multi-level gateways. (#223) * fix: add update/patch/delete namespace permission to fsm (#225) Signed-off-by: Lin Yang <[email protected]> * chore: prepare release v1.2.4 Signed-off-by: Lin Yang <[email protected]> * build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 (#226) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 (#226) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: prepare release v1.2.4 Signed-off-by: Lin Yang <[email protected]> chore: prepare release v1.2.4 Signed-off-by: Lin Yang <[email protected]> * build(deps): Bump golangci/golangci-lint-action from 4 to 5 (#228) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: switch to ncipollo/release-action Signed-off-by: Lin Yang <[email protected]> * ci: switch to ncipollo/release-action Signed-off-by: Lin Yang <[email protected]> ci: switch to ncipollo/release-action Signed-off-by: Lin Yang <[email protected]> * fix: use distroless cc instead of distroless cc-debian11 to keep up with latest security update Signed-off-by: Lin Yang <[email protected]> * build: switch base image to debian 12 Signed-off-by: Lin Yang <[email protected]> * fix:invalid cloud service's name. (#229) * fix invalid cloud service's name. * fix invalid cloud service's name. * fix pretty config json. * fix pretty config json. * fix ruleName for multi services. (#231) * feat: new annotations for FLB (#234) Signed-off-by: Lin Yang <[email protected]> * feat: delete svc from FLB in case it's not a FLB service anymore (#236) * feat: delete svc from FLB in case it's not a FLB service anymore Signed-off-by: Lin Yang <[email protected]> * feat: delete svc from FLB in case it's not a FLB service anymore Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * docs: add supported version of GatewayAPI resources (#237) * fix: don't delete svc from cache if failed to delete svc from FLB (#238) Signed-off-by: Lin Yang <[email protected]> * build: bump pipy from 0.99.1-1 to 1.1.0-1 (#240) Signed-off-by: Lin Yang <[email protected]> * build(deps): Bump golangci/golangci-lint-action from 5 to 6 (#241) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v5...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: add more variables to compute FLB svc hash (#243) Signed-off-by: Lin Yang <[email protected]> * fix: remove service hash annotation if it's not a FLB svc anymore (#244) Signed-off-by: Lin Yang <[email protected]> * fix nacos password (#246) * fix: compute hash (#250) Signed-off-by: Lin Yang <[email protected]> * test: mock server for testing FLB controller (#249) * feat: mock FLB API Server Signed-off-by: Lin Yang <[email protected]> * refactor: FLB API path Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * chore: prepare release v1.2.5 Signed-off-by: Lin Yang <[email protected]> * fix resources of init container injected with sidecar (#254) * fix: merge issue Signed-off-by: Lin Yang <[email protected]> * chore: prepare release v1.3.0 Signed-off-by: Lin Yang <[email protected]> * feat: generate register code automatically Signed-off-by: Lin Yang <[email protected]> * Revert "chore: prepare release v1.3.0" This reverts commit 3e24288. --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Lin Yang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevein Liu <[email protected]> Co-authored-by: Addo.Zhang <[email protected]> Co-authored-by: Cybwan <[email protected]> Co-authored-by: wanpf <[email protected]>
reaver-flomesh
added a commit
that referenced
this pull request
May 19, 2024
* build(deps): Bump crazy-max/ghaction-docker-meta from 5.4.0 to 5.5.0 (#167) Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](docker/metadata-action@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [chore] Update FLB docs for defaultAlgo. (#168) * [chore] Update FLB docs for defaultAlgo. * [chore] Update FLB docs for defaultAlgo. * update api reference doc generation config (#165) * feat: gateway supports coexistence of TCP and UDP listener (#169) * feat: gateway supports coexistence of TCP and UDP listener Signed-off-by: Lin Yang <[email protected]> * docs: update testcase Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * docs: fix a typo (#170) Signed-off-by: Lin Yang <[email protected]> * build(deps): Bump codecov/codecov-action from 3 to 4 (#185) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump crazy-max/ghaction-docker-meta from 5.5.0 to 5.5.1 (#184) Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases) - [Commits](docker/metadata-action@v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: crazy-max/ghaction-docker-meta dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump github.com/docker/docker (#186) Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.24+incompatible to 20.10.27+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.24...v20.10.27) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lin Yang <[email protected]> * build(deps): Bump golangci/golangci-lint-action from 3 to 4 (#190) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#197) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump docker/build-push-action from 5.1.0 to 5.2.0 (#201) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump docker/build-push-action from 5.2.0 to 5.3.0 (#206) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#208) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump docker/login-action from 3.0.0 to 3.1.0 (#207) Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#205) Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [chore] Update FLB docs for defaultAlgo. (#168) * [chore] Update FLB docs for defaultAlgo. * [chore] Update FLB docs for defaultAlgo. * optimized fsm connector (#171) * optimized fsm connector. * Add vm-sidecar scripts * Update README.md * Update run-sidecar.sh * Update run-sidecar.sh * connector supports nacos. * connector supports nacos. * connector supports nacos. * optimized connector grpc. * optimized connector service's name. * optimized connector service's name. * optimized connector service's name. * fixed fsm connector yaml. * add connector sub-command to fsm cli. * add connector sub-command to fsm cli. * add connector sub-command to fsm cli. * fix egressgateway sub-command. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * fsm connector supports multi vm clusters. * add appendTag support to consul connector. add appendMetadata support to eureka and nacos connector. * change flomesh/curl's tag from latest to latest-main * Revert "change flomesh/curl's tag from latest to latest-main" This reverts commit 1fd1f41. --------- Co-authored-by: wanpf <[email protected]> * fix: incorrect update annotation of FLB svc (#173) * fix: incorrect update annotation of svc Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * fix: assignment entry to nil map (#174) Signed-off-by: Lin Yang <[email protected]> * fix: cloud connector issuses (#175) * sync with fsm gateway service name's change. * auto create check service for consul service. * use fgw's cluster ip as via gateway for local k8s services. * use fgw's cluster ip as via gateway for local k8s services. * use fgw's cluster ip as via gateway for local k8s services. * use fgw's cluster ip as via gateway for local k8s services. * use fgw's cluster ip as via gateway for local k8s services. * add check info with consul registration. * fix mixed service access mode. * fix mixed service access mode. * fix access controll. * fix fgw http route's hostnames. (#176) * feat: support setting replicas and resource limits of Gateway (#179) * feat: support setting replicas and resource limits of Gateway Signed-off-by: Lin Yang <[email protected]> * feat: add HPA and PodDisruptionBudget for gateway Signed-off-by: Lin Yang <[email protected]> * feat: add testcase for setting replicas and resource limit Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * feat: add label gateway.networking.k8s.io/policy=true to FSM policy attachment (#181) Signed-off-by: Lin Yang <[email protected]> * fix: reduce the possibility for wrongly configuring remote logging (#182) Signed-off-by: Lin Yang <[email protected]> * fix: status of Gateway IP addresses due to service name changed (#183) Signed-off-by: Lin Yang <[email protected]> * build: bump pipy from 0.99.0-2 to 0.99.1-1 (#187) Signed-off-by: Lin Yang <[email protected]> * feat: add ProxyPreserveHost option for gateway (#188) Signed-off-by: Lin Yang <[email protected]> * optimized fsm connector. (#194) * change fsm.cloudConnector.gateway.ingressipSelector's default value to ExternalIP. * restore eureka catalog service. * optimized fsm connector. * optimized eureka connector. * optimized fsm nacos connector. * optimized fsm nacos connector. * optimized fsm eureka connector. * add service message dispatcher. * add service message dispatcher. * add service message dispatcher. * add service message dispatcher. * optimized connector's message dispatcher. * optimized connector's message dispatcher. * optimized connector's message dispatcher. * reduce config.json (#195) * split e2e test_1-4. * add enableSidecarPrettyConfig into MeshConfig. * reduce config.json. * feat: support FLB TLS service (#192) * feat: support FLB TLS service Signed-off-by: Lin Yang <[email protected]> * chore: prepare pre-release v1.2.1-alpha.5 Signed-off-by: Lin Yang <[email protected]> * fix: assignment to entry in nil map Signed-off-by: Lin Yang <[email protected]> * chore: prepare pre-release v1.2.1-alpha.6 Signed-off-by: Lin Yang <[email protected]> * fix: settings Signed-off-by: Lin Yang <[email protected]> * chore: prepare pre-release v1.2.1-alpha.7 Signed-off-by: Lin Yang <[email protected]> * fix: assignment to entry in nil map Signed-off-by: Lin Yang <[email protected]> * chore: prepare pre-release v1.2.1-alpha.8 Signed-off-by: Lin Yang <[email protected]> * fix: calculating hash of secret Signed-off-by: Lin Yang <[email protected]> * chore: prepare pre-release v1.2.1-alpha.9 Signed-off-by: Lin Yang <[email protected]> * revert: version Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * fix: API path of updating FLB secret Signed-off-by: Lin Yang <[email protected]> * fix: check existence of TLS port in FLB service spec (#209) * fix: check existence of TLS port in FLB service spec Signed-off-by: Lin Yang <[email protected]> * fix: G109: Potential Integer overflow made by strconv.Atoi result conversion to int16/32 (gosec) Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * optimized fsm connector (#210) * add connector crd. * add connector crd. * add connector crd. * add connector crd. * add connector crd. * add connector crd. fix: connector chart Signed-off-by: Lin Yang <[email protected]> * chore: prepare release v1.2.1 Signed-off-by: Lin Yang <[email protected]> * optimized fsm connector. (#215) * chore: prepare release v1.2.2 Signed-off-by: Lin Yang <[email protected]> * build(deps): Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#219) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: support headless service without selector (#216) * feat: support headless service without selector Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * fix: watch Endpoints changes for headless service (#217) Signed-off-by: Lin Yang <[email protected]> * fix: minimum k8s for fsm-ingress (#218) Signed-off-by: Lin Yang <[email protected]> * fix: add resource limit to all containers (#220) * fix: add resource limit to all containers Signed-off-by: Lin Yang <[email protected]> * fix: a typo Signed-off-by: Lin Yang <[email protected]> * fix: nindent Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * feat: support forward mode. (#221) * fix dns searches. * support forward mode. * chore: prepare release v1.2.3 Signed-off-by: Lin Yang <[email protected]> * fix: add resource limits to container of pipy repo (#222) Signed-off-by: Lin Yang <[email protected]> * fix: add create namespace permission to fsm (#224) Signed-off-by: Lin Yang <[email protected]> * Support disabling multi-level gateways. (#223) * fix: add update/patch/delete namespace permission to fsm (#225) Signed-off-by: Lin Yang <[email protected]> * chore: prepare release v1.2.4 Signed-off-by: Lin Yang <[email protected]> * build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 (#226) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 (#226) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: prepare release v1.2.4 Signed-off-by: Lin Yang <[email protected]> chore: prepare release v1.2.4 Signed-off-by: Lin Yang <[email protected]> * build(deps): Bump golangci/golangci-lint-action from 4 to 5 (#228) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v4...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * ci: switch to ncipollo/release-action Signed-off-by: Lin Yang <[email protected]> * ci: switch to ncipollo/release-action Signed-off-by: Lin Yang <[email protected]> ci: switch to ncipollo/release-action Signed-off-by: Lin Yang <[email protected]> * fix: use distroless cc instead of distroless cc-debian11 to keep up with latest security update Signed-off-by: Lin Yang <[email protected]> * build: switch base image to debian 12 Signed-off-by: Lin Yang <[email protected]> * fix:invalid cloud service's name. (#229) * fix invalid cloud service's name. * fix invalid cloud service's name. * fix pretty config json. * fix pretty config json. * fix ruleName for multi services. (#231) * feat: new annotations for FLB (#234) Signed-off-by: Lin Yang <[email protected]> * feat: delete svc from FLB in case it's not a FLB service anymore (#236) * feat: delete svc from FLB in case it's not a FLB service anymore Signed-off-by: Lin Yang <[email protected]> * feat: delete svc from FLB in case it's not a FLB service anymore Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * docs: add supported version of GatewayAPI resources (#237) * fix: don't delete svc from cache if failed to delete svc from FLB (#238) Signed-off-by: Lin Yang <[email protected]> * build: bump pipy from 0.99.1-1 to 1.1.0-1 (#240) Signed-off-by: Lin Yang <[email protected]> * build(deps): Bump golangci/golangci-lint-action from 5 to 6 (#241) Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v5...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: add more variables to compute FLB svc hash (#243) Signed-off-by: Lin Yang <[email protected]> * fix: remove service hash annotation if it's not a FLB svc anymore (#244) Signed-off-by: Lin Yang <[email protected]> * fix nacos password (#246) * fix: compute hash (#250) Signed-off-by: Lin Yang <[email protected]> * test: mock server for testing FLB controller (#249) * feat: mock FLB API Server Signed-off-by: Lin Yang <[email protected]> * refactor: FLB API path Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]> * chore: prepare release v1.2.5 Signed-off-by: Lin Yang <[email protected]> * fix resources of init container injected with sidecar (#254) * fix: merge issue Signed-off-by: Lin Yang <[email protected]> * chore: prepare release v1.3.0 Signed-off-by: Lin Yang <[email protected]> * feat: generate register code automatically Signed-off-by: Lin Yang <[email protected]> * Revert "chore: prepare release v1.3.0" This reverts commit 3e24288. --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Lin Yang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevein Liu <[email protected]> Co-authored-by: Addo.Zhang <[email protected]> Co-authored-by: Cybwan <[email protected]> Co-authored-by: wanpf <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Testing done:
Affected area:
Please answer the following questions with yes/no.
Does this change contain code from or inspired by another project?
Is this a breaking change?
Has documentation corresponding to this change been updated in the fsm-docs repo (if applicable)?