Commit 88a6e98
v0.1.33 (#687)
This pull request updates the project for the 0.1.33 release,
introducing several new features, improvements, and bug fixes. The main
changes include enhancements to YAML handling, shortcut publishing, and
environment setup, along with important bug fixes and optimizations.
Release and versioning:
* Bump version number to `0.1.33` in `constants.py` to reflect the new
release.
* Add changelog entry for version 0.1.33, detailing new features,
improvements, and bug fixes.
Key new features and improvements:
* Add support for `key_value_replace` parameter in YAML files.
* Enable selective shortcut publishing with regex exclusion.
* Add Linux development environment bootstrapping script.
Bug fixes and optimizations:
* Fix publish order for Notebook and Eventhouse dependent items.
* Resolve API long running operation handling for Environment items and
fix other deployment-related bugs.
---------
Co-authored-by: Shira Sassoon <shirasassoon@microsoft.com>1 parent 5d2586f commit 88a6e98
2 files changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
9 | 22 | | |
10 | 23 | | |
11 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments