Skip to content

chore(deps): update module github.com/flanksource/postgres to v1#49

Merged
adityathebe merged 1 commit into
mainfrom
renovate-flanksource/github.com-flanksource-postgres-1.x
Jul 22, 2026
Merged

chore(deps): update module github.com/flanksource/postgres to v1#49
adityathebe merged 1 commit into
mainfrom
renovate-flanksource/github.com-flanksource-postgres-1.x

Conversation

@flanksource-ci-runner

@flanksource-ci-runner flanksource-ci-runner Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/flanksource/postgres require major v0.1.0v1.0.20

Release Notes

flanksource/postgres (github.com/flanksource/postgres)

v1.0.20: PostgreSQL Upgrade Images 1.0.20

Compare Source

PostgreSQL Upgrade Images Release 1.0.20

Available Images

PostgreSQL 16 (Current: 16.14)
  • ghcr.io/flanksource/postgres:16 - Latest PostgreSQL 16 major version
  • ghcr.io/flanksource/postgres:16.14 - Specific minor version
  • ghcr.io/flanksource/postgres:16.14-d9ba9e9 - Version with commit SHA
PostgreSQL 17 (Current: 17.10)
  • ghcr.io/flanksource/postgres:17 - Latest PostgreSQL 17 major version
  • ghcr.io/flanksource/postgres:17.10 - Specific minor version
  • ghcr.io/flanksource/postgres:17.10-d9ba9e9 - Version with commit SHA

Usage

Basic Upgrade
docker run --rm \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  ghcr.io/flanksource/postgres:17
Upgrade and Start PostgreSQL
docker run -d \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  -e START_POSTGRES=true \
  -p 5432:5432 \
  ghcr.io/flanksource/postgres:17

Supported Upgrade Paths

  • PostgreSQL 14 → 15, 16, 17
  • PostgreSQL 15 → 16, 17
  • PostgreSQL 16 → 17

Sequential upgrades are performed automatically (e.g., 14→15→16→17).

Environment Variables

  • PG_VERSION: Target PostgreSQL version (16 or 17)
  • START_POSTGRES: Start PostgreSQL after upgrade (default: false)
  • AUTO_UPGRADE: Enable auto-upgrade (default: true)
  • RESET_PASSWORD: Reset password on startup (default: false)
  • POSTGRES_PASSWORD: Password for reset (required if RESET_PASSWORD=true)

Architecture Support

All images support both linux/amd64 and linux/arm64 architectures (built natively on respective runners).

Build Information

  • AMD64 builds: Native build on ubuntu-latest
  • ARM64 builds: Native build on ubuntu-24.04-arm
  • Manifests: Merged using Docker Buildx imagetools

postgres-cli

Download the CLI binary for your platform:

Checksums are automatically generated by GitHub for all release assets.

What's Changed

New Contributors

Full Changelog: v1.0.11...v1.0.20

v1.0.19: PostgreSQL Upgrade Images 1.0.19

Compare Source

PostgreSQL Upgrade Images Release 1.0.19

Available Images

PostgreSQL 16 (Current: 16.14)
  • ghcr.io/flanksource/postgres:16 - Latest PostgreSQL 16 major version
  • ghcr.io/flanksource/postgres:16.14 - Specific minor version
  • ghcr.io/flanksource/postgres:16.14-1e2a7a0 - Version with commit SHA
PostgreSQL 17 (Current: 17.10)
  • ghcr.io/flanksource/postgres:17 - Latest PostgreSQL 17 major version
  • ghcr.io/flanksource/postgres:17.10 - Specific minor version
  • ghcr.io/flanksource/postgres:17.10-1e2a7a0 - Version with commit SHA

Usage

Basic Upgrade
docker run --rm \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  ghcr.io/flanksource/postgres:17
Upgrade and Start PostgreSQL
docker run -d \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  -e START_POSTGRES=true \
  -p 5432:5432 \
  ghcr.io/flanksource/postgres:17

Supported Upgrade Paths

  • PostgreSQL 14 → 15, 16, 17
  • PostgreSQL 15 → 16, 17
  • PostgreSQL 16 → 17

Sequential upgrades are performed automatically (e.g., 14→15→16→17).

Environment Variables

  • PG_VERSION: Target PostgreSQL version (16 or 17)
  • START_POSTGRES: Start PostgreSQL after upgrade (default: false)
  • AUTO_UPGRADE: Enable auto-upgrade (default: true)
  • RESET_PASSWORD: Reset password on startup (default: false)
  • POSTGRES_PASSWORD: Password for reset (required if RESET_PASSWORD=true)

Architecture Support

