Skip to content

Commit

Permalink
update 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oehrlis committed Dec 11, 2023
1 parent b6ac48b commit 83fb499
Show file tree
Hide file tree
Showing 3 changed files with 3,439 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [1.4.0] - 2023-12-11

### Added
- add script *csenc_swkeystore_backup.sql* to create a TDE software keystore backup using *DBMS_SCHEDULER*
- add script *ssenc_swkeystore_backup.sql* to show TDE software keystore backup schedules created with *csenc_swkeystore_backup.sql*
- add script *dsenc_swkeystore_backup.sql* to delete TDE software keystore backup schedules created with *csenc_swkeystore_backup.sql*

### Changed

- rename file *isenc_tde_pdbiso_syskm.sql* to *isenc_tde_pdbiso_keyadmin.sql*
- add add grant privileges for key management to *isenc_tde_pdbiso_prepare.sql*

## [1.3.0] - 2023-08-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.0
v1.4.0
Loading

0 comments on commit 83fb499

Please sign in to comment.