update WatchList feature default to false for 1.33
parent
f3b373ebb1
commit
a2d13881c3
|
@ -13,5 +13,9 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.32"
|
||||
toVersion: "1.32"
|
||||
- stage: beta
|
||||
defaultValue: false
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
Enable support for [streaming initial state of objects in watch requests](/docs/reference/using-api/api-concepts/#streaming-lists).
|
||||
|
|
Loading…
Reference in New Issue