Releases: cloudfoundry/winc-release
Releases · cloudfoundry/winc-release
v2.3.0
v2.2.0
- Support configuration of container gateway address with
winc_network.gateway_address
- Support configuration of container IP address subnet with
winc_network.subnet_range
Thanks @pusherofbrooms
Fixes: #1
v2.1.0
Experimental Flags
- Support enabling all outbound traffic from containers by default, using the
winc_network.allow_outbound_traffic_by_default
property. Only intended for cases when no other network specification is set.
v2.0.0
BREAKING CHANGES
This release can only be deployed with the following rootfs releases:
- windows2019fs-release v2.0.0
- windowsfs-online-release v2.0.0
- windows1803fs-online-release v3.0.0
- windows1803fs-release v3.0.0
The pre-start script in the rootfs release now depends on a signal from the pre-start script in the winc-release's groot job.
Features
- Support for adding DNS suffixes that containers will use to construct an FQDN that will be used for name resolution by the DNS client when configuring the
winc_network.search_domains
property. - Support for disabling unproxied port mappings when configuring the
rep_windows.enable_proxied_port_mappings
property.
Experimental Flags
- Support for refreshing the Microsoft base image layer on every upgrade when configuring the
groot.refresh_base_layer
property. This is an experimental workaround for upgrade failures related to creating containers when the base layer is corrupted.
v1.14.0
- groot: Add timestamps to pre-start logging
- winc: Extend graceful shutdown time to 11 seconds to ensure that all logs are streamed out when used with a rootfs (e.g. windowsfs-online-release v1.6.0) that supports 10s of graceful shutdown time.
v1.13.0
winc: Extend graceful shutdown time to 6 seconds to ensure 5 seconds of logs after the container is issued the delete command.
v1.12.0
- winc: Introduce support for graceful shutdown of applications running in windows containers. Applications can use the
CTRL_SHUTDOWN_EVENT
to handle graceful shutdown for 5 seconds after the container is issued the delete command.
v1.11.0
BOSH release changes
- Update to golang
1.12.1
v1.10.0
BOSH release changes
- Update to golang 1.11.6.
- Used the
update_go
script to consume golang from github.com/bosh-packages/golang-release. - Other submodule updates.
v1.9.0
- Added generic winc-network-hns-acls job so it can run on Windows Server 2019 cells without confusion.
- Add support for using HNS ACLs to implement NetIn/NetOut