Deprecate asset_dir variable and remove docs

* Remove docs for the `asset_dir` variable and deprecate
it in CHANGES. It will be removed in an upcoming release
* Typhoon v1.17.0 introduced a new mechanism for managing
and distributing generated assets that stopped relying on
writing out to disk. `asset_dir` became optional and
defaulted to being unset / off (recommended)
This commit is contained in:
Dalton Hubble
2020-03-24 23:53:06 -07:00
parent 9f702c72d2
commit 5d1e4ad333
9 changed files with 1 additions and 8 deletions

View File

@ -14,6 +14,7 @@ Notable changes between versions.
* Update Typhoon container image security policy to list `quay.io/poseidon/kubelet`as an official distributed artifact
* Background: Kubernetes will [stop releasing](https://github.com/kubernetes/kubernetes/pull/88676) the hyperkube container
image and provide the Kubelet as a binary for distros to package
* Deprecate `asset_dir` variable and remove docs ([#678](https://github.com/poseidon/typhoon/pull/678))
#### DigitalOcean