-
Notifications
You must be signed in to change notification settings - Fork 10
Creating Release Notes for 1.0 #432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-17.5.2
Are you sure you want to change the base?
Conversation
Added the draft release notes for 1.0, updated mkdocs and release notes md with paths
updated release date and number
small content update for upgrade considerations
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (84.65%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## release-17.5.2 #432 +/- ##
==================================================
- Coverage 84.66% 84.65% -0.01%
==================================================
Files 21 21
Lines 2589 2588 -1
Branches 402 401 -1
==================================================
- Hits 2192 2191 -1
Misses 316 316
Partials 81 81
🚀 New features to boost your workflow:
|
version variable was funky, messing with mkdocs serve, so I fixed it
changed the title of the pdf to: Percona Transparent Database Encryption for PostgreSQL
updated the ToC names to make them in line with style guide
small fix to versions, instead of RC2 I mentioned all previous versions
|
||
## Upgrade considerations | ||
|
||
`pg_tde` 1.0 is not backward compatible with previous `pg_tde` versions (like Release Candidate 2) due to significant changes in code. This means you cannot directly upgrade from one version to another. You must [uninstall](../how-to/uninstall.md) `pg_tde` first and then [install](../install.md) and configure the new 1.0 version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uninstall is not enough, use a clean installation
Added initial files and modifications to include 1.0 release notes to the TOC and variables. Updates: