Skip to content

Releases: uptick/gitops

v0.9.23 Report to slack group

12 Jan 03:22
ea65e60
Compare
Choose a tag to compare

Changes:

  • Reports to a default slack group if the slack ID was not found

Woops

12 Jan 03:34
ea65e60
Compare
Choose a tag to compare

Retag to 0.9.23 (without the v)

Fix dummy app directory bug

11 Dec 00:53
b7bde5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.21...v0.9.22

Fix for a Fix

31 Aug 05:26
Compare
Choose a tag to compare

0.9.20: py.typed and kubernetes 1.22 compatibility

31 Aug 05:05
Compare
Choose a tag to compare

Changes:

  • added py.typed file
  • read kubernetes 1.22 + Networking Ingres objects instead of beta ingress objects. Fixes broken deployment reads.

0.9.19

21 Aug 03:28
a2ff6a5
Compare
Choose a tag to compare

Updating for v1.22 compatibility

  • Updating for v1.22 compatibility
  • Makefile command for release
  • Update Readme

0.9.18

28 Jul 06:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.17...0.9.18

0.9.17

28 Jul 04:50
6ea45fc
Compare
Choose a tag to compare

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

Full Changelog: 0.9.16...0.9.17

0.9.16

02 Feb 11:32
Compare
Choose a tag to compare

Changes:

  • Gitops server can now read sops encrypted deployments.yaml or secrets.yaml. See #56
  • serviceAccountName is now injected into the context of gitops bash or any other commands.

0.9.14: RDS IAM Authentication

23 Jan 01:06
Compare
Choose a tag to compare

Changes:

  • gitops db.pgcli or gitops 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