Skip to content

Releases: gufolabs/gufo_thor

0.7.0

23 Jan 15:50
Compare
Choose a tag to compare

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

05 Aug 12:41
Compare
Choose a tag to compare

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

20 Apr 08:20
Compare
Choose a tag to compare

Added

  • gufo-thor up --no-migrate option.

Changed

  • shell no longer depends on migrate.

0.4.0

29 Dec 13:55
Compare
Choose a tag to compare

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

18 Dec 08:12
Compare
Choose a tag to compare

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

10 Dec 10:43
Compare
Choose a tag to compare

Fixed

  • Mount consul's config in read/write mode to prevent the permissions changing error.

Added

  • Upgrade instructuons.

0.3.1

10 Dec 08:55
Compare
Choose a tag to compare

Fixed

  • FileNotFoundError when writing nginx keys.

Changed

  • write_file accepts content as str and bytes.

0.3.0

28 Nov 10:53
Compare
Choose a tag to compare

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

23 Nov 17:13
Compare
Choose a tag to compare

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.

0.1.0

23 Nov 11:33
Compare
Choose a tag to compare

Initial release