gitpython-developers / GitPython

GitPython is a python library used to interact with Git repositories.
http://gitpython.readthedocs.org
BSD 3-Clause "New" or "Revised" License
4.6k stars 905 forks source link

Bump Vampire/setup-wsl from 3.0.0 to 3.1.0 #1917

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps Vampire/setup-wsl from 3.0.0 to 3.1.0.

Release notes

Sourced from Vampire/setup-wsl's releases.

v3.1.0

Highlights

  • Make Alpine work again (#50)
  • Add support for Ubuntu 24.04 (#57)
  • Add a warning about /etc/wsl.conf being overwritten

Details

  • Update GitHub Actions workflows DSL to 1.14.0 [1b98bdaffc3d56b5e97a29ea8b3b2a96c0498c03]
  • Use eq for outcome [319454a321c55c67fef12c67cd54ec54af7d4997]
  • Use newest versions of actions [130e9cba97252d50ab178c5782859460aede274f]
  • Update github-workflows-kt to 2.0.0 [a7c820261d48105e7bd3e6ae3cc393eb1ed58843]
  • Add debug logging if the product ID could not be resolved to a download URL [a5e8694107a925a6701ee61f2470e1a226407cf1]
  • Work around KT-42101 when preprocessing workflows [a6c8b145c3c422dd3974a1b112a7652becdaaff3]
  • Make procuctId to URL translation work again (#50) [e5717e2bbf1f10981bbe1bd2f35544b4b6905ec9]
  • Refactor test workflow script [00dc521491958bb3a5dd2e5d51357f913e198972]
  • Log contents of /etc/wsl.conf if it exists unexpectedly [d81efaebccf8b931f6a6ee383e8efd8786ff084f]
  • Increase version to 3.1.0 [9be6f77b85829f8361d5e1faa99c9e56ac57b3a5]
  • Add support for Ubuntu 24.04 (#57) [a2f462bb0930b2a1bd97a2c0d236754f810fe39d]
  • Make test_distribution_specific_wsl_bash_scripts names unique [d29d1570b60eded291f19b1585224c2a55df5ba8]
  • Add a warning about /etc/wsl.conf being overwritten [b7c49fbd112783fce649d00c69328972a98e9da5]
Commits
  • 45f5a8c [Gradle Release Plugin] - pre tag commit: 'v3.1.0'.
  • b7c49fb Add a warning about /etc/wsl.conf being overwritten
  • d29d157 Make test_distribution_specific_wsl_bash_scripts names unique
  • a2f462b Add support for Ubuntu 24.04 (#57)
  • 9be6f77 Increase version to 3.1.0
  • d81efae Log contents of /etc/wsl.conf if it exists unexpectedly
  • 00dc521 Refactor test workflow script
  • e5717e2 Make procuctId to URL translation work again (#50)
  • a6c8b14 Work around KT-42101 when preprocessing workflows
  • a5e8694 Add debug logging if the product ID could not be resolved to a download URL
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
EliahKagan commented 4 months ago

There appear to be two separate kinds of failures here.

The failure with Python 3.7 on Ubuntu appears to be a result of a corrupted download, which should resolve if re-run.

In contrast, it seems the failures on Windows always occur with that step, as written, to install Debian, at least on windows-latest, as shown in this much-simplified testing repository. I've opened https://github.com/Vampire/setup-wsl/issues/58 to report that.

Although we should probably wait for feedback on https://github.com/Vampire/setup-wsl/issues/58 (and possibly a fix) before attempting further steps toward bringing in the changes from this PR, I suggest rerunning all pythonpackage.yml tests here, to check that my prediction is correct.

It may not be strictly necessary to do so, since I have made a branch in my fork from this branch here, whose CI does behave that way. But rerunning them all here should give slightly greater confidence and, perhaps more importantly, should make it clearer, when we (or others, perhaps to fix the issue) look at this later, which test jobs fail consistently.

Vampire commented 4 months ago

The setup-wsl problem should be fixed in 3.1.1, sorry

EliahKagan commented 4 months ago

@Vampire That's great, thanks!!

Byron commented 4 months ago

Thanks everyone! I went ahead and just merged this PR, and hope it helps.