Skip to content

Latest commit

 

History

History
132 lines (86 loc) · 3.83 KB

CHANGELOG.md

File metadata and controls

132 lines (86 loc) · 3.83 KB

v0.9.4

Fixes

  • Fix error with requests and docker-py version .

Frontend Features

  • Add a warning modal when deleting workspace.
  • Improve loading time with lazy loading.
  • Add dark mode
  • Simplify the Piece Advanced Options form.
  • Show workflow when selecting it.

v0.9.3

Feature

  • Add domino --version command to CLI

v0.9.2

Fixes

  • Use alpine linux socat image to avoid [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2... warning

v0.9.1

Fixes

  • Fix Domino k8s Operator to allow handle old pieces without shared storage usage info.
  • Fix errors messages on some inputs.
  • Fix import incompatible JSONs should not add anything to the workflow.
  • Fix new entries of object arrays.

Docs

  • Added how to debug in frontend docs.

v0.9.0

Features

  • Add new visual identity colors.
  • Add new visual identity logo.
  • Add new visual identity fonts.
  • Improve Workspace cards layout and navigation.
  • Add tracking of piece storage usage.

Fixes

  • Fix selected workspace Leave action messages.
  • Fix delay on loading upstream options.
  • Stop using local forage for storage.

v0.8.4

Features

  • Add basic config in helm chart and CLI for Istio.
  • Add worker route to get pieces repository.

Fixes

  • Add classic authorization to default route for get pieces repositories.

v0.8.3

Features

Fixes

  • Add API_URL to frontend env entrypoint
  • Update helm with new API_URL var
  • Update base compose fies with API_URL
  • Remove API_ENV from frontend entrypoint

v0.8.2

Features

  • Add container_resources and tags to db and responses
  • Add default values for container resources in frontend forms
  • Import examples gallery from github json

Fixes

  • Fix k8s airflow xcom stream stdout
  • Fix skip_envs import in testing module

v0.8.1

Features

  • Update gallery workflows with latest repositories versions

Fixes

  • Fix bug on CLI run compose option

v0.8.0

Features

  • Install missing repositories from Workflows Gallery modal when importing a workflow [PR #180].
  • Create default user admin@email.com, password admin when platform is created [Issue #177].
  • Add search bar for Pieces in Workflows Editor page [Issue #168].
  • Workflows gallery with more examples and easy installation fo repositories.
  • Installing multiple repositories on a new workspace if platform github_token provide.

Fixes

  • Improved terminal messages for domino platform run-compose and domino platform stop-compose CLI.
  • Add optional platform level github token in run-in-compose CLI [Issue #176].
  • Fix token expiration date bug [Issue #147].
  • Fix validation bugs.
  • Performance improved on create_piece_repository
  • Allow for optional secrets.

v0.7.0

Features

  • Added CHANGELOG.md file to track changes between releases. PR #156
  • Import workflows from My Workflows. PR #146

Fixes

  • Fixes for the migration to Pydantic 2. PR #152
  • Remove old docs files. PR #156