-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v6.6.1 Signed-off-by: Tynan DeBold <[email protected]> * Update release notes and update reminder content Signed-off-by: Tynan DeBold <[email protected]> * Update lightsail file Signed-off-by: Tynan DeBold <[email protected]> * Update release notes Signed-off-by: Tynan DeBold <[email protected]> --------- Signed-off-by: Tynan DeBold <[email protected]>
- Loading branch information
1 parent
7922698
commit 24fbeff
Showing
7 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.6.0 | ||
6.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
export const updateContent = { | ||
date: '10 October 2023', | ||
date: '20 October 2023', | ||
features: [ | ||
{ | ||
title: 'Make Kedro-Viz shareable via a hosted URL', | ||
title: 'Skipping plugins', | ||
image: '', | ||
copy: 'You can now publish Kedro-Viz and share it with others by hosting your project on Amazon S3, making sharing with collaborators and stakeholders easier and faster.', | ||
buttonLink: | ||
'https://docs.kedro.org/en/latest/visualisation/share_kedro_viz.html', | ||
buttonText: 'View the docs', | ||
copy: 'You can now skip all plugins while running Kedro-Viz by using the --ignore-plugins CLI option.', | ||
buttonLink: '', | ||
buttonText: '', | ||
}, | ||
{ | ||
title: 'Improved run-command display', | ||
image: '', | ||
copy: "We've fixed the improper display of the run-command within the metadata panel.", | ||
buttonLink: '', | ||
buttonText: '', | ||
}, | ||
], | ||
}; |