All images support both linux/amd64 and linux/arm64 architectures (built natively on respective runners).

Build Information

  • AMD64 builds: Native build on ubuntu-latest
  • ARM64 builds: Native build on ubuntu-24.04-arm
  • Manifests: Merged using Docker Buildx imagetools

postgres-cli

Download the CLI binary for your platform:

Checksums are automatically generated by GitHub for all release assets.

What's Changed

Full Changelog: v1.0.11...v1.0.19

v1.0.18: PostgreSQL Upgrade Images 1.0.18

Compare Source

PostgreSQL Upgrade Images Release 1.0.18

Available Images

PostgreSQL 16 (Current: 16.14)
  • ghcr.io/flanksource/postgres:16 - Latest PostgreSQL 16 major version
  • ghcr.io/flanksource/postgres:16.14 - Specific minor version
  • ghcr.io/flanksource/postgres:16.14-e2c7c54 - Version with commit SHA
PostgreSQL 17 (Current: 17.10)
  • ghcr.io/flanksource/postgres:17 - Latest PostgreSQL 17 major version
  • ghcr.io/flanksource/postgres:17.10 - Specific minor version
  • ghcr.io/flanksource/postgres:17.10-e2c7c54 - Version with commit SHA

Usage

Basic Upgrade
docker run --rm \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  ghcr.io/flanksource/postgres:17
Upgrade and Start PostgreSQL
docker run -d \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  -e START_POSTGRES=true \
  -p 5432:5432 \
  ghcr.io/flanksource/postgres:17

Supported Upgrade Paths

  • PostgreSQL 14 → 15, 16, 17
  • PostgreSQL 15 → 16, 17
  • PostgreSQL 16 → 17

Sequential upgrades are performed automatically (e.g., 14→15→16→17).

Environment Variables

  • PG_VERSION: Target PostgreSQL version (16 or 17)
  • START_POSTGRES: Start PostgreSQL after upgrade (default: false)
  • AUTO_UPGRADE: Enable auto-upgrade (default: true)
  • RESET_PASSWORD: Reset password on startup (default: false)
  • POSTGRES_PASSWORD: Password for reset (required if RESET_PASSWORD=true)

Architecture Support

All images support both linux/amd64 and linux/arm64 architectures (built natively on respective runners).

Build Information

  • AMD64 builds: Native build on ubuntu-latest
  • ARM64 builds: Native build on ubuntu-24.04-arm
  • Manifests: Merged using Docker Buildx imagetools

postgres-cli

Download the CLI binary for your platform:

Checksums are automatically generated by GitHub for all release assets.

What's Changed

Full Changelog: v1.0.11...v1.0.18

v1.0.17: PostgreSQL Upgrade Images 1.0.17

Compare Source

PostgreSQL Upgrade Images Release 1.0.17

Available Images

PostgreSQL 16 (Current: 16.14)
  • ghcr.io/flanksource/postgres:16 - Latest PostgreSQL 16 major version
  • ghcr.io/flanksource/postgres:16.14 - Specific minor version
  • ghcr.io/flanksource/postgres:16.14-004d012 - Version with commit SHA
PostgreSQL 17 (Current: 17.10)
  • ghcr.io/flanksource/postgres:17 - Latest PostgreSQL 17 major version
  • ghcr.io/flanksource/postgres:17.10 - Specific minor version
  • ghcr.io/flanksource/postgres:17.10-004d012 - Version with commit SHA

Usage

Basic Upgrade
docker run --rm \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  ghcr.io/flanksource/postgres:17
Upgrade and Start PostgreSQL
docker run -d \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  -e START_POSTGRES=true \
  -p 5432:5432 \
  ghcr.io/flanksource/postgres:17

Supported Upgrade Paths

  • PostgreSQL 14 → 15, 16, 17
  • PostgreSQL 15 → 16, 17
  • PostgreSQL 16 → 17

Sequential upgrades are performed automatically (e.g., 14→15→16→17).

Environment Variables

  • PG_VERSION: Target PostgreSQL version (16 or 17)
  • START_POSTGRES: Start PostgreSQL after upgrade (default: false)
  • AUTO_UPGRADE: Enable auto-upgrade (default: true)
  • RESET_PASSWORD: Reset password on startup (default: false)
  • POSTGRES_PASSWORD: Password for reset (required if RESET_PASSWORD=true)

Architecture Support

All images support both linux/amd64 and linux/arm64 architectures (built natively on respective runners).

Build Information

  • AMD64 builds: Native build on ubuntu-latest
  • ARM64 builds: Native build on ubuntu-24.04-arm
  • Manifests: Merged using Docker Buildx imagetools

