Skip to content

Releases: tinkerbell/cluster-api-provider-tinkerbell

v0.3.0

01 Sep 18:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

24 Aug 19:23
c6d1ccc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

Release v0.1.0

18 Oct 17:43
v0.1.0
2ba4a1e
Compare
Choose a tag to compare

What's Changed

  • Fix typo in README.md and add Codespell GitHub Action by @invidian in #4
  • Fix some linter issues by @invidian in #5
  • Fix remaining linter warnings and add linter GitHub action by @invidian in #9
  • Miscellaneous fixes by @detiber in #12
  • tools: remove hack/tools go mod dependencies and add those in the makefile by @cpanato in #16
  • tools/ci: add verify rule to check lint / boilerplate / go mod / check crds and go generate by @cpanato in #18
  • main.go: fix leader election ID by @invidian in #22
  • dependencies: update deps and cluster-api by @cpanato in #20
  • main.go fixes and improvements by @invidian in #24
  • Fix link in README by @gauravgahlot in #31
  • Add Krmfile and update kustomize to fix release-manifests generation by @invidian in #30
  • Add controllers implementation by @detiber in #32
  • build(deps): bump actions/setup-go from v1 to v2.1.3 by @dependabot in #33
  • Add dependabot updates for Docker and Golang by @detiber in #35
  • build(deps): bump github.com/go-logr/logr from 0.3.0 to 0.4.0 by @dependabot in #37
  • build(deps): bump sigs.k8s.io/cluster-api from 0.3.12 to 0.3.14 by @dependabot in #36
  • build(deps): bump github.com/google/uuid from 1.1.2 to 1.2.0 by @dependabot in #42
  • build(deps): bump github.com/onsi/gomega from 1.10.1 to 1.10.5 by @dependabot in #41
  • build(deps): bump google.golang.org/grpc from 1.33.1 to 1.35.0 by @dependabot in #44
  • docs: initial commit by @invidian in #29
  • Group module imports by @gauravgahlot in #46
  • Addressed couple of feedbacks from the list mentioned in #34 by @parauliya in #48
  • Update to use image-builder based images by @detiber in #51
  • Minor doc fixes by @micahhausler in #65
  • Add/update DCO, CoC, contributing ... files by @mmlb in #71
  • build(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0 by @dependabot in #70
  • build(deps): bump actions/checkout from 2 to 2.3.4 by @dependabot in #58
  • build(deps): bump actions/setup-go from 2.1.3 to 2.1.4 by @dependabot in #78
  • build(deps): bump github.com/onsi/gomega from 1.11.0 to 1.16.0 by @dependabot in #76
  • build(deps): bump google.golang.org/grpc from 1.37.0 to 1.40.0 by @dependabot in #74
  • Prepare for default branch rename by @mmlb in #79
  • cluster-api v1alpha4 updates by @detiber in #80
  • Update cluster-api checkout directions in developer docs by @detiber in #83
  • build(deps): bump k8s.io/component-base from 0.21.4 to 0.22.1 by @dependabot in #82
  • Add initial HA support using kube-vip by @detiber in #84
  • Update Tinkerbell dependency and update docs to correlate with the current state of sandbox and upstream repositories by @detiber in #85
  • Add manually triggered workflow to publish images by @detiber in #87
  • Attempt to fix publish image workflow by @detiber in #88
  • Attempt to fix publish image workflow by @detiber in #89
  • Attempt to fix publish image workflow by @detiber in #90
  • Attempt to fix publish image workflow by @detiber in #91
  • Attempt to fix publish image workflow by @detiber in #92
  • Moves to using oci2disk instead of image2disk by @detiber in #86
  • Override image-builder repo used for image publish workflow for now by @detiber in #93
  • Remove image-builder override, try to use tcg acceleration in github action by @detiber in #95
  • Use new upstream published images, revert kube-vip daemonset to static pods by @detiber in #96
  • build(deps): bump sigs.k8s.io/cluster-api from 0.4.2 to 0.4.3 by @dependabot in #97
  • build(deps): bump k8s.io/component-base from 0.22.1 to 0.22.2 by @dependabot in #94
  • build(deps): bump sigs.k8s.io/yaml from 1.2.0 to 1.3.0 by @dependabot in #98
  • build(deps): bump google.golang.org/grpc from 1.40.0 to 1.41.0 by @dependabot in #99
  • Use TINKERBELL_IP to determine metadata url by @detiber in #100
  • Update docs and old repo references by @detiber in #102
  • Remove /etc/hosts hack by @detiber in #103
  • Support for cluster-api v1beta1 by @detiber in #104
  • Prepare workflows for release by @detiber in #107

New Contributors

Full Changelog: https://github.com/tinkerbell/cluster-api-provider-tinkerbell/commits/v0.1.0