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 pf tag parent #1930

Merged
merged 3 commits into from
May 6, 2024
Merged

Fix pf tag parent #1930

merged 3 commits into from
May 6, 2024

Conversation

VenelinMartinov
Copy link
Contributor

@VenelinMartinov VenelinMartinov commented May 6, 2024

fixes #1926

Correctly parent master to the last pf release in order for go to increment pre-release versions correctly.

This works: pulumi/pulumi-tls#503 - this is the hash from this PR.

This is before this PR: pulumi/pulumi-tls@c039dbf#diff-cd249c062d77b4d6a5621756423850d0708ffbe4aae554ce33cdc5b908b0ee39

Notice that the pf pre-release version was v0.33.1-0.20240503212316-40b530845390 which, when competing with v0.34.0 resolved to v0.34.0, even though v0.33.1-0.20240503212316-40b530845390 is newer.

Now the version is correctly labeled as post-0.34.0: v0.34.1-0.20240506185132-7e489cef7052

Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.32%. Comparing base (40b5308) to head (7e489ce).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1930      +/-   ##
==========================================
+ Coverage   60.24%   60.32%   +0.07%     
==========================================
  Files         329      329              
  Lines       44467    44412      -55     
==========================================
  Hits        26791    26791              
+ Misses      16175    16120      -55     
  Partials     1501     1501              

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

@VenelinMartinov VenelinMartinov changed the title Vvm/fix pf tag parent Fix pf tag parent May 6, 2024
@VenelinMartinov VenelinMartinov marked this pull request as ready for review May 6, 2024 19:08
@VenelinMartinov VenelinMartinov requested a review from a team May 6, 2024 19:09
@VenelinMartinov VenelinMartinov merged commit f1ba900 into master May 6, 2024
11 checks passed
@VenelinMartinov VenelinMartinov deleted the vvm/fix_pf_tag_parent branch May 6, 2024 19:12
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.

PF tag parenting issue causing dependencies to resolve pre-releases wrong
3 participants