Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG/v0.1.0.ru.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
features:
- "внедрить ограниченный PSS"
fixes:
- "запретить использование системных пространств имен"
security: []
chore:
- "добавить генерацию журнала изменений и заметок о выпуске"
7 changes: 7 additions & 0 deletions CHANGELOG/v0.1.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
features:
- "enforce restricted pss"
fixes:
- "forbid to use system namespaces"
security: []
chore:
- "add changelog and release notes generation"
14 changes: 14 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions docs/RELEASE_NOTES.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ title: "Релизы"
description: "Релизы Deckhouse operator-helm."
---

## v0.1.0

### Новые возможности

* внедрить ограниченный PSS

### Исправления

* запретить использование системных пространств имен

### Прочее

* добавить генерацию журнала изменений и заметок о выпуске

## v0.0.8

### Исправления
Expand Down