postgres-cli

Download the CLI binary for your platform:

Checksums are automatically generated by GitHub for all release assets.

What's Changed

Full Changelog: v1.0.11...v1.0.17

v1.0.16: PostgreSQL Upgrade Images 1.0.16

Compare Source

PostgreSQL Upgrade Images Release 1.0.16

Available Images

PostgreSQL 16 (Current: 16.14)
  • ghcr.io/flanksource/postgres:16 - Latest PostgreSQL 16 major version
  • ghcr.io/flanksource/postgres:16.14 - Specific minor version
  • ghcr.io/flanksource/postgres:16.14-b00179c - Version with commit SHA
PostgreSQL 17 (Current: 17.10)
  • ghcr.io/flanksource/postgres:17 - Latest PostgreSQL 17 major version
  • ghcr.io/flanksource/postgres:17.10 - Specific minor version
  • ghcr.io/flanksource/postgres:17.10-b00179c - Version with commit SHA

Usage

Basic Upgrade
docker run --rm \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  ghcr.io/flanksource/postgres:17
Upgrade and Start PostgreSQL
docker run -d \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  -e START_POSTGRES=true \
  -p 5432:5432 \
  ghcr.io/flanksource/postgres:17

Supported Upgrade Paths

  • PostgreSQL 14 → 15, 16, 17
  • PostgreSQL 15 → 16, 17
  • PostgreSQL 16 → 17

Sequential upgrades are performed automatically (e.g., 14→15→16→17).

Environment Variables

  • PG_VERSION: Target PostgreSQL version (16 or 17)
  • START_POSTGRES: Start PostgreSQL after upgrade (default: false)
  • AUTO_UPGRADE: Enable auto-upgrade (default: true)
  • RESET_PASSWORD: Reset password on startup (default: false)
  • POSTGRES_PASSWORD: Password for reset (required if RESET_PASSWORD=true)

Architecture Support

All images support both linux/amd64 and linux/arm64 architectures (built natively on respective runners).

Build Information

  • AMD64 builds: Native build on ubuntu-latest
  • ARM64 builds: Native build on ubuntu-24.04-arm
  • Manifests: Merged using Docker Buildx imagetools

postgres-cli

Download the CLI binary for your platform:

Checksums are automatically generated by GitHub for all release assets.

What's Changed

Full Changelog: v1.0.11...v1.0.16

v1.0.15: PostgreSQL Upgrade Images 1.0.15

Compare Source

PostgreSQL Upgrade Images Release 1.0.15

Available Images

PostgreSQL 16 (Current: 16.14)
  • ghcr.io/flanksource/postgres:16 - Latest PostgreSQL 16 major version
  • ghcr.io/flanksource/postgres:16.14 - Specific minor version
  • ghcr.io/flanksource/postgres:16.14-a96febc - Version with commit SHA
PostgreSQL 17 (Current: 17.10)
  • ghcr.io/flanksource/postgres:17 - Latest PostgreSQL 17 major version
  • ghcr.io/flanksource/postgres:17.10 - Specific minor version
  • ghcr.io/flanksource/postgres:17.10-a96febc - Version with commit SHA

Usage

Basic Upgrade
docker run --rm \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  ghcr.io/flanksource/postgres:17
Upgrade and Start PostgreSQL
docker run -d \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  -e START_POSTGRES=true \
  -p 5432:5432 \
  ghcr.io/flanksource/postgres:17

Supported Upgrade Paths

  • PostgreSQL 14 → 15, 16, 17
  • PostgreSQL 15 → 16, 17
  • PostgreSQL 16 → 17

Sequential upgrades are performed automatically (e.g., 14→15→16→17).

Environment Variables

  • PG_VERSION: Target PostgreSQL version (16 or 17)
  • START_POSTGRES: Start PostgreSQL after upgrade (default: false)
  • AUTO_UPGRADE: Enable auto-upgrade (default: true)
  • RESET_PASSWORD: Reset password on startup (default: false)
  • POSTGRES_PASSWORD: Password for reset (required if RESET_PASSWORD=true)

Architecture Support

All images support both linux/amd64 and linux/arm64 architectures (built natively on respective runners).

Build Information

  • AMD64 builds: Native build on ubuntu-latest
  • ARM64 builds: Native build on ubuntu-24.04-arm
  • Manifests: Merged using Docker Buildx imagetools

postgres-cli

Download the CLI binary for your platform:

Checksums are automatically generated by GitHub for all release assets.

What's Changed

Full Changelog: v1.0.11...v1.0.15

v1.0.14: PostgreSQL Upgrade Images 1.0.14

Compare Source

