Skip to content

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

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

chore(deps): update flanksource go dependencies#46
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/captain require patch v0.0.19v0.0.30
github.com/flanksource/clicky require patch v1.21.48v1.21.55
github.com/flanksource/clicky require patch v1.21.47v1.21.55
github.com/flanksource/clicky/aichat require patch v1.21.47v1.21.55
github.com/flanksource/clicky/valkey require patch v1.21.47v1.21.55
github.com/flanksource/commons require minor v1.54.0v1.56.0
github.com/flanksource/commons require minor v1.53.1v1.56.0
github.com/flanksource/commons-db require patch v0.1.21v0.1.27
github.com/flanksource/deps require patch v1.0.36v1.0.39
github.com/flanksource/gomplate/v3 require patch v3.24.84v3.24.88
github.com/flanksource/gomplate/v3 indirect patch v3.24.84v3.24.88
github.com/flanksource/is-healthy require patch v1.0.88v1.0.90
github.com/flanksource/is-healthy indirect patch v1.0.88v1.0.90

Release Notes

flanksource/captain (github.com/flanksource/captain)

v0.0.30

Compare Source

Changelog

v0.0.29

Compare Source

Changelog

  • 33543e0 fix(database): keep chat activity monotonic
  • 26f8149 test(database): preserve newer chat activity
  • d48c96d test(database): preserve state version on chat touch

v0.0.28

Compare Source

Changelog

  • 8496137 ci(release): Make base image publishing manual only
  • 4439575 ci(release): Publish multi-platform agent base image
  • 0044b9b feat(container): Expand base image with agent toolchain and BuildKit secrets
  • ff7eed3 fix(ai): Enforce tool policies and pin container inputs
  • a501667 fix(ai): enforce permission policies across AI backends
  • 81d0b83 fix(aichat): Wait for suspended assistant message before resuming approval
  • 769a0bd fix(runtime): Preserve sandbox metadata and close inherited agent descriptors
  • 5a457b7 refactor(container): Remove duplicate root Dockerfile and entrypoint
  • 24b05e4 test(commit): cover commit notices in runner event streams

v0.0.27

Compare Source

v0.0.26

Compare Source

Changelog

  • 0632a92 build(webapp): Upgrade React type definitions to v19
  • 3e9de06 chore(cli): Prepare serve command for numeric parsing
  • 2036101 feat(agent): surface lifecycle hook activity in run transcripts
  • 9e18c0f feat(ai): Expose caller tools to agent runtimes through authenticated MCP
  • 96d657b feat(aichat): Add runtime availability surfaces and endpoint for model selection
  • ee13c5c feat(aichat): Add session titles and atomic execution admission
  • 9d9cb26 feat(aichat): unify session-backed chat lifecycle
  • a7e6192 feat(cli): Expose canonical prompt runtimes and explicit save-as flow
  • dcb6e99 feat(cmux): Add cmux process inspection command
  • 940d572 feat(cmux): add cmux process inspection command
  • e933860 feat(db): support database contexts and authoritative model costs
  • 1ae9b7a feat(execution): add durable authority for chat executions and caller-tool approvals
  • 2b25a60 feat(transcript): Normalize wrapped shell commands in rendered transcripts
  • ac27629 fix(agent): Record all files mutated by tool events
  • 16951de fix(ai): Normalize shell history and unify live event rendering
  • 0fbdd77 fix(ai): fix catalog capabilities and disabled selection consistency
  • aaae718 fix(ai): honor no-cache probing and support System tool mapping
  • a8eb92b fix(ai): preserve agent edits and provider identity across runtime seams
  • a1e7cdd fix(cli): hardens serve port handling and HTTP trace capture
  • 7b9ea0c fix(cli): resolve cross-source plans and render complete session trees
  • f503c48 fix(cli): resolve development ports and prompt setup context consistently
  • bbadee5 fix(db): Enforce model-call identity for tool approvals
  • 3d6a2c3 fix(db): Fix session merge migration and release lock after verification
  • 383a68e fix(session): Unify session projections and changed-file attribution
  • b55f184 test(aichat): Use fixed thread stores in service tests
  • 89204f7 test(webapp): avoid unsupported Array.at in stream hook test

