Skip to content

Releases: GoogleCloudPlatform/bank-of-anthos

v0.5.7

19 Sep 20:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.6...v0.5.7

v0.5.6

19 Aug 19:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.5...v0.5.6

v0.5.5

08 Jun 20:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

05 Apr 14:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

10 Jan 21:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

18 Dec 00:49
Compare
Choose a tag to compare

changelog

  • Upgrades Java services to log4j 2.16
  • Migrates CI to new Google Cloud project

v0.5.1

11 Dec 19:06
Compare
Choose a tag to compare

Release v0.5.1 includes the following changes:

v0.5.0

25 Jun 17:45
Compare
Choose a tag to compare

Release v0.5.0 includes following changes:

  • Add support and instructions for multi cluster setup with Anthos Service Mesh (ASM)
  • Add support and instructions for HTTPS access with TLS for the frontend service
  • Revert back to gunicorn as the default application server which was changed in v0.4.3
  • Moving all python based service containers to use a python ENTRYPOINT instead of spawning them via a shell script ENTRYPOINT
  • Various documentation updates
  • Version bump for dependencies: rsa (frontend, userservice, contacts), py (userservice, contacts), guava (ledgermonolith, ledgerwriter, transactionhistory, balancereader)

v0.4.3

18 Mar 16:05
Compare
Choose a tag to compare

Release v0.4.3 includes following changes:

  • Version bumped for the cryptography dependency
  • Default application server used for python apps changed to uwsgi from gunicorn
  • Git workflow hosts updated to use python3.7 and updates added to the CI/CD guide

v0.4.2

24 Feb 01:34
Compare
Choose a tag to compare

Release v0.4.2 bumps the versions of dependencies as well as add the following features:

  • Add prod support for Ingress and NodePort Service for the frontend. (#442)
  • Add a liveness probe to the frontend Pods to prevent frozen processes to continuously timeout. (#456)