Bank Of Anthos Versions Save

Retail banking sample application showcasing Kubernetes and Google Cloud

v0.5.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/GoogleCloudPlatform/bank-of-anthos/compare/v0.5.5...v0.5.6

v0.5.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/GoogleCloudPlatform/bank-of-anthos/compare/v0.5.4...v0.5.5

v0.5.4

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/GoogleCloudPlatform/bank-of-anthos/compare/v0.5.3...v0.5.4

v0.5.3

2 years ago

What's Changed

Full Changelog: https://github.com/GoogleCloudPlatform/bank-of-anthos/compare/v0.5.2...v0.5.3

v0.5.2

2 years ago

changelog

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

v0.5.1

2 years ago

Release v0.5.1 includes the following changes:

v0.5.0

2 years ago

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

3 years ago

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

3 years ago

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

v0.4.1

3 years ago

Release v0.4.1 adds bug fixes, CI/CD fixes, and the following new features:

  1. Frontend "whereami" endpoint
  2. Multicluster instructions