Skip to content

Releases: superorbital/capargo

v0.0.4

13 Dec 17:44
Compare
Choose a tag to compare

Installation

kubectl apply -f https://github.com/superorbital/capargo/releases/download/v0.0.4/install.yaml

Notes

Fixed

  • Fixed kubeadm provider not using correct controlPlaneRef name

Full Changelog: v0.0.3...v0.0.4

v0.0.3

11 Dec 15:50
Compare
Choose a tag to compare

Installation

kubectl apply -f https://github.com/superorbital/capargo/releases/download/v0.0.3/install.yaml

Notes

Added

  • Set UID 1001 in security context in Deployment and Dockerfile
  • Added a new flag --workers to control the number of concurrent reconciles

Changed

  • Capargo will get the cluster kubeconfig secret directly, instead of listing all secrets in the cluster namespace
  • Capargo now watches for its ArgoCD cluster secrets -- if they are modified the reconcile loop runs again
  • ArgoCD cluster secrets are created with capargo labels that must not be modified, otherwise they will not be watched

Fixed

  • Fixed being unable to create the ArgoCD cluster secret for two clusters in two different namespaces with the same name

Full Changelog: v0.0.2...v0.0.3

v0.0.2

06 Nov 15:10
Compare
Choose a tag to compare

Changed

  • ClusterConfig and other types related to the cluster registration in ArgoCD are not vendored anymore

Fixed

  • Docker container image not being present in DockerHub

Full Changelog: v0.0.1...v0.0.2

v0.0.1

30 Oct 15:46
Compare
Choose a tag to compare

Initial release of capargo

Added

  • Basic support for vClusters