d7c7ebf50a
- After uninstalling the knative helm chart it's necessary to also remove some leftover resources to allow the cluster to be clean and knative to be reinstalleable. - Adds knative uninstall disclaimer - Uninstall ksvc before uninstalling knative Make list of Knative and Ingres resources explicit - To avoid deleting unwanted resources we are listing exact which resources will be deleted rather than simply deleting any resource that contains istio or knative words. |
||
---|---|---|
.. | ||
unreleased | ||
add-name-parameter-to-project-environments-api.yml | ||
archive.md | ||
README.md |
Generating changelog entries
To generate and validate your changelog entries:
- Run
bin/changelog
to generate. - Run
yamllint changelogs
to validate.
See development/changelog documentation for detailed usage.