dapr / cli

Command-line tools for Dapr.
Apache License 2.0
315 stars 197 forks source link

Fix update dapr 1.12 #1343

Closed mukundansundar closed 9 months ago

mukundansundar commented 9 months ago

Description

Please explain the changes you've made

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

codecov[bot] commented 9 months ago

Codecov Report

Patch coverage: 32.00% and project coverage change: -0.13% :warning:

Comparison is base (41f3240) 22.95% compared to head (21b7a20) 22.82%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-1.12 #1343 +/- ## ================================================ - Coverage 22.95% 22.82% -0.13% ================================================ Files 40 40 Lines 4697 4701 +4 ================================================ - Hits 1078 1073 -5 - Misses 3542 3550 +8 - Partials 77 78 +1 ``` | [Files Changed](https://app.codecov.io/gh/dapr/cli/pull/1343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr) | Coverage Δ | | |---|---|---| | [pkg/kubernetes/client.go](https://app.codecov.io/gh/dapr/cli/pull/1343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-cGtnL2t1YmVybmV0ZXMvY2xpZW50Lmdv) | `4.76% <ø> (ø)` | | | [pkg/kubernetes/configuration.go](https://app.codecov.io/gh/dapr/cli/pull/1343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-cGtnL2t1YmVybmV0ZXMvY29uZmlndXJhdGlvbi5nbw==) | `0.00% <0.00%> (ø)` | | | [pkg/kubernetes/mtls.go](https://app.codecov.io/gh/dapr/cli/pull/1343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-cGtnL2t1YmVybmV0ZXMvbXRscy5nbw==) | `0.00% <0.00%> (ø)` | | | [pkg/kubernetes/renew\_certificate.go](https://app.codecov.io/gh/dapr/cli/pull/1343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-cGtnL2t1YmVybmV0ZXMvcmVuZXdfY2VydGlmaWNhdGUuZ28=) | `0.00% <0.00%> (ø)` | | | [pkg/kubernetes/configurations.go](https://app.codecov.io/gh/dapr/cli/pull/1343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-cGtnL2t1YmVybmV0ZXMvY29uZmlndXJhdGlvbnMuZ28=) | `53.08% <66.66%> (-5.59%)` | :arrow_down: | | [pkg/kubernetes/annotator.go](https://app.codecov.io/gh/dapr/cli/pull/1343?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dapr#diff-cGtnL2t1YmVybmV0ZXMvYW5ub3RhdG9yLmdv) | `70.52% <100.00%> (-0.34%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mukundansundar commented 9 months ago

closed by #1342