Releases: uptick/gitops
Releases · uptick/gitops
0.3.5
- Fixed get_client function, which was breaking db.download-backup.
0.3.4
0.3.2
0.3.1
Introduced multi-cluster support in the gitops client package
gitops summarynow displays target cluster for each app.- target cluster is now considered as a tag in the context of filters and excludes.
- running commands against apps now infers which cluster the commands should run on, going by the heuristic that the app's target cluster name is expected to match the kubeconfig context name.
0.2.11
- Multi-cluster support -- a single app definitions repo can now manage apps across multiple clusters. An instance of Gitops server will need to run on each cluster.
- AWS
account_idis now stringformatted into the app image template. - Internal cleanups (mainly to gitops server).
0.2.9
Make summary avoid secrets, allowing use without decrypting repo.
0.2.8
Enables non-interactive mode for migration (and by extension command)
0.2.7
Adds a --no-interactive option to bump, allowing CI tools to bump without user input.
Allows sequential migration option.
0.2.6
Bump no longer requires secret files. These can remain encrypted and bumps can still be done.
Achieved by making secret loading optional on app loading.
0.2.5
- Fixed output not displaying when running commands on a single server.
- Hash colouring is now consistent between runs.
- Default db instance bumped from t2 to t3.