Skip to content

Commit

Permalink
Merge pull request #73 from GreenmaskIO/change_log_v0110
Browse files Browse the repository at this point in the history
Added changelog for v0.1.10
  • Loading branch information
wwoytenko committed Apr 17, 2024
2 parents e514ff4 + bda8f32 commit 48c5fd0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
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.10: release_notes/greenmask_0_1_10.md
- Greenmask 0.1.9: release_notes/greenmask_0_1_9.md
- Greenmask 0.1.8: release_notes/greenmask_0_1_8.md
- Greenmask 0.1.7: release_notes/greenmask_0_1_7.md
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/main.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}

{% block announce %}
Version 0.1.9 is <a href="https://github.com/GreenmaskIO/greenmask/releases/tag/v0.1.9">released</a>
Version 0.1.10 is <a href="https://github.com/GreenmaskIO/greenmask/releases/tag/v0.1.10">released</a>
{% endblock %}
16 changes: 16 additions & 0 deletions docs/release_notes/greenmask_0_1_10.md
@@ -0,0 +1,16 @@
# Greenmask 0.1.10

This release introduces improvements and bug fixes

## Changes

* Fixed panic caused in `RandomString` transformer
* Fixed wrong table size calculation. Now the table size includes TOAST table size
* Added custom transformer interaction API defaults if not set
* Changed docker workdir to greenmask home
* Removed bucket name from object path prefix

## 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.10).
1 change: 1 addition & 0 deletions mkdocs.yml
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.10: release_notes/greenmask_0_1_10.md
- Greenmask 0.1.9: release_notes/greenmask_0_1_9.md
- Greenmask 0.1.8: release_notes/greenmask_0_1_8.md
- Greenmask 0.1.7: release_notes/greenmask_0_1_7.md
Expand Down

0 comments on commit 48c5fd0

Please sign in to comment.