diff --git a/docs/developer/CHANGELOG_TEMPLATE.md b/docs/developer/CHANGELOG_TEMPLATE.md new file mode 100644 index 000000000000..27279d6a14b0 --- /dev/null +++ b/docs/developer/CHANGELOG_TEMPLATE.md @@ -0,0 +1,67 @@ +## [Version] + + + +### Must read before upgrade + + +### Deprecation + + +### API Change + + +### Feature + + +### Tool Upgrade + + +### Bug + + +### Other + + +### Supported Operating Systems + + +| | vSphere | Bare Metal | Nutanix | CloudStack | Snow | +| :----------: | :-----: | :--------: | :-----: | :--------: | :---: | +| Ubuntu 20.04 | ✔ | ✔ | ✔ | — | ✔ | +| Ubuntu 22.04 | ✔ | ✔ | ✔ | — | — | +| Bottlerocket 1.15.1 | ✔ | ✔ | — | — | — | +| RHEL 8.7 | ✔ | ✔ | ✔ | ✔ | — | +| RHEL 9.x | — | — | ✔ | — | — | \ No newline at end of file