v0.0.25

Compare Source

Changelog

  • e28a322 build(deps): bump Gavel to v0.0.54

v0.0.24

Compare Source

Changelog

  • beff162 Add sandbox adapter framework for CLI confinement (#​45)

v0.0.23

Compare Source

Changelog

  • ceff736 build(deps): Upgrade commons-db to v0.1.26
  • 66a78f6 ci(ci): run lint and tests through Gavel
  • 87a78bf feat(agent): Centralize setup preparation and prevent competing workspace isolators
  • 8c4f94a feat(ai): Add configurable AI selection opt-outs and runtime catalog
  • 3f552da feat(aichat): resume batched tool approvals safely
  • dc852cf feat(api): Resolve model effort and merge specs structurally
  • 4094a06 feat(session): Expose execution mode in session details
  • f1abdb5 feat: Add sandbox registry and normalize provider runtime identities
  • d47a69f fix(ai): preserve resolved run metadata and provider compatibility
  • c81df65 fix(cli): resolve development ports and prompt setup context consistently
  • ee65866 fix(db): preserve session hierarchies across duplicate ingestion
  • 5fd4d70 fix(history): Preserve Codex transcript operations and complete message content
  • f67da31 fix(monitor): distinguish stale temporary Claude projects from live directories
  • db7cb02 test(db): Share embedded PostgreSQL across integration tests

v0.0.22

Compare Source

Changelog

  • 3962fe8 feat: github.com/flanksource/sandbox-runtime with --sandbox flag
  • 773b934 refactor(ai): resolve sandbox through CLI mode
  • 5e5fb10 refactor(ai): simplify sandbox mode resolution

v0.0.21

Compare Source

Changelog

v0.0.20

Compare Source

Changelog

  • dfcc6b2 feat(agent): add lifecycle-aware commit policies
  • 2b05e0f feat(cli): add build metadata to version output
  • bae56bc feat(session): add transcript filters and optimize thread queries
  • 0c8f78f feat(sessions): Add date filters and historical mode to session lists
  • b0c4da1 fix(ai): preserve Codex context and surface Claude process output
  • 263a3fc fix(paths): Track file writes accurately across patch and shell tools
flanksource/clicky (github.com/flanksource/clicky)

v1.21.55

Compare Source

⚠ BREAKING CHANGES
  • api: unclassified HTTP failures now return a generic message instead of the underlying error text

Claude-Session-Id: 265660c-236f-494a-9095-0ba83f484b14

  • api: commands marked local-only are no longer published as HTTP routes, and affected inferred routes may use corrected HTTP methods.
⚡ Performance Improvements
  • rpc: compress eligible RPC responses (bc235ef)
✨ Features
  • api: add dynamic entity families and paged export responses (d47d7b8)
  • entity: add primary actions and bounded filter lookups (295e0ba)
  • entity: support entity hierarchy paths and omit failed action data (32618fb)
  • formatters: add complete tabular exports and compact rendered payloads (eca2ac1)
🐛 Bug Fixes
  • fix terminal rendering and process output behavior (f62be17)
  • api: Harden API, rendering, and terminal edge cases (3cd4ba5)
🔧 Maintenance
  • release: pin sub-modules to v1.21.54 [skip ci] (e983395)

v1.21.54

Compare Source

⚠ BREAKING CHANGES
  • api: unclassified HTTP failures now return a generic message instead of the underlying error text

Claude-Session-Id: 265660c-236f-494a-9095-0ba83f484b14

  • api: commands marked local-only are no longer published as HTTP routes, and affected inferred routes may use corrected HTTP methods.
⚡ Performance Improvements
  • rpc: compress eligible RPC responses (bc235ef)
✨ Features
  • api: add dynamic entity families and paged export responses (d47d7b8)
  • entity: add primary actions and bounded filter lookups (295e0ba)
  • entity: support entity hierarchy paths and omit failed action data (32618fb)
  • formatters: add complete tabular exports and compact rendered payloads (eca2ac1)
🐛 Bug Fixes
  • fix terminal rendering and process output behavior (f62be17)
  • api: Harden API, rendering, and terminal edge cases (3cd4ba5)
🔧 Maintenance
  • release: pin sub-modules to v1.21.54 [skip ci] (e983395)

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.56.0

Compare Source

Features
  • http: add configurable connection establishment timeout (03b28f6)

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
flanksource/commons-db (github.com/flanksource/commons-db)

v0.1.27

Compare Source

What's Changed

Full Changelog: v0.1.26...v0.1.27

v0.1.26

Compare Source

What's Changed

Full Changelog: v0.1.25...v0.1.26

v0.1.25

Compare Source

What's Changed

Full Changelog: 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: v0.1.23...v0.1.24

v0.1.23

Compare Source

What's Changed

Full Changelog: v0.1.22...v0.1.23

v0.1.22

Compare Source

What's Changed

Full Changelog: v0.1.21...v0.1.22

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

v1.0.39

Compare Source

Bug Fixes
  • config: normalize four-part ClickHouse versions (e099702)
  • e2e: Exclude Windows-incompatible Elasticsearch and Rclone packages (fdb8256)
  • installer: support cross-filesystem directory moves (44a725a)
  • registry: Support four-component versions and platform-specific release assets (4a05e32)
  • utils: normalize ClickHouse stable and LTS version suffixes (0ba1ee6)
Features
  • deps: support Timoni and versioned 1Password CLI downloads (3fb53a9)
  • installer: support filtered GitHub releases and assets (a2861bf)
  • release: publish deps-start assets and register dcg package (55f0fc2)
  • start: run services in background with health-gated readiness (6e97211)
  • svc: add service management forwarding and on-demand deps-start installation (29c714e)
BREAKING CHANGES
  • start: Starting now backgrounds the service by default; use --foreground for terminal-bound execution. Remove the WithDetach/Options.Detach API in favor of the new startup behavior and update controls.

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.88

Compare Source

v3.24.87

Compare Source

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/is-healthy (github.com/flanksource/is-healthy)

v1.0.90

Compare Source

Bug Fixes
  • escalate stuck certificate issuance health (97979a2)
  • respect active certificate issuance state (0609b0e)

v1.0.89

Compare Source

Bug Fixes
  • deps: update golang.org/x/net to v0.55.0 (5effb5d)
Features

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 4 times, most recently from 59c2642 to 3782624 Compare July 27, 2026 15:29
@flanksource-ci-runner

flanksource-ci-runner Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: cmd/query/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):

  • 7 additional dependencies were updated

Details:

Package Change
k8s.io/apimachinery v0.36.1 -> v0.36.2
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 -> v1.32.0
github.com/firebase/genkit/go v1.10.0 -> v1.11.0
go.opentelemetry.io/contrib/detectors/gcp v1.42.0 -> v1.43.0
google.golang.org/genai v1.51.0 -> v1.57.0
google.golang.org/grpc v1.81.1 -> v1.82.1
k8s.io/streaming v0.36.1 -> v0.36.2
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):

  • 2 additional dependencies were updated

Details:

Package Change
k8s.io/apimachinery v0.36.1 -> v0.36.2
k8s.io/streaming v0.36.1 -> v0.36.2

@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 12 times, most recently from d7c7173 to 8d03bd7 Compare August 3, 2026 15:35
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 11 times, most recently from 0f797d1 to 57d4379 Compare August 10, 2026 14:00
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from 57d4379 to be51eef Compare August 11, 2026 05:45
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 3 times, most recently from 1568789 to 042d1fb Compare August 12, 2026 05:54
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from 042d1fb to 132d9f5 Compare August 12, 2026 10:45
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