Skip to content

Releases: webappio/sanic

v1.3.2

26 Aug 03:15
Compare
Choose a tag to compare
  • Add (beta) k3s support
  • Better handle build errors (don't abort the whole build)
  • Fix a bug where unicode output would (rarely) cause hard crashes

v1.3.1

29 Jul 18:51
Compare
Choose a tag to compare
  • 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

18 Jul 02:06
Compare
Choose a tag to compare

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

14 Jul 23:06
Compare
Choose a tag to compare
Move version management into a variable.

v1.2.11

12 Jul 16:02
Compare
Choose a tag to compare

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

09 Jul 19:14
Compare
Choose a tag to compare
  • Allow tagging built images with sanic build -t

v1.2.9

09 Jul 19:09
Compare
Choose a tag to compare
  • Allows sanic build without being in an environment.

v1.2.8

05 Jul 17:58
Compare
Choose a tag to compare

v1.2.6

03 Jul 01:43
Compare
Choose a tag to compare
Add a descriptive error for building no services.

v1.2.5

03 Jul 01:17
Compare
Choose a tag to compare
Better handle missing PROMPT_COMMAND