diff --git a/CHANGELOG/v0.1.0.ru.yaml b/CHANGELOG/v0.1.0.ru.yaml new file mode 100644 index 0000000..c8cd524 --- /dev/null +++ b/CHANGELOG/v0.1.0.ru.yaml @@ -0,0 +1,7 @@ +features: + - "внедрить ограниченный PSS" +fixes: + - "запретить использование системных пространств имен" +security: [] +chore: + - "добавить генерацию журнала изменений и заметок о выпуске" diff --git a/CHANGELOG/v0.1.0.yaml b/CHANGELOG/v0.1.0.yaml new file mode 100644 index 0000000..56629c4 --- /dev/null +++ b/CHANGELOG/v0.1.0.yaml @@ -0,0 +1,7 @@ +features: + - "enforce restricted pss" +fixes: + - "forbid to use system namespaces" +security: [] +chore: + - "add changelog and release notes generation" diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index a205f65..78ccdbb 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -3,6 +3,20 @@ title: "Release Notes" description: "Release notes for Deckhouse operator-helm." --- +## v0.1.0 + +### New Features + +* enforce restricted pss + +### Bug Fixes + +* forbid to use system namespaces + +### Chore + +* add changelog and release notes generation + ## v0.0.8 ### Bug Fixes diff --git a/docs/RELEASE_NOTES.ru.md b/docs/RELEASE_NOTES.ru.md index 49f27a6..fb5242d 100644 --- a/docs/RELEASE_NOTES.ru.md +++ b/docs/RELEASE_NOTES.ru.md @@ -3,6 +3,20 @@ title: "Релизы" description: "Релизы Deckhouse operator-helm." --- +## v0.1.0 + +### Новые возможности + +* внедрить ограниченный PSS + +### Исправления + +* запретить использование системных пространств имен + +### Прочее + +* добавить генерацию журнала изменений и заметок о выпуске + ## v0.0.8 ### Исправления