Releases: webappio/sanic
Releases · webappio/sanic
v1.3.2
v1.3.1
- Allow commands with flags in
sanic env
(i.e.,sanic env dev sanic build --push
) - Fix a bug where "sanic env" to a non-existing environment would give a bogus message
- Allow building with a specific registry, even without pushing with
sanic build --registry
v1.3.0
Allow building named dockerfiles for, i.e., tests in the same folder as the main service
Consider the following file structure:
services:
web:
Dockerfile
tests.Dockerfile
This structure would produce two images: one called web
and one called web-tests
v1.2.13
Move version management into a variable.
v1.2.11
Bugs
- If deploy/in or deploy/out didn't exist at deploy-time, they would be created read-only and owned by root
- sanic deploy would break localdev environments if you defined resources in the kube-system namespace
Features
- Configuration allows a "ignoreDirs" option for building, to exclude folders with lots of files (for performance) or with dockerfiles that shouldn't be built
- There is a global "commands:" block to define default commands common to all environments.
v1.2.10
- Allow tagging built images with
sanic build -t
v1.2.9
- Allows
sanic build
without being in an environment.
v1.2.8
- Add kustomize support
- https://hub.docker.com/r/distributedcontainers/templater-kustomize
- https://github.com/distributed-containers-inc/sanic-templater-kustomize
- Automatically pull templaters at deployment time
v1.2.6
Add a descriptive error for building no services.
v1.2.5
Better handle missing PROMPT_COMMAND