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 3.112.0 #1805

Merged
merged 4 commits into from
Mar 29, 2024
Merged

Conversation

VenelinMartinov
Copy link
Contributor

@VenelinMartinov VenelinMartinov commented Mar 29, 2024

Upgrade the bridge to https://github.com/pulumi/pulumi/releases/tag/v3.112.0

Manual changes:

Raised pulumi/pulumi#15852 for the trailing whitespace in the lambda examples

@VenelinMartinov VenelinMartinov changed the title Pulumi/pulumi upgrade 3.112.0 pulumi/pulumi upgrade 3.112.0 Mar 29, 2024
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 60.07%. Comparing base (3a2ed13) to head (c8ee79b).

Files Patch % Lines
pkg/tfgen/generate.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    pulumi/pulumi-terraform-bridge#1805      +/-   ##
==========================================
- Coverage   60.60%   60.07%   -0.54%     
==========================================
  Files         303      310       +7     
  Lines       42348    42726     +378     
==========================================
+ Hits        25667    25669       +2     
- Misses      15208    15585     +377     
+ Partials     1473     1472       -1     

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

@VenelinMartinov
Copy link
Contributor Author

VenelinMartinov commented Mar 29, 2024

I've kicked off downstream tests, will report back once they finish.

EDIT: Everything seems fine, except f5bigip (times out, unrelated) and AWS (still running).

I'd like to get this in so I can run another round of downstream tests since there were new commits on master.

@@ -119,6 +119,5 @@ func TestFileArchives(t *testing.T) {
archive.Hash = ""
file4, err := t1.TranslateArchive(archive)
assert.Nil(t, err)
assert.Equal(t, file4.(string), "")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get an explanation? Very dangerous here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I dug into this and this is a degenerate case of an archive without a hash and without contents; the AWS bug I am tracking was about an archive with an actual hash but no contents, that doesn't seem to reproduce, but its' really tricky to simulate. Let's not hold off on this. Thanks!

@t0yv0 t0yv0 self-requested a review March 29, 2024 15:45
@VenelinMartinov VenelinMartinov merged commit 03a6b2e into master Mar 29, 2024
9 checks passed
@VenelinMartinov VenelinMartinov deleted the vvm/pulumi_upgrade_3_112 branch March 29, 2024 15:47
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.

None yet

3 participants