Breaking Changes
- Kubernetes version has been bumped from 1.33 to 1.34
General Notice
- Starting with v1.1.0, the Kubernetes version will be pinned to the major release line. For example, all v1.1.x releases will use Kubernetes v1.34.x, v1.2.x will use Kubernetes v1.35.x, and so on
What's Changed
- feat(localpath): support
sharedFileSystemPathby @stevensbkang in #79 - feat(containerd): no more symlink for runc, containerd-shim, and CNI plugins directory by @stevensbkang in #76
- fix(security): remediate vulnerabilities and bump kubernetes to 1.34.2 by @stevensbkang in #90
- ci: update release workflow to fetch tags by @eznix86 in #92
- feat(flags): version support by @stevensbkang in #95
- chore(deps): bump github.com/expr-lang/expr from 1.17.6 to 1.17.7 in the go_modules group across 1 directory by @dependabot[bot] in #97
- opt(coredns): improve coredns readiness [KS-16] by @stevensbkang in #98
- feat: update install script by @portainer-mike in #87
- feat(loadbalancer): nodesetter to support load balancer by @stevensbkang in #99
Full Changelog: v1.0.0...v1.1.0