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 wingetcreate failure #1227

Merged
merged 4 commits into from
Feb 14, 2023
Merged

Conversation

shivamkm07
Copy link
Contributor

Signed-off-by: Shivam Kumar shivamkm07@gmail.com

Description

Wingetcreate older version (1.1.2.0) uses dotnet 5.0, which has been out of support now and so has been removed from runner image(actions/runner-images#6840). The PR makes the workflow use the latest wingetcreate which uses dotnet 6 and so is available in runner.

It also upgrades helm.sh/helm from v3.10.3->v3.11.1, which was failing go vulnerability check.

The run in my fork with the fix: https://github.com/shivamkm07/cli/actions/runs/4175900276

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: #1225

Checklist

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

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
@shivamkm07 shivamkm07 requested review from a team as code owners February 14, 2023 16:44
@codecov
Copy link

codecov bot commented Feb 14, 2023

Codecov Report

Merging #1227 (4fdec6b) into release-1.10 (c8aa85b) will not change coverage.
The diff coverage is n/a.

@@              Coverage Diff              @@
##           release-1.10    #1227   +/-   ##
=============================================
  Coverage         26.16%   26.16%           
=============================================
  Files                38       38           
  Lines              2599     2599           
=============================================
  Hits                680      680           
  Misses             1853     1853           
  Partials             66       66           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
@yaron2 yaron2 merged commit 5ccd602 into dapr:release-1.10 Feb 14, 2023
@mukundansundar mukundansundar modified the milestone: v1.10 Feb 15, 2023
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.

3 participants