Releases: uptick/gitops
Releases · uptick/gitops
v0.9.23 Report to slack group
Changes:
- Reports to a default slack group if the slack ID was not found
Woops
Retag to 0.9.23 (without the v)
Fix dummy app directory bug
Fix for a Fix
0.9.20: py.typed and kubernetes 1.22 compatibility
Changes:
- added py.typed file
- read kubernetes 1.22 + Networking Ingres objects instead of beta ingress objects. Fixes broken deployment reads.
0.9.19
0.9.18
What's Changed
- fix(gitops-cli): make error message more useful by @bayangan1991 in #62
Full Changelog: 0.9.17...0.9.18
0.9.17
What's Changed
- Migrate away from github actions that use Node 12 by @mdesouky in #60
- fix(gitops-cli): prevent bumping to non-existent image prefix by @bayangan1991 in #61
New Contributors
- @mdesouky made their first contribution in #60
- @bayangan1991 made their first contribution in #61
Full Changelog: 0.9.16...0.9.17
0.9.16
0.9.14: RDS IAM Authentication
Changes:
gitops db.pgcli
orgitops db.proxy
now works with RDSIAm Authentication. Given a postgres url without a password, gitops will now attempt to generate a password via AWS RDS IAM Authentication.
For example: gitops db.pgcli postgres://some_user@some_db.***.ap-southeast-2.rds.amazonaws.com/postgres
This is a forward compatible change, connecting via a connection string with the password is still doable.
gitops bump {{app_name}}
will work even if the app does not specify a prefix. Previously each app required a prefix in order to search AWS ECR for the latest image. Gitops will now parse the ecr-repository and attempt to fetch the latest image if a prefix is not found.
In the following example; the app does not include a prefix in the image-tag
portion of the name but is still bumpable via gitops bump some_app
chart: https://github.com/uptick/uptick-django-chart@main
images:
template: *****.dkr.ecr.ap-southeast-2.amazonaws.com/some_app:{tag}
image-tag: 5b1bc1f