PostgreSQL Upgrade Images Release 1.0.14

Available Images

PostgreSQL 16 (Current: 16.10)
  • ghcr.io/flanksource/postgres:16 - Latest PostgreSQL 16 major version
  • ghcr.io/flanksource/postgres:16.10 - Specific minor version
  • ghcr.io/flanksource/postgres:16.10-8321155 - Version with commit SHA
PostgreSQL 17 (Current: 17.6)
  • ghcr.io/flanksource/postgres:17 - Latest PostgreSQL 17 major version
  • ghcr.io/flanksource/postgres:17.6 - Specific minor version
  • ghcr.io/flanksource/postgres:17.6-8321155 - Version with commit SHA

Usage

Basic Upgrade
docker run --rm \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  ghcr.io/flanksource/postgres:17
Upgrade and Start PostgreSQL
docker run -d \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  -e START_POSTGRES=true \
  -p 5432:5432 \
  ghcr.io/flanksource/postgres:17

Supported Upgrade Paths

  • PostgreSQL 14 → 15, 16, 17
  • PostgreSQL 15 → 16, 17
  • PostgreSQL 16 → 17

Sequential upgrades are performed automatically (e.g., 14→15→16→17).

Environment Variables

  • PG_VERSION: Target PostgreSQL version (16 or 17)
  • START_POSTGRES: Start PostgreSQL after upgrade (default: false)
  • AUTO_UPGRADE: Enable auto-upgrade (default: true)
  • RESET_PASSWORD: Reset password on startup (default: false)
  • POSTGRES_PASSWORD: Password for reset (required if RESET_PASSWORD=true)

Architecture Support

All images support both linux/amd64 and linux/arm64 architectures (built natively on respective runners).

Build Information

  • AMD64 builds: Native build on ubuntu-latest
  • ARM64 builds: Native build on ubuntu-24.04-arm
  • Manifests: Merged using Docker Buildx imagetools

postgres-cli

Download the CLI binary for your platform:

Checksums are automatically generated by GitHub for all release assets.

What's Changed

Full Changelog: v1.0.11...v1.0.14

v1.0.13: PostgreSQL Upgrade Images 1.0.13

Compare Source

PostgreSQL Upgrade Images Release 1.0.13

Available Images

PostgreSQL 16 (Current: 16.10)
  • ghcr.io/flanksource/postgres:16 - Latest PostgreSQL 16 major version
  • ghcr.io/flanksource/postgres:16.10 - Specific minor version
  • ghcr.io/flanksource/postgres:16.10-497383c - Version with commit SHA
PostgreSQL 17 (Current: 17.6)
  • ghcr.io/flanksource/postgres:17 - Latest PostgreSQL 17 major version
  • ghcr.io/flanksource/postgres:17.6 - Specific minor version
  • ghcr.io/flanksource/postgres:17.6-497383c - Version with commit SHA

Usage

Basic Upgrade
docker run --rm \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  ghcr.io/flanksource/postgres:17
Upgrade and Start PostgreSQL
docker run -d \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  -e START_POSTGRES=true \
  -p 5432:5432 \
  ghcr.io/flanksource/postgres:17

Supported Upgrade Paths

  • PostgreSQL 14 → 15, 16, 17
  • PostgreSQL 15 → 16, 17
  • PostgreSQL 16 → 17

Sequential upgrades are performed automatically (e.g., 14→15→16→17).

Environment Variables

  • PG_VERSION: Target PostgreSQL version (16 or 17)
  • START_POSTGRES: Start PostgreSQL after upgrade (default: false)
  • AUTO_UPGRADE: Enable auto-upgrade (default: true)
  • RESET_PASSWORD: Reset password on startup (default: false)
  • POSTGRES_PASSWORD: Password for reset (required if RESET_PASSWORD=true)

Architecture Support

All images support both linux/amd64 and linux/arm64 architectures (built natively on respective runners).

Build Information

  • AMD64 builds: Native build on ubuntu-latest
  • ARM64 builds: Native build on ubuntu-24.04-arm
  • Manifests: Merged using Docker Buildx imagetools

postgres-cli

Download the CLI binary for your platform:

Checksums are automatically generated by GitHub for all release assets.

What's Changed

Full Changelog: v1.0.11...v1.0.13

v1.0.12: PostgreSQL Upgrade Images 1.0.12

Compare Source

PostgreSQL Upgrade Images Release 1.0.12

Available Images

PostgreSQL 16 (Current: 16.10)
  • ghcr.io/flanksource/postgres:16 - Latest PostgreSQL 16 major version
  • ghcr.io/flanksource/postgres:16.10 - Specific minor version
  • ghcr.io/flanksource/postgres:16.10-9585592 - Version with commit SHA
