Releases: kubernetes-sigs/cluster-api-provider-kubemark
Releases · kubernetes-sigs/cluster-api-provider-kubemark
v0.8.0
v0.7.0
v0.6.0
Change Log
- updated dependencies for Cluster API version 1.4
- updated dependencies for Kubernetes version 1.26
- change module name to sigs.k8s.io/cluster-api-provider-kubemark
- alignment of flags with main cluster-api project
- update the default kubemark image to use quay.io/cluster-api-provider-kubemark/kubemark
- cleanup of capd template
v0.5.0
Change Log
- updated dependencies for Cluster API version 1.3
- updated dependencies for Kubernetes version 1.25
- simplified kustomize configuration
- updated kube-proxy version in default manifests
- kubemark provider now sets ProviderID on KubemarkMachine during reconcile
- updates to build tooling
v0.4.0
v0.3.0
Change Log
- updated release instructions
- updated deprecated types for kubernetes 1.22
- added the ExtraMounts field to the machine spec to allow mounting local files
- added the status.capacity field to the infrastructure template to support opt-in autoscale from zero
- updated the proxy and metrics flags to conform with recent kubernetes changes
- added github workflows to automate image building and unit testing
- added integration test makefile target and supporting scripts
- updated objects for cluster api 1.0.0
v0.2.3
This release contains updates to make cluster-api-provider-kubemark compatible with the 0.4.*+ versions of cluster-api.
Changes
- Update README to correct errors in instructions and links
- v1beta1 mapping to allow backward compatibility from cluster-api 1.0
- Disable C Go builds in publish-kubemark-images utility