Skip to content

Merges Release Manifests#510

Merged
danehans merged 1 commit intoenvoyproxy:mainfrom
danehans:issue_485
Oct 11, 2022
Merged

Merges Release Manifests#510
danehans merged 1 commit intoenvoyproxy:mainfrom
danehans:issue_485

Conversation

@danehans
Copy link
Copy Markdown
Contributor

@danehans danehans commented Oct 5, 2022

Merges the Gateway API install manifest into the EG install manifest. Now, only the EG install manifest will be produced as a release artifact. Users will only need a single kubectl apply command to install EG and dependent resources, e.g. Gateway API CRDs.

Fixes: #485

Signed-off-by: danehans daneyonhansen@gmail.com

Signed-off-by: danehans <daneyonhansen@gmail.com>
@danehans danehans requested a review from a team as a code owner October 5, 2022 21:19
@danehans danehans added the area/ci CI and build related issues label Oct 5, 2022
@danehans danehans added this to the 0.2.0 milestone Oct 5, 2022
@danehans
Copy link
Copy Markdown
Contributor Author

danehans commented Oct 5, 2022

Note: The quickstart must be updated when cutting the v0.2.0 release.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #510 (21936e4) into main (4351905) will decrease coverage by 0.13%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #510      +/-   ##
==========================================
- Coverage   62.51%   62.37%   -0.14%     
==========================================
  Files          41       41              
  Lines        4468     4468              
==========================================
- Hits         2793     2787       -6     
- Misses       1531     1536       +5     
- Partials      144      145       +1     
Impacted Files Coverage Δ
internal/provider/kubernetes/gatewayclass.go 68.84% <0.00%> (-4.35%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Copy Markdown
Member

@Xunzhuo Xunzhuo left a comment

Choose a reason for hiding this comment

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

Looks good, this simplifies the steps to install EG.

@danehans danehans merged commit 872c7f5 into envoyproxy:main Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci CI and build related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Collapse Gateway API CRDs and Envoy Gateway Installation Manifests

4 participants