Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v7.0.0 #1684

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,25 @@ Please follow the established format:
- Use present tense (e.g. 'Add new feature')
- Include the ID number for the related PR (or PRs) in parentheses
-->
# Upcoming Release

## Major features and improvements

- Display hosted URL in CLI while launching kedro viz. (#1644)
- AWS focussed CLI implementation `kedro viz deploy` for shareable viz. (#1661)

## Bug fixes and other changes

- Fix for dataset existence check in factory pattern discovery (#1659)
- Remove support for Python 3.7 (#1660)
- Adjust CLI to use 'kedro viz run' instead of 'kedro viz' (#1671)

# Release 7.0.0

## Major features and improvements

- Bump minimum version of React from 17.0.2 to 18.2.0. (#1652)
- Upgrade to `React 18`. (#1652)
- Remove support for `Python 3.7`. (#1660)
- Change CLI command to run Kedro-viz to`kedro viz run`. (#1671)
- Add deploy command to the CLI using `kedro viz deploy` for sharing Kedro-viz on AWS. (#1661)
- Adds support for `kedro==0.19`and `kedro-datasets==2.0`. (#1677)

## Bug fixes and other changes
- Fix modular pipelines breaking when collapsed on the flowchart. (#1651)
- Display hosted URL in CLI while launching Kedro viz. (#1644)
- Fix dataset existence check in factory pattern discovery (#1659)
- Fix Kedro-viz display on Jupyter notebooks. (#1658)
- Fix zoom issues on the flowchart. (#1672)
- Fix bug on `kedro-viz run --load-file`. (#1677)
- Fix bug on adding timestamps to shareable-viz. (_#1679)

# Release 6.7.0

Expand Down
2 changes: 1 addition & 1 deletion demo-project/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.0
7.0.0
2 changes: 1 addition & 1 deletion demo-project/lightsail.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"serviceName": "kedro-viz-live-demo",
"containers": {
"kedro-viz-live-demo": {
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:6.7.0",
"image": "public.ecr.aws/g0x0s3o2/kedro-viz-live-demo:7.0.0",
"ports": {
"4141": "HTTP"
}
Expand Down
Loading