Releases: cloudfoundry/windows-tools-release
Releases · cloudfoundry/windows-tools-release
80.16.0
80.15.0
80.14.0
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
Changes
- Add
staticcheck
binary as a package (#35) - Switch from
golang-1-windows
package togolang-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
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
80.10.0
Changes
- CI Fixes/tests. No changes
✨ Built with go 1.20.6
Full Changelog: v80.8.0...v80.10.0
Resources
80.8.0
80.7.0
80.6.0
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