Skip to content

chore(deps): update flanksource go dependencies - #56

Open
flanksource-ci-runner[bot] wants to merge 1 commit into
mainfrom
renovate-flanksource/flanksource-go-dependencies
Open

chore(deps): update flanksource go dependencies#56
flanksource-ci-runner[bot] wants to merge 1 commit into
mainfrom
renovate-flanksource/flanksource-go-dependencies

Conversation

@flanksource-ci-runner

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

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/flanksource/clicky indirect patch v1.21.48v1.21.54
github.com/flanksource/clicky require patch v1.21.48v1.21.54
github.com/flanksource/commons require minor v1.53.1v1.55.0
github.com/flanksource/commons-db require patch v0.1.22v0.1.27
github.com/flanksource/deps indirect patch v1.0.36v1.0.38
github.com/flanksource/deps require patch v1.0.36v1.0.38
github.com/flanksource/gomplate/v3 indirect patch v3.24.84v3.24.86
github.com/flanksource/postgres require patch v1.0.24v1.0.25

Release Notes

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

v1.21.54

Compare Source

⚠ BREAKING CHANGES
  • DynamicFilter.Options and Selected now return errors; update implementations and callers accordingly.
  • entity: schema-declared filters now use their bound filter key for requests instead of the property name.

Claude-Session-Id: 131441b-c773-478c-87f4-5f7174a16d4d

✨ Features
  • Expand RPC schemas and task runtime controls (49957ea)
  • api: Add ANSI text rendering and schema-driven column formatting (7c8a87a)
  • entity: support filters without schema properties (de65632)
👷 CI/CD
  • ci: provide GitHub token to Gavel workflows (052b907)
🔧 Maintenance
  • release: pin sub-modules to v1.21.53 [skip ci] (f469e91)

v1.21.53

Compare Source

⚠ BREAKING CHANGES
  • DynamicFilter.Options and Selected now return errors; update implementations and callers accordingly.
  • entity: schema-declared filters now use their bound filter key for requests instead of the property name.

Claude-Session-Id: 131441b-c773-478c-87f4-5f7174a16d4d

✨ Features
  • Expand RPC schemas and task runtime controls (49957ea)
  • api: Add ANSI text rendering and schema-driven column formatting (7c8a87a)
  • entity: support filters without schema properties (de65632)
👷 CI/CD
  • ci: provide GitHub token to Gavel workflows (052b907)
🔧 Maintenance
  • release: pin sub-modules to v1.21.53 [skip ci] (f469e91)

v1.21.52

Compare Source

⚠ BREAKING CHANGES
  • api: Change AddTiming to accept TimingMetric instead of separate name and duration arguments

  • build(examples): Update Clicky dependency to v1.21.52

✨ Features
🔧 Maintenance
  • release: pin sub-modules to v1.21.52 [skip ci] (43a37b8)

v1.21.51

Compare Source

✨ Features
  • api: Support contextual entity actions and structured error responses (6fb040f)
🔧 Maintenance
  • deps: Update entity example to clicky v1.21.51 (9aede06)
  • deps: update Go module dependencies (f78abda)
  • release: pin sub-modules to v1.21.51 [skip ci] (b4553fe)

v1.21.50

Compare Source

📦 Build System
  • deps: bump the go_modules group across 2 directories with 1 update (34a8e24)
🔧 Maintenance
  • release: pin sub-modules to v1.21.50 [skip ci] (6773025)

v1.21.49

Compare Source

🔧 Maintenance
  • deps: update flanksource go dependencies (8bc3adc)
  • release: pin sub-modules to v1.21.49 [skip ci] (394ddf5)
flanksource/commons (github.com/flanksource/commons)

v1.55.0

Compare Source

Features
  • har: add property-driven HAR capture levels and sensitive mode (fd1293b)
  • help: add shared runtime configuration help (a09cb96)

v1.54.1

Compare Source

Bug Fixes

v1.54.0

Compare Source

