From f07226e94c2d7f759d1a35e529cd6d7d1796091f Mon Sep 17 00:00:00 2001 From: Guanzhou Song Date: Mon, 22 Jun 2026 19:18:46 -0400 Subject: [PATCH] Update version references for v0.113-0 release Bump the APT/RPM install examples to 0.113 (PACKAGE-INSTALL.md and the currentAptVersionExample / currentRpmVersionExample constants on the packages page). Merging to main triggers the continuous-deployment workflow, which republishes the APT/RPM package repositories from the latest documentdb release (now v0.113-0). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Guanzhou Song --- PACKAGE-INSTALL.md | 6 +++--- app/packages/page.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PACKAGE-INSTALL.md b/PACKAGE-INSTALL.md index 9b1e6c4..28fd396 100644 --- a/PACKAGE-INSTALL.md +++ b/PACKAGE-INSTALL.md @@ -252,9 +252,9 @@ GitHub Releases contains `.deb` and `.rpm` extension assets for every published Examples: ```text -ubuntu22.04-postgresql-18-documentdb_0.112-0_amd64.deb -deb13-postgresql-18-documentdb_0.112-0_amd64.deb -rhel9-postgresql18-documentdb-0.112.0-1.el9.x86_64.rpm +ubuntu22.04-postgresql-18-documentdb_0.113-0_amd64.deb +deb13-postgresql-18-documentdb_0.113-0_amd64.deb +rhel9-postgresql18-documentdb-0.113.0-1.el9.x86_64.rpm ``` - GitHub Releases: https://github.com/documentdb/documentdb/releases diff --git a/app/packages/page.tsx b/app/packages/page.tsx index 5c475e7..0224375 100644 --- a/app/packages/page.tsx +++ b/app/packages/page.tsx @@ -50,8 +50,8 @@ const nextGuides = [ ] as const; const allReleasesUrl = "https://github.com/documentdb/documentdb/releases"; -const currentAptVersionExample = "0.112-0"; -const currentRpmVersionExample = "0.112.0-1.el9"; +const currentAptVersionExample = "0.113-0"; +const currentRpmVersionExample = "0.113.0-1.el9"; const currentReleaseExamples = [ `ubuntu22.04-postgresql-18-documentdb_${currentAptVersionExample}_amd64.deb`, `deb13-postgresql-18-documentdb_${currentAptVersionExample}_amd64.deb`,