Skip to content
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

feat: generate register code instead of maintaining manually #261

Merged
merged 78 commits into from
May 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
e79bdbc
build(deps): Bump crazy-max/ghaction-docker-meta from 5.4.0 to 5.5.0 …
dependabot[bot] Jan 10, 2024
f4a3b75
[chore] Update FLB docs for defaultAlgo. (#168)
keveinliu Jan 13, 2024
49ad63f
update api reference doc generation config (#165)
addozhang Jan 5, 2024
4ffb63e
feat: gateway supports coexistence of TCP and UDP listener (#169)
reaver-flomesh Jan 10, 2024
a7cf7ce
docs: fix a typo (#170)
reaver-flomesh Jan 13, 2024
f7e7ea9
build(deps): Bump codecov/codecov-action from 3 to 4 (#185)
dependabot[bot] Feb 2, 2024
525e8d2
build(deps): Bump crazy-max/ghaction-docker-meta from 5.5.0 to 5.5.1 …
dependabot[bot] Feb 2, 2024
6b17b4b
build(deps): Bump github.com/docker/docker (#186)
dependabot[bot] Feb 2, 2024
89db5b0
build(deps): Bump golangci/golangci-lint-action from 3 to 4 (#190)
dependabot[bot] Feb 19, 2024
10775b4
build(deps): Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 (#197)
dependabot[bot] Feb 27, 2024
9bdf1a6
build(deps): Bump docker/build-push-action from 5.1.0 to 5.2.0 (#201)
dependabot[bot] Mar 10, 2024
163b481
build(deps): Bump docker/build-push-action from 5.2.0 to 5.3.0 (#206)
dependabot[bot] Mar 15, 2024
ec96066
build(deps): Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (#208)
dependabot[bot] Mar 15, 2024
0e87c6b
build(deps): Bump docker/login-action from 3.0.0 to 3.1.0 (#207)
dependabot[bot] Mar 15, 2024
843f160
build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#…
dependabot[bot] Mar 15, 2024
bfb05f4
[chore] Update FLB docs for defaultAlgo. (#168)
keveinliu Jan 13, 2024
484bb52
optimized fsm connector (#171)
cybwan Jan 15, 2024
bc75111
fix: incorrect update annotation of FLB svc (#173)
reaver-flomesh Jan 19, 2024
69fc0a8
fix: assignment entry to nil map (#174)
reaver-flomesh Jan 19, 2024
cd81d16
fix: cloud connector issuses (#175)
cybwan Jan 19, 2024
aebc4cc
fix fgw http route's hostnames. (#176)
cybwan Jan 23, 2024
67a428d
feat: support setting replicas and resource limits of Gateway (#179)
reaver-flomesh Jan 26, 2024
13240dc
feat: add label gateway.networking.k8s.io/policy=true to FSM policy a…
reaver-flomesh Jan 29, 2024
fc0eef9
fix: reduce the possibility for wrongly configuring remote logging (#…
reaver-flomesh Jan 30, 2024
2fe1bb9
fix: status of Gateway IP addresses due to service name changed (#183)
reaver-flomesh Jan 30, 2024
9dcc15d
build: bump pipy from 0.99.0-2 to 0.99.1-1 (#187)
reaver-flomesh Feb 2, 2024
5ebc670
feat: add ProxyPreserveHost option for gateway (#188)
reaver-flomesh Feb 5, 2024
618313a
optimized fsm connector. (#194)
cybwan Feb 23, 2024
b4fe93f
reduce config.json (#195)
cybwan Feb 25, 2024
fa0527b
feat: support FLB TLS service (#192)
reaver-flomesh Feb 26, 2024
ddbf4bb
fix: API path of updating FLB secret
reaver-flomesh Mar 5, 2024
8df46fb
fix: check existence of TLS port in FLB service spec (#209)
reaver-flomesh Mar 15, 2024
1960cad
optimized fsm connector (#210)
cybwan Mar 18, 2024
109de88
chore: prepare release v1.2.1
reaver-flomesh Mar 18, 2024
8aa3a72
optimized fsm connector. (#215)
cybwan Mar 22, 2024
c3d1631
chore: prepare release v1.2.2
reaver-flomesh Mar 22, 2024
86ef746
build(deps): Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 (#219)
dependabot[bot] Apr 9, 2024
2972609
feat: support headless service without selector (#216)
reaver-flomesh Mar 23, 2024
37bb922
fix: watch Endpoints changes for headless service (#217)
reaver-flomesh Apr 8, 2024
a46652b
fix: minimum k8s for fsm-ingress (#218)
reaver-flomesh Apr 9, 2024
f008466
fix: add resource limit to all containers (#220)
reaver-flomesh Apr 9, 2024
13ff072
feat: support forward mode. (#221)
cybwan Apr 10, 2024
0185120
chore: prepare release v1.2.3
reaver-flomesh Apr 10, 2024
073389f
fix: add resource limits to container of pipy repo (#222)
reaver-flomesh Apr 10, 2024
b8eeaa6
fix: add create namespace permission to fsm (#224)
reaver-flomesh Apr 15, 2024
c9625a8
Support disabling multi-level gateways. (#223)
cybwan Apr 15, 2024
2a219a7
fix: add update/patch/delete namespace permission to fsm (#225)
reaver-flomesh Apr 17, 2024
d63947f
chore: prepare release v1.2.4
reaver-flomesh Apr 18, 2024
b9d1f93
build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 (#226)
dependabot[bot] Apr 22, 2024
5979624
build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 (#226)
dependabot[bot] Apr 22, 2024
a906317
chore: prepare release v1.2.4
reaver-flomesh Apr 18, 2024
56f9a4e
Merge remote-tracking branch 'refs/remotes/origin/main'
reaver-flomesh Apr 26, 2024
b21a63a
build(deps): Bump golangci/golangci-lint-action from 4 to 5 (#228)
dependabot[bot] Apr 26, 2024
b718c53
ci: switch to ncipollo/release-action
reaver-flomesh Apr 26, 2024
7d0ae5b
ci: switch to ncipollo/release-action
reaver-flomesh Apr 26, 2024
d593a49
Merge remote-tracking branch 'refs/remotes/origin/main'
reaver-flomesh Apr 26, 2024
d8411fd
fix: use distroless cc instead of distroless cc-debian11 to keep up w…
reaver-flomesh Apr 29, 2024
9335a57
build: switch base image to debian 12
reaver-flomesh Apr 29, 2024
4c22cee
fix:invalid cloud service's name. (#229)
cybwan Apr 30, 2024
7a4f81c
fix ruleName for multi services. (#231)
cybwan Apr 30, 2024
06c5bfd
feat: new annotations for FLB (#234)
reaver-flomesh May 1, 2024
b46d702
feat: delete svc from FLB in case it's not a FLB service anymore (#236)
reaver-flomesh May 2, 2024
c47d094
docs: add supported version of GatewayAPI resources (#237)
reaver-flomesh May 2, 2024
26a6f5d
fix: don't delete svc from cache if failed to delete svc from FLB (#238)
reaver-flomesh May 3, 2024
89f50f7
build: bump pipy from 0.99.1-1 to 1.1.0-1 (#240)
reaver-flomesh May 7, 2024
e51f692
build(deps): Bump golangci/golangci-lint-action from 5 to 6 (#241)
dependabot[bot] May 7, 2024
d362821
fix: add more variables to compute FLB svc hash (#243)
reaver-flomesh May 9, 2024
7309970
fix: remove service hash annotation if it's not a FLB svc anymore (#244)
reaver-flomesh May 9, 2024
b47d22d
fix nacos password (#246)
cybwan May 10, 2024
c3592f6
fix: compute hash (#250)
reaver-flomesh May 11, 2024
1e2c125
test: mock server for testing FLB controller (#249)
reaver-flomesh May 11, 2024
b8098d0
chore: prepare release v1.2.5
reaver-flomesh May 13, 2024
de03001
fix resources of init container injected with sidecar (#254)
cybwan May 14, 2024
292d02d
Merge branch 'release/v1.3'
reaver-flomesh May 19, 2024
dfe75a8
fix: merge issue
reaver-flomesh May 19, 2024
3e24288
chore: prepare release v1.3.0
reaver-flomesh May 19, 2024
6db9047
feat: generate register code automatically
reaver-flomesh May 19, 2024
90bb6b2
Revert "chore: prepare release v1.3.0"
reaver-flomesh May 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2024
commit 9bdf1a6ca18b53cfba4d5fb51e484ab815f5bd42
4 changes: 2 additions & 2 deletions .github/workflows/build-pipy-nonroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
type=raw,${{ inputs.tag }}-debian

- name: Build and Push
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
context: .
file: ./dockerfiles/Dockerfile.pipy-debian
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
type=raw,${{ inputs.tag }}-${{ matrix.id }}

- name: Build and Push
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
context: .
file: ./dockerfiles/Dockerfile.pipy-nonroot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
echo "GIT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV

- name: Build and Push - ${{ matrix.id }}
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
context: .
file: ./dockerfiles/Dockerfile.fsm-${{ matrix.id }}
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
latest=auto

- name: Build and Push - ${{ matrix.id }}
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.2.0
with:
context: .
file: ./dockerfiles/Dockerfile.demo
Expand Down
Loading