Releases: rancher/wins
Releases · rancher/wins
v0.2.0-rc1
Merge pull request #87 from luthermonson/main pinning v0.2.1 of system-agent
v0.2.0-rc1
What's Changed
- add stackdump subcommand, update dev docs by @rosskirkpat in #79
- Starting implementing the Windows Service concierge. by @phillipsj in #82
- Improving the service handling code in concierge. by @phillipsj in #83
- Adding permits-os annotation to wins-upgrader chart. by @phillipsj in #84
- Improving the curl switch handling. by @phillipsj in #85
- pin v0.2.0 of system-agent by @luthermonson in #86
- pinning v0.2.1 of system-agent by @luthermonson in #87
Full Changelog: v0.1.3...0.2.0-rc1
v0.1.4-rc1
What's Changed
- add stackdump subcommand, update dev docs by @rosskirkpat in #79
- Starting implementing the Windows Service concierge. by @phillipsj in #82
- Improving the service handling code in concierge. by @phillipsj in #83
- Adding permits-os annotation to wins-upgrader chart. by @phillipsj in #84
Full Changelog: v0.1.3...v0.1.4-rc1
v0.1.3
v0.1.2
v0.1.2-rc2
Merge pull request #64 from phillipsj/feature/windows-server-2022-sup…
v0.1.2-rc1: Merge pull request #57 from phillipsj/feature/rancher-install-script
Installation script for Rancher
v0.1.1
v0.1.0
Adds support for two brand-new commands:
.\wins.exe cli proxy --publish TCP:<port>
: when run within a container, this proxies any TCP packets that come to the container at the provided port to the hostNetwork port.
.\wins.exe upgrade
: allows you to upgrade a machine that is running .\wins.exe cli app run --register
on demand with the contents of the binary that executes .\wins.exe upgrade
In addition to these commands, wins now support Docker builds and a Helm chart that supports scenarios in which you want to upgrade the version of wins server running on each of your hosts within a Kubernetes cluster.
v0.0.5
Update Go version, remove vendor, and misc. upgrades