Skip to content

Commit

Permalink
Merge pull request #35 from GreenmaskIO/docs_release_017
Browse files Browse the repository at this point in the history
Added release changelog for doc
  • Loading branch information
wwoytenko authored Mar 26, 2024
2 parents f0242a9 + a79646d commit 61ea77c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ nav:
- Core custom functions: built_in_transformers/advanced_transformers/custom_functions/core_functions.md
- Faker function: built_in_transformers/advanced_transformers/custom_functions/faker_function.md
- Release notes:
- Greenmask 0.1.8: release_notes/greenmask_0_1_8.md
- Greenmask 0.1.7: release_notes/greenmask_0_1_7.md
- Greenmask 0.1.6: release_notes/greenmask_0_1_6.md
- Greenmask 0.1.5: release_notes/greenmask_0_1_5.md
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}

{% block announce %}
Version 0.1.7 is <a href="https://github.com/GreenmaskIO/greenmask/releases/tag/v0.1.7">released</a>
Version 0.1.8 is <a href="https://github.com/GreenmaskIO/greenmask/releases/tag/v0.1.8">released</a>
{% endblock %}
20 changes: 20 additions & 0 deletions docs/release_notes/greenmask_0_1_8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Greenmask 0.1.8

This release introduces improvements and bug fixes

## Improvements

* Implemented `--exit-on-error` parameter for `pg_restore` run. But it does not play for "data" section restoration now. If any error is caused in `data` section greenmask exits with the error whether `--exit-on-error` was provided or not. This might be fixed later

## Fixes

* Fixed dependent objects dropping when running with the `restore` command with the `--clean` parameter. Useful when restoring and overriding only required tables
* Fixed `show-dump` command output in text mode
* Disabled CGO. Fixes problem when downloaded binary from repo cannot run
* Fixed `delete` dump operation


## Assets

To download the Greenmask binary compatible with your system, see
the [release's assets list](https://github.com/GreenmaskIO/greenmask/releases/tag/v0.1.8).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ nav:
- Core custom functions: built_in_transformers/advanced_transformers/custom_functions/core_functions.md
- Faker function: built_in_transformers/advanced_transformers/custom_functions/faker_function.md
- Release notes:
- Greenmask 0.1.8: release_notes/greenmask_0_1_8.md
- Greenmask 0.1.7: release_notes/greenmask_0_1_7.md
- Greenmask 0.1.6: release_notes/greenmask_0_1_6.md
- Greenmask 0.1.5: release_notes/greenmask_0_1_5.md
Expand Down

0 comments on commit 61ea77c

Please sign in to comment.