Releases: cloudfoundry/winc-release
Releases · cloudfoundry/winc-release
2.22.0
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
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
Changes
- Dependency bumps
- Test improvements
✨ Built with go 1.21.5
Full Changelog: v2.19.0...v2.20.0
Resources
2.19.0
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
Changes
- Resolves an bug in
cert-injector
introduced in v2.17.0 where thewindows2019fs
job'spre-start
script would fail when therootfs-windows.trusted_certs
property was set.
✨ Built with go 1.21.3
Full Changelog: v2.17.0...v2.18.0
Resources
2.17.0
❗❗❗ 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
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
Changes
- Adds support for customizing the timestamp format used in the
groot
job's logging via thegroot.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
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