Releases: cloudfoundry/windows-syslog-release
Releases · cloudfoundry/windows-syslog-release
windows-syslog-release v1.1.11
- update golang to 1.19.3
windows-syslog-release v1.1.10
What's Changed
- Bump to golang 1.19.2
New Contributors
- @ctlong made their first contribution in #14
- @rroberts2222 made their first contribution in #15
Full Changelog: v1.1.9...v1.1.10
windows-syslog-release v1.1.9
- Bump to golang 1.18.6
Full Changelog: v1.1.8...v1.1.9
windows-syslog-release v1.1.8
windows-syslog-release v1.1.7
- update blackbox to fix carrage return problem, and fix problems when tls certificate is failed.
bump-blackbox to bf627a7495214c09a84f7029a4028572d33bbb8b - bump-golang to v0.107.0
- add file rotation to windows event log code
- add ability to customize event logging (#12)
windows-syslog-release v1.1.6
windows-syslog-release v1.1.5
What's Changed
- Add job to record windows events by @Benjamintf1 in #9
- Bump to go 1.18.1
- As part of bumping to Go 1.18 certificates that are signed with the SHA-1 hash function will no longer be accepted.
New Contributors
- @Benjamintf1 made their first contribution in #9
Full Changelog: v1.1.4...v1.1.5
windows-syslog-release v1.1.4
- bump-golang to v0.94.0
✨ Built with golang 1.17.5
⚠️ IPv4 addresses containing decimal components with leading zeros will be rejected
With the upgrade to Go 1.17, the ParseIP and ParseCIDR functions now reject IPv4 addresses which contain decimal components with leading zeros.
Ensure that for configuring a syslog_forwarder, and elsewhere, the address does not contain leading zeros if it is an IP address.
For more information on the context of this change, please refer to the Go 1.17 release notes.
windows-syslog-release v1.1.3
Release Highlights
- Adds bosh property
golang.x509ignoreCN
to syslog_forwarder_windows- Allows syslog_forwarder_windows to support TLS certificates without
SANs (https://golang.org/doc/go1.15#commonname)
- Allows syslog_forwarder_windows to support TLS certificates without
✨ Built with golang 1.16.4
windows-syslog-release v1.1.1
Release Highlights:
- Use go mod
- Bump golang version