Skip to content

Releases: cloudfoundry/winc-release

2.22.0

22 Mar 13:32
Compare
Choose a tag to compare

Changes

  • Many changes to remove usage of deprecated code + fix linting errors
  • Bump to golang 1.21.8
  • Golang package dependency bumps

✨ Built with go 1.21.8

Full Changelog: v2.21.0...v2.22.0

Resources

2.21.0

20 Feb 16:38
Compare
Choose a tag to compare

Changes

  • ✨The ccg-plugin job will now provide a more useful error in its pre-start script if the stemcell has not been configured with the necessary CCG support.
  • Go package dependency bumps
  • Golang bumped to v1.21.7

✨ Built with go 1.21.7

Full Changelog: v2.20.0...v2.21.0

Resources

2.20.0

12 Dec 22:25
Compare
Choose a tag to compare

Changes

  • Dependency bumps
  • Test improvements

✨ Built with go 1.21.5

Full Changelog: v2.19.0...v2.20.0

Resources

2.19.0

10 Nov 00:39
Compare
Choose a tag to compare

Changes

  • Bump cert-injector, certsplitter, diff-exporter, groot-windows, and winc
  • Bumped to golang 1.21.4

✨ Built with go 1.21.4

Full Changelog: v2.18.0...v2.19.0

Resources

2.18.0

01 Nov 17:28
Compare
Choose a tag to compare

Changes

  • Resolves an bug in cert-injector introduced in v2.17.0 where the windows2019fs job's pre-start script would fail when the rootfs-windows.trusted_certs property was set.

✨ Built with go 1.21.3

Full Changelog: v2.17.0...v2.18.0

Resources

2.17.0

26 Oct 17:34
Compare
Choose a tag to compare

❗❗❗ DO NOT USE THIS VERSION PLEASE USE 2.18.0 INSTEAD❗❗❗
❗❗❗ THIS VERSION OF WINC-RELEASE HAS A KNOWN ISSUE CAUSING PRE-START FAILURES ON THE WINDOWS2019FS JOB WHEN windows-rootfs.trusted_certs is set ❗❗❗

Changes

  • 🐞 Bug fix: prevent ccg-plugin pre-start script from running when ccg.enabled is set to false.
  • Bump dependencies

✨ Built with go 1.21.3

Full Changelog: v2.16.0...v2.17.0

Resources

2.16.0

11 Oct 14:14
Compare
Choose a tag to compare

Changes

  • Bumped to golang 1.21.3
  • CI Enhancements
  • Dependency Bumps

✨ Built with go 1.21.3

Full Changelog: v2.15.0...v2.16.0

Resources

2.15.0

28 Aug 18:20
Compare
Choose a tag to compare

Changes

  • Adds support for customizing the timestamp format used in the groot job's logging via the groot.log_format property.
  • Bumped to golang 1.20.7

Bosh Job Spec changes:

diff --git a/jobs/groot/spec b/jobs/groot/spec
index ec4aac2..a73f967 100644
--- a/jobs/groot/spec
+++ b/jobs/groot/spec
@@ -31,6 +31,10 @@ properties:
     description: "Can be debug, info, error or fatal"
     default: "info"
 
+  groot.log_format:
+    description: "Can be rfc3339 or epoch"
+    default: "epoch"
+
   groot.refresh_base_layer:
     description: "EXPERIMENTAL: Delete size file in order to pull fresh base layer."
     default: false

✨ Built with go 1.20.7

Full Changelog: v2.14.0...v2.15.0

Resources

2.14.0

14 Jul 17:57
Compare
Choose a tag to compare

Changes

  • Bumped to golang 1.20.6
  • Added an endpoint to the sample WindowsAuth app included for testing SQL Server endpoints.

✨ Built with go 1.20.6

Full Changelog: v2.13.0...v2.14.0

Resources

2.13.0

07 Jun 13:15
Compare
Choose a tag to compare

Changes

  • Bumped go to 1.20.5

✨ Built with go 1.20.5

Full Changelog: v2.12.0...v2.13.0

Resources