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

Upgrade to Istio 1.19.0 and implement Gateway API support #717

Closed
wants to merge 57 commits into from

Conversation

CH3CHO
Copy link
Collaborator

@CH3CHO CH3CHO commented Dec 20, 2023

Ⅰ. Describe what this PR did

Upgrade to Istio 1.19.0 and implement Gateway API support.

Ⅱ. Does this pull request fix one issue?

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Conflicts will be fixed later.

@codecov-commenter
Copy link

codecov-commenter commented Jan 8, 2024

Codecov Report

Attention: 979 lines in your changes are missing coverage. Please review.

Comparison is base (90f89cf) 38.14% compared to head (e29820f) 47.36%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #717      +/-   ##
==========================================
+ Coverage   38.14%   47.36%   +9.21%     
==========================================
  Files          61       56       -5     
  Lines       10342    10358      +16     
==========================================
+ Hits         3945     4906     +961     
+ Misses       6098     5155     -943     
+ Partials      299      297       -2     
Files Coverage Δ
pkg/cmd/server.go 84.81% <100.00%> (+0.59%) ⬆️
pkg/ingress/kube/annotations/annotations.go 31.63% <ø> (ø)
pkg/ingress/kube/annotations/canary.go 53.63% <100.00%> (+0.79%) ⬆️
pkg/ingress/kube/annotations/cors.go 88.46% <100.00%> (ø)
pkg/ingress/kube/annotations/default_backend.go 69.64% <ø> (-10.36%) ⬇️
pkg/ingress/kube/annotations/downstreamtls.go 88.23% <100.00%> (ø)
pkg/ingress/kube/annotations/ip_access_control.go 0.00% <ø> (-87.50%) ⬇️
pkg/ingress/kube/annotations/loadbalance.go 87.39% <100.00%> (ø)
pkg/ingress/kube/annotations/local_rate_limit.go 100.00% <ø> (ø)
pkg/ingress/kube/annotations/retry.go 100.00% <100.00%> (ø)
... and 32 more

... and 15 files with indirect coverage changes

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 946 files.

Valid Invalid Ignored Fixed
386 32 528 0
Click to see the invalid file list
  • hgctl/cmd/hgctl/config/testdata/config/input/in.all.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.all.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.all.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.bootstrap.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.bootstrap.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.cluster.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.cluster.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.endpoints.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.endpoints.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.listener.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.listener.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.route.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.route.yaml
  • hgctl/pkg/manifests/istiobase/Chart.yaml
  • hgctl/pkg/manifests/istiobase/README.md
  • hgctl/pkg/manifests/istiobase/crds/crd-all.gen.yaml
  • hgctl/pkg/manifests/istiobase/crds/crd-operator.yaml
  • hgctl/pkg/manifests/istiobase/templates/clusterrole.yaml
  • hgctl/pkg/manifests/istiobase/templates/clusterrolebinding.yaml
  • hgctl/pkg/manifests/istiobase/templates/crds.yaml
  • hgctl/pkg/manifests/istiobase/templates/default.yaml
  • hgctl/pkg/manifests/istiobase/templates/endpoints.yaml
  • hgctl/pkg/manifests/istiobase/templates/reader-serviceaccount.yaml
  • hgctl/pkg/manifests/istiobase/templates/role.yaml
  • hgctl/pkg/manifests/istiobase/templates/rolebinding.yaml
  • hgctl/pkg/manifests/istiobase/templates/serviceaccount.yaml
  • hgctl/pkg/manifests/istiobase/templates/services.yaml
  • hgctl/pkg/manifests/istiobase/values.yaml
  • hgctl/pkg/manifests/profiles/_all.yaml
  • hgctl/pkg/manifests/profiles/k8s.yaml
  • hgctl/pkg/manifests/profiles/local-docker.yaml
  • hgctl/pkg/manifests/profiles/local-k8s.yaml

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 964 files.

Valid Invalid Ignored Fixed
391 32 541 0
Click to see the invalid file list
  • hgctl/cmd/hgctl/config/testdata/config/input/in.all.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.all.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.all.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.bootstrap.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.bootstrap.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.cluster.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.cluster.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.endpoints.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.endpoints.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.listener.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.listener.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.route.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.route.yaml
  • hgctl/pkg/manifests/istiobase/Chart.yaml
  • hgctl/pkg/manifests/istiobase/README.md
  • hgctl/pkg/manifests/istiobase/crds/crd-all.gen.yaml
  • hgctl/pkg/manifests/istiobase/crds/crd-operator.yaml
  • hgctl/pkg/manifests/istiobase/templates/clusterrole.yaml
  • hgctl/pkg/manifests/istiobase/templates/clusterrolebinding.yaml
  • hgctl/pkg/manifests/istiobase/templates/crds.yaml
  • hgctl/pkg/manifests/istiobase/templates/default.yaml
  • hgctl/pkg/manifests/istiobase/templates/endpoints.yaml
  • hgctl/pkg/manifests/istiobase/templates/reader-serviceaccount.yaml
  • hgctl/pkg/manifests/istiobase/templates/role.yaml
  • hgctl/pkg/manifests/istiobase/templates/rolebinding.yaml
  • hgctl/pkg/manifests/istiobase/templates/serviceaccount.yaml
  • hgctl/pkg/manifests/istiobase/templates/services.yaml
  • hgctl/pkg/manifests/istiobase/values.yaml
  • hgctl/pkg/manifests/profiles/_all.yaml
  • hgctl/pkg/manifests/profiles/k8s.yaml
  • hgctl/pkg/manifests/profiles/local-docker.yaml
  • hgctl/pkg/manifests/profiles/local-k8s.yaml

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 964 files.

