From c507590fbe80fe1f7f061a7eda1e4969d6b149fe Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 14 May 2022 14:59:48 +0700 Subject: [PATCH] docs: add v0.0.7 change log --- docs/src/changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/src/changelog.md b/docs/src/changelog.md index b59ad3efdb..95e9e401c4 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -1,5 +1,25 @@ # Changelog +## 0.0.7-alpha + +- Replace standard Vault with Vault Operator +- Automatically initialize and unseal Vault +- Declarative secret generation and management +- Declarative Gitea configuration with YAML +- Automatic OS rolling upgrade +- Automatic Kubernetes rolling upgrade +- Automatic application updates using Renovate (still require manual token generation) +- Add script to wait for essential services after deployment +- Add icons and bookmarks to the home page +- Deploy Matrix chat +- Replace Authentik with Dex for SSO (still require manual token generation) +- Switch to Mermaid for diagrams in documentation +- Replace Vagrant with k3d for development environment +- Use nip.io domain for development environment +- Remove Backblaze (S3 Glacier and/or Minio will be added in future version) +- Enable monitor for the majority of applications +- Many code refactorings and bug fixes + ## 0.0.6-alpha - Upgrade to Kubernetes 1.23