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: cage rollout --updateService #76

Merged
merged 3 commits into from
Jun 17, 2024
Merged

feat: cage rollout --updateService #76

merged 3 commits into from
Jun 17, 2024

Conversation

keroxp
Copy link
Member

@keroxp keroxp commented Jun 17, 2024

Recently introduced cage recreate command has been reverted. Instead of that, we introduce --updateService option to cage rollout command. That applies service configurations (load balancer, networks, etc...) in definition to existing service. This flag is optional and set to false by default.

And, fixed the bug that canary task remains after canary test. This situation is caused by an unexpected error during registering task into ALB target.

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

Attention: Patch coverage is 80.15267% with 26 lines in your changes missing coverage. Please review.

Project coverage is 74.03%. Comparing base (e08efdf) to head (4250a86).

Files Patch % Lines
rollout.go 80.18% 16 Missing and 6 partials ⚠️
up.go 66.66% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
- Coverage   75.74%   74.03%   -1.72%     
==========================================
  Files          18       16       -2     
  Lines         969      882      -87     
==========================================
- Hits          734      653      -81     
+ Misses        136      133       -3     
+ Partials       99       96       -3     

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

@keroxp keroxp merged commit a7407ab into main Jun 17, 2024
2 of 3 checks passed
@keroxp keroxp deleted the dev-0617 branch June 17, 2024 06:39
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.

1 participant