Releases: gufolabs/gufo_thor
Releases · gufolabs/gufo_thor
0.7.0
Fixed
- Do not raise exception when cannot start browser.
Added
- Unified login support.
restart
command.
noc.config
section.
Changed
liftbridge
service replaced with kafka
0.6.0
Added
noc.migrate
config option.
gufo-thor --migrate
option.
crashinfo
volume.
Changed
- Do not write
version
attribute to docker-compose.yml
.
- Do not override the container's
/opt/noc/ui/pkg
.
worker
service depends on liftbridge
and datastream
.
web
service depends on worker
and scheduler
.
0.5.0
Added
gufo-thor up --no-migrate
option.
Changed
shell
no longer depends on migrate
.
0.4.0
Added
envoy
service.
thor.yml
: noc.theme
parameter.
static
service for serving static files.
auth
service.
Changed
- Refined service dependencies.
Removed
nginx
service.
traefik
service.
0.3.3
Fixed
- Fixed ping container capabilities.
Added
- curl/sh installation script.
- docs: Configuration reference.
- docs: Configuration templates.
- docs: Command Line reference.
Changed
- docs: Updated installation guide.
0.3.2
Fixed
- Mount consul's config in read/write mode to prevent the permissions changing error.
Added
0.3.1
Fixed
FileNotFoundError
when writing nginx keys.
Changed
write_file
accepts content as str
and bytes
.
0.3.0
Added
- config:
project
option.
- config:
service.<name>.scale
option.
- jinja2 templates for configs.
- Perform all migrations and collections loading.
- Helthchecks for traefik and NOC services.
Changed
- Less verbose logging.
- Mount service configurations as read-only.
- Store persistent data in named volumes.
Removed
BaseService.compose_etc_dirs
and .get_compose_etc_dirs()
0.2.0
Added
shell
command.
- Auto-detect docker configuration.
- Auto-select between docker compose plugin and
docker-compose
.
- Config:
expose.open_browser
option.
Changed
- Configure
docker-compose.yml
logging section when using json-file
driver.