Skip to content

3.7.0 - January 19, 2024

Compare
Choose a tag to compare
@jarpat jarpat released this 19 Jan 14:55
· 26 commits to main since this release
fed43b3

Release Notes

Repository Updates

As part of PR #100, we've updated the package repo we source the kube packages to now be pkgs.k8s.io It's important to note that this new package repo will only distribute binaries for K8s 1.24 and onwards.

From: https://kubernetes.io/blog/2023/08/31/legacy-package-repository-deprecation/

The legacy package repositories (apt.kubernetes.io and yum.kubernetes.io) have been deprecated and frozen starting from September 13, 2023. Using the new package repositories hosted at pkgs.k8s.io is strongly recommended and required in order to install Kubernetes versions released after September 13, 2023. The deprecated legacy repositories, and their contents, might be removed at any time in the future and without a further notice period. The new package repositories provide downloads for Kubernetes versions starting with v1.24.0.

...

The legacy packages are expected to go away in January 2024.

ENHANCEMENTS:

  • #99 feat: (IAC-1187) Update METRICS_SERVER_CHART_VERSION default to 3.11.0
  • #100 feat: (IAC-1189) Add Support for K8s 1.28 and Update Default CRI Version
  • #101 feat: (IAC-1225) Update default Calico CNI Version to 3.27.0

BUG FIXES:

  • #97: fix: (IAC-1246) remove unused var cluster_node_pool_mode from example & output
  • #98: fix: (IAC-1247) Add OS Guardrail to containerd.io Task