Skip to content

Commit

Permalink
several fixes for notebook instance (#3761) (#2288)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jul 21, 2020
1 parent d4a758e commit 7b66b35
Show file tree
Hide file tree
Showing 5 changed files with 395 additions and 283 deletions.
9 changes: 9 additions & 0 deletions .changelog/3761.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```release-note:bug
notebook: fixed bug where updating certain fields would result in a no-op update call instead of a create/destroy. Now, the only field that is updatable in place is `labels`
```
```release-note:bug
notebook: fixed bug where many fields were being written as empty to state, causing a diff on the next plan
```
```release-note:bug
notebook: fixed bug where setting `network` or `subnet` to a full URL would succeed, but cause a diff on the next plan
```
Loading

0 comments on commit 7b66b35

Please sign in to comment.