Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

47 lines (22 loc) · 1.96 KB

Changelog

1.3.0 (2022-08-05)

Features

1.2.0 (2022-06-30)

Features

  • add finalizer and owner reference (c555ddd)
  • update secretRef status check (#15) (45e7298)

Bug Fixes

  • remove cp readiness check (f1d1a26)

1.1.0 (2022-05-09)

Features

  • add logic for making sure cluster is extra ready (71a6cc7)

Bug Fixes

  • use CAPIClusterRef when looking for kubeconfig secret (4191177)
  • use the NewGitopsClusterReconciler constructor (a472d8c)
  • wait for control plane for readiness (7d9497f)

1.0.0 (2022-04-21)

Features

  • Implement reconcile logic (e846068)

Bug Fixes

  • Dont error when the cluster secret doesn't exist. (b3cd729)