Skip to content

Releases: cloudfoundry/windows-tools-release

80.16.0

07 Dec 22:39
Compare
Choose a tag to compare

Changes

  • bump to go 1.21.5

✨ Built with go 1.21.3

Full Changelog: v80.15.0...v80.16.0

Resources

80.15.0

08 Nov 22:33
Compare
Choose a tag to compare

Changes

  • Bump go to 1.21.4

✨ Built with go 1.21.3

Full Changelog: v80.14.0...v80.15.0

Resources

80.14.0

12 Oct 00:21
Compare
Choose a tag to compare

Changes

  • Fix paths for golang-1-windows and powershell-profile jobs pre-start script

✨ Built with go 1.21.3

Full Changelog: v80.13.0...v80.14.0

Resources

80.13.0

10 Oct 23:33
Compare
Choose a tag to compare

Changes

  • Add staticcheck binary as a package (#35)
  • Switch from golang-1-windows package to golang-1.21-windows package

Bosh Job Spec changes:

diff --git a/jobs/golang-1-windows/spec b/jobs/golang-1-windows/spec
index bd9eaa3..b02e85d 100644
--- a/jobs/golang-1-windows/spec
+++ b/jobs/golang-1-windows/spec
@@ -5,6 +5,6 @@ templates:
   pre-start.ps1: bin/pre-start.ps1
 
 packages:
-- golang-1-windows
+- golang-1.21-windows
 
 properties: {}
diff --git a/jobs/staticcheck/spec b/jobs/staticcheck/spec
new file mode 100644
index 0000000..a9ed4ed
--- /dev/null
+++ b/jobs/staticcheck/spec
@@ -0,0 +1,10 @@
+---
+name: staticcheck
+
+templates:
+    pre-start.ps1: bin/pre-start.ps1
+
+packages:
+- staticcheck
+
+properties: {}
diff --git a/jobs/winc-setup/spec b/jobs/winc-setup/spec
index a339d8c..ac6a7bf 100644
--- a/jobs/winc-setup/spec
+++ b/jobs/winc-setup/spec
@@ -5,7 +5,7 @@ templates:
     post-deploy.ps1.erb: bin/post-deploy.ps1
 
 packages:
-- golang-1-windows
+- golang-1.21-windows
 - git
 - mingw64
 

✨ Built with go 1.21.3

Full Changelog: v80.12.0...v80.13.0

Resources

80.12.0

31 Aug 20:15
Compare
Choose a tag to compare

Changes

  • Bumps Git to version 2.42.0.2
  • Bumps mingw32/64 to 13.1.0 rt_v11-rev1
  • Adds the yq package!
  • Removes the following unneeded packages:
    • msys2
    • bazel
    • diego-ssh
    • load-powershell-env
    • vs2017
    • vs2019
    • vs_buildtools
    • smb-share-envoy

Bosh Job Spec changes:

diff --git a/jobs/yq/spec b/jobs/yq/spec
new file mode 100644
index 0000000..2e359d8
--- /dev/null
+++ b/jobs/yq/spec
@@ -0,0 +1,10 @@
+---
+name: yq
+
+templates:
+    pre-start.ps1: bin/pre-start.ps1
+
+packages:
+- yq
+
+properties: {}

✨ Built with go 1.21.0

Full Changelog: v80.11.0...v80.12.0

Resources

80.11.0

30 Aug 18:41
Compare
Choose a tag to compare

Changes

  • Bumped to golang 1.21.0

✨ Built with go 1.21.0

Full Changelog: v80.8.0...v80.11.0

Resources

80.10.0

30 Aug 18:38
Compare
Choose a tag to compare

Changes

  • CI Fixes/tests. No changes

✨ Built with go 1.20.6

Full Changelog: v80.8.0...v80.10.0

Resources

80.8.0

12 Jul 13:32
Compare
Choose a tag to compare

Changes

  • Bumped golang to 1.20.6

✨ Built with go 1.20.6

Full Changelog: v80.7.0...v80.8.0

Resources

80.7.0

06 Jun 19:20
Compare
Choose a tag to compare

Changes

  • Bumped golang to 1.20.5

✨ Built with go 1.20.5

Full Changelog: v80.6.0...v80.7.0

Resources

80.6.0

01 Jun 17:12
Compare
Choose a tag to compare

Changes

  • Bump cmake to v3.26.4
  • Bump msys2 to 20230526

✨ Built with go 1.20.4

Full Changelog: v80.5.0...v80.6.0

Resources