Bug Fixes
  • deps: update Excelize to v2.11.0 (bda2a73)
  • http: redact credentials in request logs (CodeQL clear-text logging) (#​328) (2bd9574)
  • lint,test: use reflect.Pointer and remove TLS test races (516bc6d)
  • security: mark HTTP trace redaction helpers as CodeQL barriers (#​329) (6105b11)
  • security: remediate high severity insights (a599996)
Features
  • add configurable redaction of custom body keys and query parameters (51910b8)
flanksource/commons-db (github.com/flanksource/commons-db)

v0.1.27

Compare Source

What's Changed

Full Changelog: flanksource/commons-db@v0.1.26...v0.1.27

v0.1.26

Compare Source

What's Changed

Full Changelog: flanksource/commons-db@v0.1.25...v0.1.26

v0.1.25

Compare Source

What's Changed

Full Changelog: flanksource/commons-db@v0.1.24...v0.1.25

v0.1.24

Compare Source

What's Changed

  • build(deps): bump the go_modules group across 1 directory with 1 update by @​dependabot[bot] in #​42

New Contributors

Full Changelog: flanksource/commons-db@v0.1.23...v0.1.24

v0.1.23

Compare Source

What's Changed

Full Changelog: flanksource/commons-db@v0.1.22...v0.1.23

flanksource/deps (github.com/flanksource/deps)

v1.0.38

Compare Source

v1.0.37

Compare Source

Bug Fixes
  • ci: provide token to release workflow (04f939a)
  • ci: use Flankbot for releases (7568f2b)
  • ci: use job-scoped token for releases (847ffa8)
  • config: correct SOPS checksum filename (70bb083)
  • deps: update excelize to patched release (ff2ab84)
  • deps: update x/crypto to patched release (e7d61ec)
  • Go 1.26.5 regressed os.Root.MkdirAll for paths ending in a slash (#​56) (bf9a963)
  • start: issues found testing all 16 services across runtimes (a5df534)
Features
  • add service parameter validation and resolution (bc8b6c0)
  • Add service state persistence and reconciliation (000e813)
  • cli: Add service parameters and styled CLI output (0c51a77)
  • config: add service parameters and helm volume/resource configuration (a3f969e)
  • docker: Add config tracking and automatic reconciliation for docker containers (0db1287)
  • start: add service registry metadata and start submodule scaffold (fcbef4b)
  • start: CI, release artifacts and docs for deps-start (9a8cf0a)
  • start: configurable bind address; k3s, kind, kube-apiserver, trivy, activemq, artemis services (11bdbe6)
  • start: detached mode and stop/status/list/logs commands (bc70112)
  • start: docker runtime via docker SDK (7e81db6)
  • start: dynamic per-service subcommands (06155b9)
  • start: helm runtime with secret-lookup connections (1333fdf)
  • start: implement binary runtime with supervised process and readiness probes (d4cdb52)
  • start: name@​version syntax; docker runtime on docker/go-sdk; fix docker logs (63945f5)
  • start: resource metrics (ports/cpu/memory) in list and status (7efe99a)
  • start: restart command via SupervisedProcess / docker restart (b42ad2d)
BREAKING CHANGES
  • cli: service output format default changed from yaml to json
flanksource/gomplate (github.com/flanksource/gomplate/v3)

v3.24.86

Compare Source

Bug Fixes

v3.24.85

Compare Source

Bug Fixes
  • bump actions/upload-artifact to v4 in scorecard workflow (#​168) (a707d59)
  • ci: replace disabled semantic release action (f8d783c)
  • conv: correct bounds check in ToInt to prevent unsafe integer conversion (#​166) (808f419)
  • resolve high-severity CodeQL findings (#​165) (62d3b94), closes hi#severity
  • resolve remaining CodeQL code-scanning alerts (#​167) (83d82e2)
  • upgrade Scorecard action for Sigstore compatibility (#​169) (5d0587e)
Features
  • cel: add opt-in native evaluation tracking (a4a7fc6)
flanksource/postgres (github.com/flanksource/postgres)

v1.0.25: PostgreSQL Upgrade Images 1.0.25

Compare Source

PostgreSQL Upgrade Images Release 1.0.25

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-477d266 - 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-477d266 - 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.25


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 c1b263e to d6026bb Compare July 27, 2026 15:25
@flanksource-ci-runner

flanksource-ci-runner Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/golang-jwt/jwt/v5 v5.3.0 -> v5.3.1
github.com/yuin/goldmark v1.7.16 -> v1.7.17
go.opentelemetry.io/otel v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/metric v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/sdk v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.43.0 -> v1.44.0
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 -> v0.0.0-20260410095643-746e56fc9e2f
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 -> v0.0.0-20260526163538-3dc84a4a5aaa
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 -> v0.0.0-20260622175928-b703f567277d
File name: test/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/grpc v1.81.1 -> v1.82.1

@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 9 times, most recently from e4bb194 to 49b32f5 Compare August 3, 2026 15:33
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 4 times, most recently from 2b12679 to ef24a2a Compare August 7, 2026 06:48
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from ef24a2a to 619af60 Compare August 7, 2026 19:44
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.

0 participants