Valid Invalid Ignored Fixed
391 32 541 0
Click to see the invalid file list
  • hgctl/cmd/hgctl/config/testdata/config/input/in.all.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.all.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.all.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.bootstrap.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.bootstrap.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.cluster.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.cluster.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.endpoints.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.endpoints.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.listener.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.listener.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.route.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.route.yaml
  • hgctl/pkg/manifests/istiobase/Chart.yaml
  • hgctl/pkg/manifests/istiobase/README.md
  • hgctl/pkg/manifests/istiobase/crds/crd-all.gen.yaml
  • hgctl/pkg/manifests/istiobase/crds/crd-operator.yaml
  • hgctl/pkg/manifests/istiobase/templates/clusterrole.yaml
  • hgctl/pkg/manifests/istiobase/templates/clusterrolebinding.yaml
  • hgctl/pkg/manifests/istiobase/templates/crds.yaml
  • hgctl/pkg/manifests/istiobase/templates/default.yaml
  • hgctl/pkg/manifests/istiobase/templates/endpoints.yaml
  • hgctl/pkg/manifests/istiobase/templates/reader-serviceaccount.yaml
  • hgctl/pkg/manifests/istiobase/templates/role.yaml
  • hgctl/pkg/manifests/istiobase/templates/rolebinding.yaml
  • hgctl/pkg/manifests/istiobase/templates/serviceaccount.yaml
  • hgctl/pkg/manifests/istiobase/templates/services.yaml
  • hgctl/pkg/manifests/istiobase/values.yaml
  • hgctl/pkg/manifests/profiles/_all.yaml
  • hgctl/pkg/manifests/profiles/k8s.yaml
  • hgctl/pkg/manifests/profiles/local-docker.yaml
  • hgctl/pkg/manifests/profiles/local-k8s.yaml

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 1000 files.

Valid Invalid Ignored Fixed
398 32 570 0
Click to see the invalid file list
  • hgctl/cmd/hgctl/config/testdata/config/input/in.all.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.all.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.all.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.bootstrap.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.bootstrap.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.cluster.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.cluster.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.endpoints.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.endpoints.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.listener.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.listener.yaml
  • hgctl/cmd/hgctl/config/testdata/config/output/out.route.json
  • hgctl/cmd/hgctl/config/testdata/config/output/out.route.yaml
  • hgctl/pkg/manifests/istiobase/Chart.yaml
  • hgctl/pkg/manifests/istiobase/README.md
  • hgctl/pkg/manifests/istiobase/crds/crd-all.gen.yaml
  • hgctl/pkg/manifests/istiobase/crds/crd-operator.yaml
  • hgctl/pkg/manifests/istiobase/templates/clusterrole.yaml
  • hgctl/pkg/manifests/istiobase/templates/clusterrolebinding.yaml
  • hgctl/pkg/manifests/istiobase/templates/crds.yaml
  • hgctl/pkg/manifests/istiobase/templates/default.yaml
  • hgctl/pkg/manifests/istiobase/templates/endpoints.yaml
  • hgctl/pkg/manifests/istiobase/templates/reader-serviceaccount.yaml
  • hgctl/pkg/manifests/istiobase/templates/role.yaml
  • hgctl/pkg/manifests/istiobase/templates/rolebinding.yaml
  • hgctl/pkg/manifests/istiobase/templates/serviceaccount.yaml
  • hgctl/pkg/manifests/istiobase/templates/services.yaml
  • hgctl/pkg/manifests/istiobase/values.yaml
  • hgctl/pkg/manifests/profiles/_all.yaml
  • hgctl/pkg/manifests/profiles/k8s.yaml
  • hgctl/pkg/manifests/profiles/local-docker.yaml
  • hgctl/pkg/manifests/profiles/local-k8s.yaml

CH3CHO and others added 5 commits March 9, 2024 10:26
Signed-off-by: fengshunli <1171313930@qq.com>
Signed-off-by: johnlanni <zty98751@alibaba-inc.com>
Signed-off-by: zty98751 <zty98751@alibaba-inc.com>
Signed-off-by: Ink33 <Ink33@smlk.org>
Signed-off-by: chengzw <chengzw258@163.com>
Signed-off-by: zzjin <tczzjin@gmail.com>
@johnlanni johnlanni closed this Aug 15, 2024
@johnlanni johnlanni deleted the feat/istio-1.19.0 branch August 15, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants