Releases: almarklein/mypaas
Releases · almarklein/mypaas
v0.5.9
v0.5.8
Fix that --pull
should not always be used in docker build
commands.
v0.5.6
- Fix resolution of stats when the data is sparse.
- Bump Traefik version.
- Official support for Python 3.10.
v0.5.5
- Add support for using existing OPENSSH keys.
v0.5.4
- 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
- Bump Traefik version
v0.5.2
- 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
- A fix in the URL rule validation.
v0.5.0
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
Use latest Traefik