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(gateway): auto generate hostname for crossMesh listeners (backport #4421) #4424

Merged
merged 1 commit into from
Jun 3, 2022

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jun 3, 2022

This is an automatic backport of pull request #4421 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

* feat(gateway): auto generate hostname for crossMesh listeners
* test(pkg/dns): reuse config
* refactor(pkg/config/dns-server): don't stutter struct name

Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
(cherry picked from commit 4e611f5)
@mergify mergify bot requested a review from a team as a code owner June 3, 2022 09:07
@codecov-commenter
Copy link

codecov-commenter commented Jun 3, 2022

Codecov Report

Merging #4424 (4bdb057) into release-1.7 (e351266) will increase coverage by 0.04%.
The diff coverage is 95.23%.

@@               Coverage Diff               @@
##           release-1.7    #4424      +/-   ##
===============================================
+ Coverage        55.48%   55.52%   +0.04%     
===============================================
  Files              943      943              
  Lines            57814    57814              
===============================================
+ Hits             32077    32102      +25     
+ Misses           23198    23171      -27     
- Partials          2539     2541       +2     
Impacted Files Coverage Δ
pkg/config/app/kuma-cp/config.go 52.44% <ø> (ø)
pkg/core/resources/apis/mesh/gateway_validator.go 83.67% <ø> (-0.49%) ⬇️
pkg/plugins/runtime/k8s/plugin.go 1.05% <0.00%> (+<0.01%) ⬆️
pkg/config/dns-server/config.go 81.81% <100.00%> (ø)
pkg/dns/vips_allocator.go 68.04% <100.00%> (+0.97%) ⬆️
pkg/plugins/runtime/universal/plugin.go 68.96% <100.00%> (-1.04%) ⬇️
pkg/plugins/runtime/gateway/route/sorter.go 66.66% <0.00%> (-5.13%) ⬇️
pkg/kds/service/xds_config_streams.go 76.47% <0.00%> (-3.93%) ⬇️
pkg/xds/generator/direct_access_proxy_generator.go 90.80% <0.00%> (+1.14%) ⬆️
pkg/core/managers/apis/mesh/mesh_manager.go 50.60% <0.00%> (+2.40%) ⬆️
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e351266...4bdb057. Read the comment docs.

@mergify mergify bot merged commit f1e1544 into release-1.7 Jun 3, 2022
@mergify mergify bot deleted the mergify/bp/release-1.7/pr-4421 branch June 3, 2022 10:02
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.

2 participants