Skip to content

Releases: almarklein/mypaas

v0.5.9

14 Feb 21:56
Compare
Choose a tag to compare

Deployments can now be configured better using a toml file.

v0.5.8

11 Jan 22:51
Compare
Choose a tag to compare

Fix that --pull should not always be used in docker build commands.

v0.5.6

11 Jan 21:22
1c8a9c2
Compare
Choose a tag to compare
  • Fix resolution of stats when the data is sparse.
  • Bump Traefik version.
  • Official support for Python 3.10.

v0.5.5

22 Nov 14:27
Compare
Choose a tag to compare
  • Add support for using existing OPENSSH keys.

v0.5.4

22 Mar 15:51
Compare
Choose a tag to compare
  • Add support for scaling but non-rolling deploys (to e.g. avoid the risk of caching service workers from having a mix of old and new assets).

v0.5.3

22 Mar 15:50
Compare
Choose a tag to compare
  • Bump Traefik version

v0.5.2

16 Feb 11:53
Compare
Choose a tag to compare
  • Fix a bug causing ZerodivisionError on a scaled deploy if no containers for that service are currently running.
  • Switch keyType to ECDSA/EC256, causing Traefik to be much faster (#24).
  • Disable really old cipher suites (#25) .
  • Bump Traefik version.

Note: to make use of the new keytype and prevent the use of less secure cipher suites, you'll have to run mypaas server init to regenerate the Traefik config files.

v0.5.1

26 Jan 11:20
Compare
Choose a tag to compare
  • A fix in the URL rule validation.

v0.5.0

26 Jan 11:19
Compare
Choose a tag to compare

Some pretty nice improvements!

  • Enable health checks (introduces a new healthcheck option.
  • The above also allows true zero-deploy deployments when scale > 0.
  • When a container crashes, a new push (with a fix) will deploy directly (previously the first next push would fail).
  • Check that URL rules are not already used in other containers (which would cause the url to stop working).
  • Update to newer version of Traefik.
  • Add minimal example with rolling updates.

v0.4.5

13 Jan 11:59
Compare
Choose a tag to compare

Use latest Traefik