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

Pulumi/Pulumi upgrade to v3.112.0 #2919

Merged
merged 2 commits into from
Mar 29, 2024
Merged

Pulumi/Pulumi upgrade to v3.112.0 #2919

merged 2 commits into from
Mar 29, 2024

Conversation

rquitales
Copy link
Member

@rquitales rquitales commented Mar 28, 2024

Resolves: #2917

Command ran:

for MODFILE in $(find . -name go.mod); do pushd $(dirname $MODFILE); go get github.com/pulumi/pulumi/pkg/v3 github.com/pulumi/pulumi/sdk/v3; go mod tidy; popd; done

@rquitales rquitales requested review from blampe, EronWright and a team March 28, 2024 23:55
@rquitales rquitales self-assigned this Mar 28, 2024
@rquitales rquitales added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Mar 28, 2024
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.63%. Comparing base (1010333) to head (3048839).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2919   +/-   ##
=======================================
  Coverage   27.63%   27.63%           
=======================================
  Files          54       54           
  Lines        7862     7862           
=======================================
  Hits         2173     2173           
  Misses       5504     5504           
  Partials      185      185           

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

@rquitales rquitales merged commit 78ab387 into master Mar 29, 2024
18 checks passed
@rquitales rquitales deleted the rquitales/update-pulumi branch March 29, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow failure: weekly-pulumi-update
2 participants