Skip to content

chore(deps): update flanksource go dependencies#53

Merged
adityathebe merged 1 commit into
mainfrom
renovate-flanksource/flanksource-go-dependencies
Jul 23, 2026
Merged

chore(deps): update flanksource go dependencies#53
adityathebe merged 1 commit into
mainfrom
renovate-flanksource/flanksource-go-dependencies

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/clicky indirect patch v1.21.42v1.21.43
github.com/flanksource/clicky require patch v1.21.42v1.21.43
github.com/flanksource/commons-db require patch v0.1.20v0.1.21
github.com/flanksource/postgres require patch v1.0.20v1.0.22

Release Notes

flanksource/clicky (github.com/flanksource/clicky)

v1.21.43

Compare Source

🔧 Maintenance
  • deps: update flanksource go dependencies (ed8e864)
  • release: pin sub-modules to v1.21.42 [skip ci] (c159a32)
flanksource/commons-db (github.com/flanksource/commons-db)

v0.1.21

Compare Source

What's Changed

Full Changelog: flanksource/commons-db@v0.1.20...v0.1.21

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

v1.0.22: PostgreSQL Upgrade Images 1.0.22

Compare Source

PostgreSQL Upgrade Images Release 1.0.22

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-12616cd - 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-12616cd - 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.22

v1.0.21: PostgreSQL Upgrade Images 1.0.21

Compare Source

PostgreSQL Upgrade Images Release 1.0.21

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-58bbde0 - 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-58bbde0 - 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.21


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/flanksource-go-dependencies branch from b130541 to c3c910e Compare July 22, 2026 20:47
@adityathebe
adityathebe merged commit 3b076e0 into main Jul 23, 2026
16 checks passed
@flanksource-ci-runner
flanksource-ci-runner Bot deleted the renovate-flanksource/flanksource-go-dependencies branch July 23, 2026 05:34
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