Releases: superorbital/capargo
Releases · superorbital/capargo
v0.0.4
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
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
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