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

Fixes in control plane services CLI flags #6925

Merged
merged 46 commits into from Nov 9, 2023

Conversation

ItalyPaleAle
Copy link
Contributor

@ItalyPaleAle ItalyPaleAle commented Sep 14, 2023

  • Removed flags that are deprecated and have no effect
    • Unlike daprd where we need to keep flags or older injectors can cause daprd to crash, this isn't a problem for control plane services since they're deployed by Helm
  • Remove tokenAudience flag from Helm chart since it's now unused
  • Fixed description of some flags
  • Use constants for default trust anchors file path

- Removed flags that are deprecated and have no effect
- Remove `tokenAudience` flag from Helm chart since it's now unused
- Fixed description of some flags
- Use constants for default trust anchors file path

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
@ItalyPaleAle ItalyPaleAle requested review from a team as code owners September 14, 2023 18:01
@ItalyPaleAle ItalyPaleAle added the autoupdate DaprBot will keep the Pull Request up to date with master branch label Sep 14, 2023
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (90835fa) 65.10% compared to head (7940a2a) 65.09%.
Report is 2 commits behind head on master.

❗ Current head 7940a2a differs from pull request most recent head e7bfac7. Consider uploading reports for the commit e7bfac7 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6925      +/-   ##
==========================================
- Coverage   65.10%   65.09%   -0.02%     
==========================================
  Files         221      231      +10     
  Lines       20799    21049     +250     
==========================================
+ Hits        13541    13701     +160     
- Misses       6120     6207      +87     
- Partials     1138     1141       +3     
Files Coverage Δ
cmd/placement/options/options.go 94.11% <100.00%> (+4.11%) ⬆️

... and 23 files with indirect coverage changes

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

@daixiang0
Copy link
Member

Close this in favor of #7029

@daixiang0 daixiang0 closed this Oct 16, 2023
@ItalyPaleAle ItalyPaleAle reopened this Oct 16, 2023
@ItalyPaleAle
Copy link
Contributor Author

Per @mukundansundar this should be merged first

@ItalyPaleAle
Copy link
Contributor Author

@mukundansundar @daixiang0 is this ready to be merged?

JoshVanL
JoshVanL previously approved these changes Oct 31, 2023
@ItalyPaleAle ItalyPaleAle dismissed stale reviews from daixiang0 and JoshVanL via a7e8d0d November 7, 2023 01:03
@mukundansundar mukundansundar added breaking-change This is a breaking change automerge Allows DaprBot to automerge and update PR if all approvals are in place labels Nov 7, 2023
@ItalyPaleAle ItalyPaleAle removed the breaking-change This is a breaking change label Nov 9, 2023
@mukundansundar mukundansundar merged commit 6def7d1 into dapr:master Nov 9, 2023
17 of 20 checks passed
@mukundansundar mukundansundar added this to the v1.13 milestone Nov 9, 2023
@ItalyPaleAle ItalyPaleAle deleted the fix-control-plane-cli branch November 9, 2023 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Allows DaprBot to automerge and update PR if all approvals are in place autoupdate DaprBot will keep the Pull Request up to date with master branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants