Skip to content

Commit 100e545

Browse files
committed
Update website for v0.109-0 release
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 55972fa commit 100e545

File tree

2 files changed

+27
-32
lines changed

2 files changed

+27
-32
lines changed

PACKAGE-INSTALL.md

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Fast and simple installation of DocumentDB extension for PostgreSQL.
44

5-
**Supported PostgreSQL Versions:** 15, 16, 17
5+
**Supported PostgreSQL Versions:** 16, 17, 18
66

77
## Install Commands
88

@@ -52,7 +52,7 @@ You can install either the latest version or pin to a specific DocumentDB versio
5252
sudo apt install postgresql-16-documentdb
5353

5454
# Pin to specific version (won't auto-update)
55-
sudo apt install postgresql-16-documentdb=0.107-0
55+
sudo apt install postgresql-16-documentdb=0.109-0
5656

5757
# List all available versions
5858
apt-cache madison postgresql-16-documentdb
@@ -64,7 +64,7 @@ apt-cache madison postgresql-16-documentdb
6464
sudo dnf install postgresql16-documentdb
6565

6666
# Pin to specific version (won't auto-update)
67-
sudo dnf install postgresql16-documentdb-0.107.0-1.el9
67+
sudo dnf install postgresql16-documentdb-0.109.0-1.el9
6868

6969
# List all available versions
7070
dnf --showduplicates list postgresql16-documentdb
@@ -249,24 +249,18 @@ https://documentdb.github.io/
249249
```
250250
https://documentdb.io/
251251
└── packages/ # All packages (direct download)
252-
# DEB packages (version 0.107-0)
253-
├── postgresql-15-documentdb_0.107-0_amd64.deb
254-
├── postgresql-15-documentdb_0.107-0_arm64.deb
255-
├── postgresql-15-documentdb-dbgsym_0.107-0_amd64.deb
256-
├── postgresql-15-documentdb-dbgsym_0.107-0_arm64.deb
257-
├── postgresql-16-documentdb_0.107-0_amd64.deb
258-
├── postgresql-16-documentdb_0.107-0_arm64.deb
259-
├── postgresql-16-documentdb-dbgsym_0.107-0_amd64.deb
260-
├── postgresql-16-documentdb-dbgsym_0.107-0_arm64.deb
261-
├── postgresql-17-documentdb_0.107-0_amd64.deb
262-
├── postgresql-17-documentdb_0.107-0_arm64.deb
263-
├── postgresql-17-documentdb-dbgsym_0.107-0_amd64.deb
264-
├── postgresql-17-documentdb-dbgsym_0.107-0_arm64.deb
265-
# RPM packages (version 0.107.0-1) - x86_64 only
266-
├── postgresql16-documentdb-0.107.0-1.el8.x86_64.rpm
267-
├── postgresql16-documentdb-0.107.0-1.el9.x86_64.rpm
268-
├── postgresql17-documentdb-0.107.0-1.el8.x86_64.rpm
269-
└── postgresql17-documentdb-0.107.0-1.el9.x86_64.rpm
252+
# Example DEB packages (version 0.109-0)
253+
├── deb11-postgresql-16-documentdb_0.109-0_amd64.deb
254+
├── deb11-postgresql-16-documentdb_0.109-0_arm64.deb
255+
├── deb12-postgresql-17-documentdb_0.109-0_amd64.deb
256+
├── deb12-postgresql-17-documentdb_0.109-0_arm64.deb
257+
├── ubuntu22.04-postgresql-18-documentdb_0.109-0_amd64.deb
258+
├── ubuntu24.04-postgresql-18-documentdb_0.109-0_arm64.deb
259+
# Example RPM packages (version 0.109.0-1) - x86_64 and aarch64
260+
├── rhel8-postgresql16-documentdb-0.109.0-1.el8.x86_64.rpm
261+
├── rhel8-postgresql16-documentdb-0.109.0-1.el8.aarch64.rpm
262+
├── rhel9-postgresql18-documentdb-0.109.0-1.el9.x86_64.rpm
263+
└── rhel9-postgresql18-documentdb-0.109.0-1.el9.aarch64.rpm
270264
```
271265

272266
## Direct Downloads
@@ -278,15 +272,15 @@ https://documentdb.io/
278272
## Package Naming Convention
279273

280274
### DEB Packages
281-
- Format: `postgresql-{PG_VERSION}-documentdb_{DOCUMENTDB_VERSION}_arch.deb`
282-
- Example: `postgresql-16-documentdb_0.107-0_amd64.deb`
283-
- Debug symbols: `postgresql-{PG_VERSION}-documentdb-dbgsym_{DOCUMENTDB_VERSION}_arch.deb`
275+
- Format: `{distribution}-postgresql-{PG_VERSION}-documentdb_{DOCUMENTDB_VERSION}_arch.deb`
276+
- Example: `ubuntu22.04-postgresql-16-documentdb_0.109-0_amd64.deb`
277+
- Debug symbols: `{distribution}-postgresql-{PG_VERSION}-documentdb-dbgsym_{DOCUMENTDB_VERSION}_arch.deb`
284278

285279
### RPM Packages
286-
- Format: `postgresql{PG_VERSION}-documentdb-{DOCUMENTDB_VERSION}.el{RHEL_VERSION}.arch.rpm`
287-
- Example: `postgresql16-documentdb-0.107.0-1.el9.x86_64.rpm`
280+
- Format: `rhel{RHEL_VERSION}-postgresql{PG_VERSION}-documentdb-{DOCUMENTDB_VERSION}-1.el{RHEL_VERSION}.arch.rpm`
281+
- Example: `rhel9-postgresql16-documentdb-0.109.0-1.el9.x86_64.rpm`
288282

289283
## Release Information
290284

291285
The repository includes a `release-info.json` file with metadata about available packages:
292-
- https://documentdb.io/packages/release-info.json
286+
- https://documentdb.io/packages/release-info.json

app/packages/page.tsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ export default function PackagesPage() {
156156
<div className="bg-neutral-900 rounded p-3 mt-3">
157157
<code className="text-xs text-green-400">
158158
# Example: Direct .deb installation<br/>
159-
wget https://documentdb.io/packages/ubuntu22.04-postgresql-16-documentdb_0.107-0_amd64.deb<br/>
160-
sudo dpkg -i ubuntu22.04-postgresql-16-documentdb_0.107-0_amd64.deb<br/>
159+
wget https://documentdb.io/packages/ubuntu22.04-postgresql-16-documentdb_0.109-0_amd64.deb<br/>
160+
sudo dpkg -i ubuntu22.04-postgresql-16-documentdb_0.109-0_amd64.deb<br/>
161161
<br/>
162162
# Example: Direct .rpm installation<br/>
163-
wget https://documentdb.io/packages/rhel8-postgresql16-documentdb-0.107.0-1.el8.x86_64.rpm<br/>
164-
sudo rpm -i rhel8-postgresql16-documentdb-0.107.0-1.el8.x86_64.rpm
163+
wget https://documentdb.io/packages/rhel8-postgresql16-documentdb-0.109.0-1.el8.x86_64.rpm<br/>
164+
sudo rpm -i rhel8-postgresql16-documentdb-0.109.0-1.el8.x86_64.rpm
165165
</code>
166166
</div>
167167
</div>
@@ -183,9 +183,9 @@ export default function PackagesPage() {
183183
Debian 11/12, Ubuntu 22.04/24.04
184184
</div>
185185
<ul className="space-y-2 text-gray-300 text-sm">
186-
<li>• postgresql-15-documentdb</li>
187186
<li>• postgresql-16-documentdb</li>
188187
<li>• postgresql-17-documentdb</li>
188+
<li>• postgresql-18-documentdb</li>
189189
</ul>
190190
</div>
191191

@@ -202,6 +202,7 @@ export default function PackagesPage() {
202202
<ul className="space-y-2 text-gray-300 text-sm">
203203
<li>• postgresql16-documentdb</li>
204204
<li>• postgresql17-documentdb</li>
205+
<li>• postgresql18-documentdb</li>
205206
</ul>
206207
</div>
207208
</div>

0 commit comments

Comments
 (0)