PostgreSQL 17 (Current: 17.6)
  • ghcr.io/flanksource/postgres:17 - Latest PostgreSQL 17 major version
  • ghcr.io/flanksource/postgres:17.6 - Specific minor version
  • ghcr.io/flanksource/postgres:17.6-9585592 - Version with commit SHA

Usage

Basic Upgrade
docker run --rm \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  ghcr.io/flanksource/postgres:17
Upgrade and Start PostgreSQL
docker run -d \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  -e START_POSTGRES=true \
  -p 5432:5432 \
  ghcr.io/flanksource/postgres:17

Supported Upgrade Paths

  • PostgreSQL 14 → 15, 16, 17
  • PostgreSQL 15 → 16, 17
  • PostgreSQL 16 → 17

Sequential upgrades are performed automatically (e.g., 14→15→16→17).

Environment Variables

  • PG_VERSION: Target PostgreSQL version (16 or 17)
  • START_POSTGRES: Start PostgreSQL after upgrade (default: false)
  • AUTO_UPGRADE: Enable auto-upgrade (default: true)
  • RESET_PASSWORD: Reset password on startup (default: false)
  • POSTGRES_PASSWORD: Password for reset (required if RESET_PASSWORD=true)

Architecture Support

All images support both linux/amd64 and linux/arm64 architectures (built natively on respective runners).

Build Information

  • AMD64 builds: Native build on ubuntu-latest
  • ARM64 builds: Native build on ubuntu-24.04-arm
  • Manifests: Merged using Docker Buildx imagetools

postgres-cli

Download the CLI binary for your platform:

Checksums are automatically generated by GitHub for all release assets.

What's Changed

Full Changelog: v1.0.11...v1.0.12

v1.0.11

Compare Source

v1.0.10

Compare Source

v1.0.9: PostgreSQL Upgrade Images 1.0.9

Compare Source

PostgreSQL Upgrade Images Release 1.0.9

Available Images

PostgreSQL 16 (Current: 16.10)
  • ghcr.io/flanksource/postgres:16 - Latest PostgreSQL 16 major version
  • ghcr.io/flanksource/postgres:16.10 - Specific minor version
  • ghcr.io/flanksource/postgres:16.10-93c4635 - Version with commit SHA
PostgreSQL 17 (Current: 17.6)
  • ghcr.io/flanksource/postgres:17 - Latest PostgreSQL 17 major version
  • ghcr.io/flanksource/postgres:17.6 - Specific minor version
  • ghcr.io/flanksource/postgres:17.6-93c4635 - Version with commit SHA

Usage

Basic Upgrade
docker run --rm \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  ghcr.io/flanksource/postgres:17
Upgrade and Start PostgreSQL
docker run -d \
  -v /path/to/pgdata:/var/lib/postgresql/data \
  -e START_POSTGRES=true \
  -p 5432:5432 \
  ghcr.io/flanksource/postgres:17

Supported Upgrade Paths

  • PostgreSQL 14 → 15, 16, 17
  • PostgreSQL 15 → 16, 17
  • PostgreSQL 16 → 17

Sequential upgrades are performed automatically (e.g., 14→15→16→17).

Environment Variables

  • PG_VERSION: Target PostgreSQL version (16 or 17)
  • START_POSTGRES: Start PostgreSQL after upgrade (default: false)
  • AUTO_UPGRADE: Enable auto-upgrade (default: true)
  • RESET_PASSWORD: Reset password on startup (default: false)
  • POSTGRES_PASSWORD: Password for reset (required if RESET_PASSWORD=true)

Architecture Support

All images support both linux/amd64 and linux/arm64 architectures (built natively on respective runners).

Build Information

  • AMD64 builds: Native build on ubuntu-latest
  • ARM64 builds: Native build on ubuntu-24.04-arm
  • Manifests: Merged using Docker Buildx imagetools

postgres-cli

Download the CLI binary for your platform:

Checksums are automatically generated by GitHub for all release assets.

Full Changelog: v1.0.8...v1.0.9

v1.0.8

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/github.com-flanksource-postgres-1.x branch from 11e2cd1 to 5a3ced7 Compare July 22, 2026 14:09
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/github.com-flanksource-postgres-1.x branch from 5a3ced7 to 4ea32c2 Compare July 22, 2026 15:07
@adityathebe
adityathebe merged commit 12616cd into main Jul 22, 2026
16 checks passed
@flanksource-ci-runner
flanksource-ci-runner Bot deleted the renovate-flanksource/github.com-flanksource-postgres-1.x branch July 22, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant