Releases: kubernetes-sigs/sig-windows-tools
windows-containerd-nightly
Updating permissions for windows-container-nightly.yml workflow (#373)
Kubeadm for Windows v0.1.6
This update adds support for Windows Server 2022 images and Flannel versions 0.14.0 and 0.15.1
Multi-arch images with support for both Windows Server 2019 and Windows Server 2022 are available at
- sigwindowstools/flannel:v0.12.0-nanoserver
- sigwindowstools/flannel:v0.13.0-nanoserver
- sigwindowstools/flannel:v0.14.0-nanoserver
- sigwindowstools/flannel:v0.15.1-nanoserver
- sigwindowstools/kube-proxy:{K8s-version}-nanoserver
What's Changed
- Explicity disable dualstack for win overlay by @jsturtevant in #147
- Adding github action workflows for building nightly containerd packages by @marosset in #157
- Initial Burrito Commit by @perithompson in #153
- No longer need HostProcess specific build since containerd pr merged by @jsturtevant in #163
- Make base image configurable by @hxietkg in #166
- Fetching files in the build phase by @hxietkg in #167
- Remove doubled apiVersion in kube-proxy.yml by @djboris9 in #170
- Update windows-containerd-nightly.yml to start at 00:45 UTC by @marosset in #173
- Add a versions file by @hxietkg in #174
- Revise author in license by @hxietkg in #176
- Add Host process examples by @jsturtevant in #161
- Add a script to register Startup/Shutdown callback on Windows node by @hxietkg in #178
- Version updates and typos to HostProcess by @jsturtevant in #179
- Use pwsh if available by @craigminihan in #183
- fix(hostprocess): Use existing image for kube-proxy by @lippertmarkus in #180
- Add step to delete tmp.windows-containerd.tar.gz from windows-containerd-nightly release for nightly builds by @marosset in #182
- Update windows-containerd-nightly.yml by @marosset in #189
- use latest ubuntu to avoid CVEs by @jayunit100 in #190
- Skip TLS verify on file download by @hxietkg in #192
- fix(hostprocess-calico): Prevent removing WSL network by @lippertmarkus in #188
- update hostprocess versions to 1.22.4 by @jsturtevant in #187
- fix Move-Item parameter and iface in flannel hostprocess by @djboris9 in #194
- Add latest versions by @jsturtevant in #196
- Update log verbosity for kube-proxy image by @jsturtevant in #199
- update go to 1.17.5 for containerd-ightly by @marosset in #202
- Add Containerd hostprocess container by @jsturtevant in #201
- Csi proxy image by @marosset in #203
- Fix CSI-proxy build for release by @marosset in #204
- Bump the calico and kube-proxy versions by @jsturtevant in #206
- Add support for Windows 20h2 and 2022 by @Mik4sa in #205
- Docker images for the latest versions of flannel by @TBurda in #208
- Fixing PATH in various host-process containers by @marosset in #210
- update to latest versions by @jsturtevant in #209
- Latest patch versions update by @jsturtevant in #211
- GH action to copy images from sigwindowstools/ to ghcr.io by @marosset in #213
- update latest version by @jsturtevant in #219
- updating windows containerd nightly build to use golang 1.18.2 by @marosset in #220
- Remove IPv6DualStack feature gate by @ionutbalutoiu in #224
- Remove feature gates in hostprocess kube-proxy script by @rudesome in #225
- setting version for containerd nightly package to 1.7.0+unknown so wecan differenite between v1.6 and v1.7 in tests by @marosset in #228
- Updated build version to v1.22.0 by @fabi200123 in #231
- Update rancher build script by @fabi200123 in #233
- fix: Change script to match k8s version 1.24 by @fabi200123 in #230
- Guide for Adding Windows Node by @fabi200123 in #236
- Making script more self-explanatory by @fabi200123 in #232
- Solve an issue where serviceaccount is not created by @fabi200123 in #238
- Adding hack/sync-project-board.sh by @marosset in #241
- Updating host-process images to use the new base image by @marosset in #240
- Adding GH action to run the sync projects board script daily by @marosset in #242
- Adding a GH action to ensure we have build all versions of Windows kube-proxy image by @marosset in #243
- Updating sync-project-board.sh to also add PRs to a specified project by @marosset in #244
- Adding a status badge for GH action job to verify we have all the kube-proxy images to main README by @marosset in #246
- Solving the issue for K8s 1.25 by @fabi200123 in #247
- removing nat network from containerd config and pointing to WIP PR for configuring CNI w/ containerd by @marosset in #254
- fix(docs): minor formatting fix for url by @profnandaa in #256
- Removing SAC releases from non-hostprocess images by @marosset in #253
- updating the versions K8s patch versions in /hostprocess/build.sh by @marosset in #257
New Contributors
- @perithompson made their first contribution in #153
- @hxietkg made their first contribution in #166
- @djboris9 made their first contribution in #170
- @craigminihan made their first contribution in #183
- @Mik4sa made their first contribution in #205
- @TBurda made their first contribution in #208
- @ionutbalutoiu made their first contribution in #224
- @rudesome made their first contribution in #225
- @fabi200123 made their first contribution in #231
- @profnandaa made their first contribution in #256
Full Changelog: v0.1.5...v0.1.6
windows-containerd-hostprocess
Initial Burrito Commit (#153) * Added burrito image-builder companion * fixing for windows, adding dockerfile, general cleanup, added downloaded file caching (#1) Co-authored-by: Luther Monson <luther.monson@gmail.com>
Kubeadm for Windows v0.1.5
This update adds support for Windows OS's 2019 (1809), 1903, 1909, 2004. It adds Flannel v0.13
and moves Flannel and Kube-proxy to nano server. The images will be available at the the multi-arch tags: sigwindowstools/flannel:v0.12.0-nanoserver
, sigwindowstools/flannel:v0.13.0-nanoserver
, and sigwindowstools/kube-proxy:v<VERSION>-nanoserver
. The Flannel the images are also have OS specific tags tied to the releases of this repository for example:sigwindowstools/flannel:v0.13.0-1809-v0.1.5
The servercore based images will remain available at the tags sigwindowstools/flannel:v0.12.0
and sigwindowstools/kube-proxy:v<VERSION>
but newer versions will not be published.
Also includes:
Kubeadm for windows v0.1.4
Includes
- Check that HNS network doesn't exist before creating new one #106
- Create DebugWindowsNode.ps1 #113
- Updating pause image specific in PrepareNode.ps1 to 1.4.1 which supports Windows Server, Version 2004 #117
- Ensures wrapping quotes removed from kubelet args #118
- Fix StartKubelet.ps1 generation #120
- Add templates to help with new issues and PR's #122
- Adding containerd support to kubeadm related scripts/specs/etc #112
Kubeadm for Windows v0.1.3
Kubeadm for Windows v0.1.2
- Switches flannel to officially released 0.12.0 binary
Kubeadm for Windows v0.1.1
Kubeadm for Windows v0.1.0
This release contains the manifests and scripts needed for the revised DaemonSet-based approach to Kubeadm on Windows