Skip to content

Releases: rancher/wins

v0.2.0-rc1

07 Mar 16:10
53cda62
Compare
Choose a tag to compare
Merge pull request #87 from luthermonson/main

pinning v0.2.1 of system-agent

v0.2.0-rc1

07 Mar 15:58
53cda62
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.3...0.2.0-rc1

v0.1.4-rc1

02 Mar 11:43
f9cd77e
Compare
Choose a tag to compare
v0.1.4-rc1 Pre-release
Pre-release

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

18 Dec 02:40
9e62b65
Compare
Choose a tag to compare
  • remove temp dir exe backup #78
  • add --debug and --quiet to cli

v0.1.2

14 Dec 16:06
6c013ba
Compare
Choose a tag to compare
  • add system agent support for rancher bootstrapping + rke2 #56
  • add 2022 support, drop 1909/2004 #104 #112
  • add csi-proxy support #114
  • add rancher installation support 1770e71

v0.1.2-rc2

15 Nov 20:29
11717bb
Compare
Choose a tag to compare
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

22 Oct 18:06
16cdde5
Compare
Choose a tag to compare

v0.1.1

04 May 23:17
d80acc8
Compare
Choose a tag to compare

Adds support for a case-insensitive processPath whitelisting check

v0.1.0

13 Mar 03:34
b1e2d88
Compare
Choose a tag to compare

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

24 Feb 23:12
2cb8b6f
Compare
Choose a tag to compare
Update Go version, remove vendor, and misc. upgrades