From cbd4b9be32128cd50aa10819fb83a111a6d61151 Mon Sep 17 00:00:00 2001
From: Vadim Voitenko <74241416+wwoytenko@users.noreply.github.com>
Date: Sat, 7 Dec 2024 20:48:31 +0200
Subject: [PATCH] docs: Added release notes v0.2.6 (#253)
---
docs/overrides/main.html | 2 +-
docs/release_notes/greenmask_0_2_6.md | 25 +++++++++++++++++++++++++
mkdocs.yml | 1 +
3 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 docs/release_notes/greenmask_0_2_6.md
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
index b8053afc..f0af0f73 100644
--- a/docs/overrides/main.html
+++ b/docs/overrides/main.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block announce %}
- A new version 0.2.5 (2024.11.16) is released
+ A new version 0.2.6 (2024.12.07) is released
{% endblock %}
{% block outdated %}
diff --git a/docs/release_notes/greenmask_0_2_6.md b/docs/release_notes/greenmask_0_2_6.md
new file mode 100644
index 00000000..f3613395
--- /dev/null
+++ b/docs/release_notes/greenmask_0_2_6.md
@@ -0,0 +1,25 @@
+# Greenmask 0.2.6
+
+This release introduces new features and bug fixes.
+
+## Changes
+
+* Introduces `--disable-trigers`, `--use-session-replication-role-replica` and `--superuser` options
+for restore command. It allows to disable triggers during data section restore [#248](https://github.com/GreenmaskIO/greenmask/pull/252).
+Closes feature request [#228](https://github.com/GreenmaskIO/greenmask/issues/228)
+* Fix skipping unknown type when silent is true [#251](https://github.com/GreenmaskIO/greenmask/pull/251)
+* Added sonar qube quality gate badge [#250](https://github.com/GreenmaskIO/greenmask/pull/250)
+
+
+#### Full Changelog: [v0.2.5...v0.2.6](https://github.com/GreenmaskIO/greenmask/compare/v0.2.5...v0.2.6)
+
+## Links
+
+Feel free to reach out to us if you have any questions or need assistance:
+
+* [Greenmask Roadmap](https://github.com/orgs/GreenmaskIO/projects/6)
+* [Email](mailto:support@greenmask.io)
+* [Twitter](https://twitter.com/GreenmaskIO)
+* [Telegram](https://t.me/greenmask_community)
+* [Discord](https://discord.gg/tAJegUKSTB)
+* [DockerHub](https://hub.docker.com/r/greenmask/greenmask)
diff --git a/mkdocs.yml b/mkdocs.yml
index d108ffd6..76ff58c9 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -126,6 +126,7 @@ nav:
- Faker function: built_in_transformers/advanced_transformers/custom_functions/faker_function.md
- About: index.md
- Release notes:
+ - Greenmask 0.2.6: release_notes/greenmask_0_2_6.md
- Greenmask 0.2.5: release_notes/greenmask_0_2_5.md
- Greenmask 0.2.4: release_notes/greenmask_0_2_4.md
- Greenmask 0.2.3: release_notes/greenmask_0_2_3.md