Python Flask Template Versions Save

HTTP and Flask-based OpenFaaS templates for Python 3

0.3.2

1 year ago

Changelog for 0.3.2:

  • PR #62 feat: user multi-stage builds and remove apt and pip caches by @LucasRoesler

Commits 79b444bca68df126b7d9e31aca35857dbd4d80f9 feat: user multi-stage builds and remove apt and pip caches by @LucasRoesler d3cd0075df6eac607e8384d5b53d61fa07057c12 Upgrade to of-watchdog 0.9.8 for the readiness endpoint by @alexellis

Changes: https://github.com/openfaas/python-flask-template/compare/0.3.1...0.3.2

Generated by Derek

0.3.1

1 year ago

Changelog for 0.3.1:

  • PR #58 feat: use chown during copy to reduce image size and build time by @LucasRoesler

Commits 56b349d6e50933d60ade4dfb0e45fda79aaa4733 feat: use chown during copy to reduce image size and build time by @LucasRoesler

Changes: https://github.com/openfaas/python-flask-template/compare/0.3.0...0.3.1

Generated by Derek

0.3.0

1 year ago

Changelog for 0.3.0:

  • PR #61 Remove armhf templates and move to multi-arch / buildx by @alexellis

Commits bf64898aeef51bc41aaf7cc7cd5851fb80fdb5d1 Remove armhf templates and move to multi-arch / buildx by @alexellis

Changes: https://github.com/openfaas/python-flask-template/compare/0.2.0...0.3.0

Generated by Derek

0.2.0

1 year ago

Changelog for 0.2.0:

  • PR #56 Update of-watchdog to 0.9.6 by @welteki
  • PR #54 Make TEST_ENABLED conditional syntax POSIX friendly by @rgschmitz1
  • PR #46 fix: tox config file as in sub directory correcting WORKDIR by @saikiran2603
  • PR #42 Use tox to test the python3-flask template by @LucasRoesler
  • PR #40 Update README example for accessing headers by @mehyedes
  • PR #39 Enable binary responses in the http-templates by @alexellis
  • PR #38 Fix for exception thrown when RAW_BODY is undefined by @dsbibby
  • PR #34 Clarify use and purpose of templates in this repo by @alexellis
  • PR #33 Remove gevent and use waitress in all templates by @LucasRoesler
  • PR #31 Update the readme to include the debian templates by @Jeff-Lowrey
  • PR #30 Create debian templates for the python 3 flask templates. by @alexellis
  • PR #27 Set default value for HOSTNAME for python3-http templates by @mehyedes
  • PR #22 Update arm templates to use multi-arch watchdog by @burtonr
  • PR #16 Update the handler to match style of golang-http-template by @kturcios
  • PR #14 Increase of-watchdog version to 0.4.6 by @omerzamir
  • PR #13 Bump of-watchdog version to 0.4.2 by @rdimitrov
  • PR #10 Added new method to index.py to fix an issue with chunked encoding an… by @ssullivan
  • PR #11 Bump of-watchdog version to 0.4.1 by @rdimitrov

Commits e4f4f42f119a0d6aa06dda13699ed550010ba11a Update examples in README and put http template first by @alexellis 9223d1553f2b3f27630e4ef21fd1b65966de1f48 Update of-watchdog to 0.9.6 by @welteki f93d2eb7f3ae5ba009d2728d4db23e5601434100 use of watchdog 0.9.3 to suppress custom health check logs by @nitishkumar71 152f0bcb9c4d6c317609425cf9bc4cb369294c3a fix: make TEST_ENABLED conditional posix friendly by @rgschmitz1 12db680950b42c7cfcc7d21ba036bd1397d62eb7 fix: tox config file as in sub directory correcting WORKDIR by @saikiran2603 cdb82b4bb2057c3e7c61ca3d83f3c6f230954676 Document how to control the testing by @LucasRoesler 91271bcda7a748c9e82b364e9d666b816e3cfb5a Use a separate varaible for controlling tests by @LucasRoesler 19512d2e5546b0dd02580ee87e0ba48ee493deb9 Add build arg to control the test command by @LucasRoesler 5a54c92f8aeac1f468bfae29073398cd4dbba330 Make sample test a noop by @LucasRoesler fef5672b8c43154f984ca8f11da7e02bfea87b62 Use tox to test the python3-flask template by @LucasRoesler b7057b6df27e090ddf416501a42a212bd688a0b0 Fix typos by @alexellis d4f964560a2e9d97981a9954f5f47bc90ad86aa3 Update README example for accessing headers by @mehyedes 9fb55274a5fed0840122a9eb88466d4742fd901d Enable binary responses in the http-templates by @alexellis 0ca73dc052a97729088529187d92a061c89d06d3 Fix for exception thrown when RAW_BODY is undefined by @dsbibby 7f9288a527b4c2b8acabb2271c38c4d3745d4310 Add required .github files by @alexellis 90bcd7236504af1fe133f264ae6b302eb283a3f5 Fix typo in README by @alexellis 8d0f44f31b72d2e44d18f6dc5c91cb04d8a1a37e Update debian template watchdog by @alexellis 7411356fc84101e98234ae6fb15f046c6741d30a Clarify use and purpose of templates in this repo by @alexellis e81559332f407df9cca57292e812a71cd1ecdb0f Remove gevent and use waitress in all templates by @LucasRoesler cb68fbf8f948a87010ea0cd5926e8e5b8ec7e365 Update the readme to include the debian templates by Jeff Lowrey 4b6a15d20828f040fc7e668cbd656b8379e4c6a0 Create debian templates for the python 3 flask templates. by Jeff Lowrey e2e2e9ee29993eb33143df5a0b7acfe7dcb58806 Set default value for hostname by @mehyedes f805dad3860d384c71a616a71e814d662203b7b3 Update watchdog to 0.7.2 by @alexellis 7e937373f54078bd123df55ea2207137456278e8 Update arm templates to use multi-arch watchdog by @burtonr ccf3ba61c20295133e49cc87944cea2d61ee56fd Non-root users for all templates by @burtonr f016955293609b06246c8a0ff9a76dab7c01d7c1 Switch to multi-arch image to pull images by @alexellis 77ee5815c7352e24cd1bfbb8b29ac6b7bb4c9384 Remove TODO by @alexellis 79e29c44d5245c8ef4f17d2f865d07390997922e Update README by @kturcios 3b8e568926737c0fb22cee82396d74e6670f92ba Sync python versions for http templates and add headers by @kturcios 461c2be9c33c85e459f2ed80c055ab06d04ad2f3 Update the handler to match style of golang-http-template by @kturcios

Changes: https://github.com/openfaas/python-flask-template/compare/0.1.0...0.2.0

Generated by Derek

0.1.0

5 years ago