Skip to content

Releases: git-for-windows/setup-git-for-windows-sdk

v1.6.1

18 Dec 12:38
v1.6.1
Compare
Choose a tag to compare

Support more flavors in ARM64 mode

v1.6.0

09 Dec 12:18
v1.6.0
Compare
Choose a tag to compare

Work around API rate limits

This version works around error messages like this one:

Error: API rate limit exceeded for 172.176.196.48. (But here's the
good news: Authenticated requests get a higher rate limit. Check out
the documentation for more details.)

v1.5.2

20 Nov 20:49
v1.5.2
Compare
Choose a tag to compare

Avoid cluttering the workflow runs' summary page

No need to report the commit or output location more prominently than in the actual step's log that uses this Action.

v1.5.1

03 Nov 11:06
v1.5.1
Compare
Choose a tag to compare

Better support for self-hosted runners

This version comes with support for self-hosted runners that do not have Git for Windows installed.

This version also addresses the warning about using the deprecated workflow command save-state.

v1.5.0

04 Oct 07:37
v1.5.0
Compare
Choose a tag to compare

This version introduces support for (self-hosted) Windows/ARM64

There is a convenient Azure Resource Manager template to easily set up a Windows/ARM64 VM on Azure and register it as a self-hosted runner for GitHub Actions.

With this version of setup-git-for-windows-sdk, it is possible to target such runners by configuring the architecture to aarch64. This
will install a hybrid SDK: most of the base packages are x86_64 ones and will run using Windows 11's emulation. But the clang toolchain is
fully aarch64 and ready to build aarch64 executables, too.

Better support for self-hosted runners

By configuring cleanup: true for this Action, the SDK that is set up will automatically be torn down at the end of the GitHub workflow run.

v1.4.2

09 Jul 00:59
v1.4.2
Compare
Choose a tag to compare

Let's clean up .tmp once the SDK was initialized successfully.

v1.4.1

08 Jul 11:45
v1.4.1
Compare
Choose a tag to compare

Avoid using git.exe from the current directory, if there is any

v1.4.0

08 Jul 11:29
v1.4.0
Compare
Choose a tag to compare

Let's use partial clone/parallel checkout even for the minimal flavor!

v1.3.0

10 Jun 20:09
v1.3.0
Compare
Choose a tag to compare

Let's use partial clone/parallel checkout whenever possible!

v1.2.0

21 Apr 11:51
v1.2.0
Compare
Choose a tag to compare

Let's use Node v16!