Releases: kubernetes-sigs/cluster-api-provider-packet
Releases · kubernetes-sigs/cluster-api-provider-packet
v0.3.0
What's Changed
- remove the projectID from PacketMachine crd by @gianarb in #13
- update the cluster template with required fields by @gianarb in #15
- v0.3.3 by @deitch in #16
- fix ci installing kubebuilder by @gianarb in #17
- fix ci image build test by @gianarb in #18
- Fix image build by @deitch in #20
- fix manager adding custerv1 schema types by @gianarb in #21
- fix annotations so the CRDs are correct by @deitch in #23
- set correct provider ID by @deitch in #24
- proper cluster reconcile loop, remove finalizers on delete by @deitch in #26
- trigger finalizer even if the machine is already deleted from packet by @gianarb in #25
- bootstrap data secret must be set by @gianarb in #28
- handle no ID on creation by @deitch in #29
- fix packet go client wrong import by @gianarb in #30
- fix device tags by @gianarb in #31
- get ip from control plan during cluster reconciliation by @gianarb in #32
- add requeue timeouts for when machine cannot start because cluster or… by @deitch in #35
- simplify manual install of a new cluster with make target by @deitch in #34
- handle device in provisioning state by @gianarb in #38
- bump cluster api to 0.3.5 by @gianarb in #39
- ensure controller-gen exists and is minimum right version by @deitch in #42
- move from APIEndpoint to control plane endpoint by @gianarb in #40
- kubelet runs on master by @gianarb in #44
- add support for packetmachinetemplate types by @gianarb in #45
- update example to use MachineDeployment by @gianarb in #46
- clusterctl support by @deitch in #50
- Remove PACKET_API_KEY fron cluster template by @deitch in #51
- setup e2e using the cluster-api provided framework by @gianarb in #49
- add missing fields by @deitch in #52
- V1alpha3 by @gianarb in #54
- switch to github actions by @deitch in #57
- build image before trying to tag and push it out by @deitch in #58
- Goreleaser to manage release by @gianarb in #55
- fix docker login by @gianarb in #59
- debug action and push images by @gianarb in #60
- fix debug statement in release gh action by @gianarb in #61
- fix history for changelog in goreleaser by @gianarb in #62
- fix usage of version by @deitch in #63
- load manifest file as part of github release by @gianarb in #64
- this PR uses buildx to update manifest for the new release by @gianarb in #65
- use the right buildx command by @gianarb in #66
- move from goreleaser docker to buildx as custom publisher by @gianarb in #68
- buildx has some requirements like having a platform by @gianarb in #69
- buildx unauthorized by @gianarb in #70
- wrong name for secret by @gianarb in #71
- it is secrets, not secret by @gianarb in #72
- Remove GoReleser by @gianarb in #73
- when master changes push images to docker hub by @gianarb in #75
- add support for building and pushing images per arch and multiarch by @deitch in #76
- fix-cd by @deitch in #77
- missing funcs by @deitch in #78
- create release and upload manifest files by @gianarb in #79
- pass right env var to make manifest by @gianarb in #81
- rename manifests target to crds to reduce confusion by @deitch in #82
- install kustomize via hack dir by @gianarb in #83
- proper download URL by @deitch in #84
- clusterctl already has the logic to resolve the path by @deitch in #85
- Config logic doc by @deitch in #86
- add required label by @deitch in #87
- packethost/cluster-api-packet-controller is the default image name by @gianarb in #88
- fix: error retrieving bootstrap secret from kube api by @gianarb in #89
- set image by @deitch in #90
- simplified release versioning process by @deitch in #92
- better binary management for genkgo by @gianarb in #91
- ensure assets are released by @deitch in #93
- fix a missing echo command by @gianarb in #94
- set default k8s version during make cluster by @gianarb in #98
- option to override clusterctl by @deitch in #100
- be clearer about number of works by @deitch in #101
- add base64 PACKET_API_KEY by @gianarb in #96
- update README to use clusterctl with built-in packet provider by @deitch in #102
- remove calico from cluster template by @gianarb in #117
Full Changelog: v0.1.0...v0.3.0
v0.1.0
This point in time marks when we stopped working on v1alpha1 cluster-api version.
What's Changed
- Ensure CGO_ENABLED=0 by @deitch in #7
- Fix typo by @rkoster in #9
- save CA as secret by @deitch in #12
New Contributors
Full Changelog: https://github.com/kubernetes-sigs/cluster-api-provider-packet/commits/v0.1.0