Releases: compose-viz/compose-viz
Releases · compose-viz/compose-viz
v0.3.4
Bug Fixes
- discard depreciated set-out syntax, change to github_env #59 (Zheng Zhi Yuan)
- use GITHUB_OUTPUT instead of GITHUB_ENV #60 (Xyphuz)
- missing poetry prefix #60 (Xyphuz)
- wrong file permission when updating version number #61 (Xyphuz)
- wrong regex in update-submodules.py #73 (Xyphuz)
Chores
- run CI when PR is filed #73 (Xyphuz)
- file update submodule PR to dev branch #73 (Xyphuz)
- file update submodule PR to dev branch #73 (Xyphuz)
- update submodules #63 (github-actions)
Commits
- 0d6b783: Add option --simple (Mikko Reinikainen) #71
- 6bfee30: Fix typo in variable name (Mikko Reinikainen) #71
- 3271979: Add option --no-ports (Mikko Reinikainen) #71
- ad827fe: Fix flake8 errors and warnings (Mikko Reinikainen) #71
- 08481af: Fix pyright error (Mikko Reinikainen) #71
- 717f1a4: Sort imports with isort (Mikko Reinikainen) #71
- c68d134: Format cli with black (Mikko Reinikainen) #71
- 6d01070: Merge branch 'main' of https://github.com/compose-viz/compose-viz into dev (Xyphuz) #73
v0.3.3
v0.3.2
Features
Bug Fixes
- wrong typing in tests #56 (Xyphuz)
- should follow conventional commit when updating new compose-spec #56 (Xyphuz)
Continuous Integration
- check updates of compose-spec and file PR #56 (Xyphuz)
- move naming script execution from ci to update-submodules #56 (Xyphuz)
Chores
- update dep versions #56 (Xyphuz)
- update poetry version in github actions #56 (Xyphuz)
- update versiono tag #56 (Xyphuz)
- update naming convention and version number when submodules have been updated #56 (Xyphuz)
Commits
v0.3.1
Bug Fixes
- extension-fields parse error from compose spec #48 #49 (Zheng Zhi Yuan)
- extension-fields parse error from compose spec #48 #49 (Zheng Zhi Yuan)
- extension-fields parse error from compose spec #48 #49 (Zheng Zhi Yuan)
Builds
- upgrade isort version to 5.12.0 #49 (Zheng Zhi Yuan)
Chores
v0.3.0
Features
- Add root-service option #40 (Josef Vondrlik)
Bug Fixes
- ports start with colon cannot be parsed #38 #42 (Xyphuz)
- wrong generated data model of compose spec #41 #42 (Xyphuz)
- handle key error during parsing root service #43 (Xyphuz)
Tests
Chores
- update dependencies #42 (Xyphuz)
- update compose spec #42 (Xyphuz)
- update poetry version in ci #42 (Xyphuz)
- update version of pytest-cov #42 (Xyphuz)
- update version tag #42 (Xyphuz)
- update doc of --root-service #43 (Xyphuz)
- update version tag #44 (Xyphuz)
- update poetry version in release-tagged-version #45 (Xyphuz)
Commits
- 2a815e1: Merge branch 'main' of https://github.com/compose-viz/compose-viz into dev (Xyphuz) #42
v0.2.4
v0.2.3
Features
- add service new member #33 (uccuz)
- implement new test case #33 (uccuz)
- add env_file, expose, porfilem, cgroup graph #35 (Chuan Ou Yang)
- add service property #34 (uccuz)
- create device model #34 (uccuz)
- add device graph #35 (Chuan Ou Yang)
- only make rw mode volume both dir #35 (Chuan Ou Yang)
Tests
Chores
- add cgroup_parent and container_name yaml #33 (uccuz)
- add cgroup and container_name test case #33 (uccuz)
- add devices, env_file, expose and profiles #33 (uccuz)
- create env, expose, profiles test case #33 (uccuz)
- apply pre-commit hooks #33 (Xyphuz)
- add new devices yaml data #34 (uccuz)
- create device test case #34 (uccuz)
- implement device parse #34 (uccuz)
- apply pre-commit hooks #34 (Xyphuz)
- add missing type annotations #35 (Xyphuz)
- update examples #35 (Xyphuz)
- change volumes_ro type to dashed #35 (Xyphuz)
- change profile's and cgroup_parent's arrow direction #35 (Xyphuz)
- remove unnecessary validation #35 (Xyphuz)
- apply missing pre-commit hooks #35 (Xyphuz)
- update version number #36 (Xyphuz)