-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #73 from GreenmaskIO/change_log_v0110
Added changelog for v0.1.10
- Loading branch information
Showing
4 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters