Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

feat: implement gateway api #295

Open
wants to merge 172 commits into
base: release-v0.3
Choose a base branch
from
Open

Conversation

reaver-flomesh
Copy link
Collaborator

Description:

Testing done:

Affected area:

Functional Area
New Functionality [ ]
CI System [ ]
CLI Tool [ ]
Control Plane [ ]
Samples [ ]
Documentation [ ]
Install [ ]
Networking [ ]
Performance [ ]
Security [ ]
Tests [ ]
Upgrade [ ]
Other [ ]

Please answer the following questions with yes/no.

  1. Does this change contain code from or inspired by another project?

    • Did you notify the maintainers and provide attribution?
  2. Is this a breaking change?

  3. Has documentation corresponding to this change been updated in the FSM docs folder (if applicable)?

reaver-flomesh and others added 30 commits February 7, 2023 16:09
Signed-off-by: Lin Yang <reaver@flomesh.io>

feat: bump gateway-api to v0.6.0

Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
* chore: prepare release v0.2.1

Signed-off-by: Lin Yang <reaver@flomesh.io>

* fix: multi-platform images

Signed-off-by: Lin Yang <reaver@flomesh.io>

* fix: declare ARG DISTROLESS_TAG

Signed-off-by: Lin Yang <reaver@flomesh.io>

---------

Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
….18 (#233)

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.15 to 1.6.18.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.6.15...v1.6.18)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lin Yang <reaver@flomesh.io>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](golang/net@v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
…intSlice for MCS

Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
@reaver-flomesh reaver-flomesh added kind/enhancement New feature or request change/dependencies Pull requests that update a dependency file change/go Pull requests that update Go code change/github-actions Pull requests that update GitHub Actions code change/PipyJS Changes that update PJS code area/gateway-api Task/Issue related to GatewayAPI priority/P1 P1 priority size/XXXL 60 days (3 months) change/helm-chart Changes that update Helm Chart change/shell-scripts Changes that update Shell scripts change/configuration Changes that update config files labels Jul 6, 2023
@reaver-flomesh reaver-flomesh added this to the v0.3.0 milestone Jul 6, 2023
@reaver-flomesh reaver-flomesh self-assigned this Jul 6, 2023
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Signed-off-by: Lin Yang <reaver@flomesh.io>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/gateway-api Task/Issue related to GatewayAPI change/configuration Changes that update config files change/dependencies Pull requests that update a dependency file change/github-actions Pull requests that update GitHub Actions code change/go Pull requests that update Go code change/helm-chart Changes that update Helm Chart change/PipyJS Changes that update PJS code change/shell-scripts Changes that update Shell scripts kind/enhancement New feature or request priority/P1 P1 priority size/XXXL 60 days (3 months)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant