10000 Create Release Notes for 1.0 by Andriciuc · Pull Request #432 · percona/postgres · GitHub
[go: up one dir, main page]

Skip to content

Create 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

Merged
merged 29 commits into from
Jun 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4e348a0
added release notes v1.0
Andriciuc Jun 13, 2025
b3d2982
Update variables.yml
Andriciuc Jun 13, 2025
ce89527
Update release-notes-v1.0.md
Andriciuc Jun 16, 2025
13a8311
small fixes to variables
Andriciuc Jun 16, 2025
2caf5c7
Merge branch 'TDE_REL_17_STABLE' into pg-tde-release-notes-1.0
Andriciuc Jun 16, 2025
cc95301
Update release-notes.md
Andriciuc Jun 16, 2025
2e1335e
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 16, 2025
5088789
Update mkdocs.yml
Andriciuc Jun 16, 2025
676a1e3
Update release-notes-v1.0.md
Andriciuc Jun 16, 2025
82f0868
small fixes
Andriciuc Jun 16, 2025
867043c
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 18, 2025
ac292e3
Merge branch 'pg-tde-release-notes-1.0' of https://github.com/percona…
Andriciuc Jun 18, 2025
6e8879f
updated rn and variables
Andriciuc Jun 18, 2025
db7eaae
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 25, 2025
8b442d0
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 26, 2025
0686a69
Update release-notes-v1.0.md
Andriciuc Jun 26, 2025
8112716
new tickets and highlights
Andriciuc Jun 27, 2025
15dd4f1
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 27, 2025
f0e0253
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 27, 2025
00505e2
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 27, 2025
b558f5e
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 27, 2025
2a634e2
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 30, 2025
5228cd6
Update release-notes-v1.0.md
Andriciuc Jun 30, 2025
67c00d5
Update release-notes-v1.0.md
Andriciuc Jun 30, 2025
628a61c
Update release-notes-v1.0.md
Andriciuc Jun 30, 2025
4c71095
Update release-notes-v1.0.md
Andriciuc Jun 30, 2025
a93c995
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 30, 2025
d46f8c5
Merge branch 'release-17.5.2' into pg-tde-release-notes-1.0
Andriciuc Jun 30, 2025
f68b468
Update release-notes-v1.0.md
Andriciuc Jun 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update release-notes-v1.0.md
small content update for upgrade considerations
  • Loading branch information
Andriciuc committed Jun 16, 2025
commit ce895270e4aaaca1618836582601c3aad440d998
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This release provides the following features and improvements:

## Upgrade considerations

`pg_tde` Release Candidate 2 is not backward compatible with `pg_tde` Beta2 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` Beta2 first and then [install](../install.md) and configure the new Release Candidate version.
`pg_tde` 1.0 is not backward compatible with `pg_tde` 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` Release Candidate 2 first and then [install](../install.md) and configure the new 1.0 version.

## Known issues

Expand Down
0