Skip to content

Releases: flavienbwk/reactjs-flask-ldap-boilerplate

1.3.0 : Packaging Python apps, the right way

06 Apr 23:35
1f18a4a
Compare
Choose a tag to compare

Trying to achieve state-of-the-art Python packaging of the API. Against the catastrophic import mechanics of Python.

1.2.0 : Refactored Flask architecture for right Python import

05 Apr 22:06
40397a1
Compare
Choose a tag to compare

1.1.0 : Production and K8S deployment

05 Apr 11:02
8bda2de
Compare
Choose a tag to compare

Please welcome 1.1.0 : Kubernetes and production-ready build for your boilerplate. Fixing some additional bugs.

  • Added production image builds
  • Added production deployment with docker-compose
  • Added Kubernetes deployment scripts and documentation
  • Added CI build for production images
  • Updated React from v16 to v17
  • Updated app dependencies to their latest versions
  • Migration files lost fixed
  • Env variables now in .env file
  • Handled no givenName property from LDAP in API
  • Added more comments to code
  • Improved documentation