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

fix: protocol missing in ambassador canary mapping creation. Fixes #3593 #3603

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

umjoshua
Copy link
Contributor

@umjoshua umjoshua commented May 28, 2024

fixes: #3593
Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this is a chore.
  • The title of the PR is (a) conventional with a list of types and scopes found here, (b) states what changed, and (c) suffixes the related issues number. E.g. "fix(controller): Updates such and such. Fixes #1234".
  • I've signed my commits with DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My builds are green. Try syncing with master if they are not.
  • My organization is added to USERS.md.

Copy link
Contributor

github-actions bot commented May 28, 2024

Go Published Test Results

2 162 tests   2 162 ✅  2m 54s ⏱️
  119 suites      0 💤
    1 files        0 ❌

Results for commit c065051.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.28%. Comparing base (32d50b7) to head (c065051).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3603      +/-   ##
==========================================
+ Coverage   80.26%   80.28%   +0.02%     
==========================================
  Files         156      156              
  Lines       17969    17964       -5     
==========================================
  Hits        14423    14423              
+ Misses       2634     2630       -4     
+ Partials      912      911       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented May 28, 2024

E2E Tests Published Test Results

  4 files    4 suites   3h 26m 27s ⏱️
110 tests  99 ✅  6 💤  5 ❌
450 runs  416 ✅ 24 💤 10 ❌

For more details on these failures, see this check.

Results for commit c065051.

♻️ This comment has been updated with latest results.

@umjoshua umjoshua force-pushed the ambassador_mapping_fix branch 2 times, most recently from bae86dd to b33f434 Compare May 28, 2024 13:24
@zachaller zachaller modified the milestone: v1.8 Jun 10, 2024
@zachaller zachaller changed the title fix: protocol missing in ambassador canary mapping creation. Fixes #3593 fix(trafficrouting): protocol missing in ambassador canary mapping creation. Fixes #3593 Jun 10, 2024
@zachaller zachaller changed the title fix(trafficrouting): protocol missing in ambassador canary mapping creation. Fixes #3593 fix: protocol missing in ambassador canary mapping creation. Fixes #3593 Jun 10, 2024
@zachaller zachaller enabled auto-merge (squash) June 10, 2024 14:17
Copy link

sonarcloud bot commented Jun 10, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@zachaller zachaller merged commit f656735 into argoproj:master Jun 12, 2024
26 checks passed
zachaller pushed a commit that referenced this pull request Jun 13, 2024
 (#3603)

fix protocol missing in ambassador canary mapping creation

Signed-off-by: Joshua Mathew <[email protected]>
@zachaller zachaller added the cherry-pick-completed Used once we have cherry picked the PR to all requested releases label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick/release-1.7 cherry-pick-completed Used once we have cherry picked the PR to all requested releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Argo Rollout Canary Service with HTTPS not working
2 participants