Skip to content

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

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

chore(deps): update flanksource go dependencies#10
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 22, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
github.com/flanksource/clicky indirect patch v1.21.18v1.21.55
github.com/flanksource/commons require minor v1.53.1v1.56.0
github.com/flanksource/config-db/api require patch v0.0.0v0.0.1439
github.com/flanksource/config-db/api/plugin require patch v0.0.0v0.0.1439
github.com/flanksource/deps indirect patch v1.0.35v1.0.39
github.com/flanksource/duty require patch v1.0.1352v1.0.1365
github.com/flanksource/gomplate/v3 indirect patch v3.24.84v3.24.88
github.com/flanksource/is-healthy indirect patch v1.0.88v1.0.90
github.com/flanksource/kopper indirect patch v1.0.14v1.0.31

Release Notes

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)

v1.21.48

Compare Source

🔧 Maintenance
  • deps: update flanksource go dependencies (21bff82)
  • release: pin sub-modules to v1.21.48 [skip ci] (f8a518b)

v1.21.47

Compare Source

⚠ BREAKING CHANGES
  • examples: Chat no longer forces manual tool approval; execution now follows Captain chat service behavior.
  • aichat: Remove the aichat server, Genkit, agent, attachment, thread, approval, streaming, and MCP APIs.
♻️ Code Refactoring
  • aichat: Delegate Cobra tool adaptation to Captain (8c44f09)
⚡ Performance Improvements
  • rpc: Cache OpenAPI documents with ETag revalidation (3cc7d7f)
✨ Features
  • aichat: add attachment resolution for multimodal chat inputs (0e6edf4)
  • examples: Add Captain-backed entity demo serving and tests (90fe144)
  • rpc: expose top-level serve command and track RPC timing (cb94c78)
  • task: Expose supervised process generations through task APIs (eb3bb98)
🐛 Bug Fixes
  • api: Stabilize Markdown and terminal table rendering (fbcaade)
  • formatters: preserve no-color settings in Markdown rendering (9f8bfe1)
  • task: Preserve dependency semantics and order terminal task output (2840c30)
📦 Build System
  • deps: align Captain and Clicky release candidates (0115ea5)
  • deps: Update Go module dependencies (4791a27)
🔧 Maintenance
  • update generated and lock files (dede45b)
  • release: pin sub-modules to v1.21.47 [skip ci] (dd5a604)

v1.21.46

Compare Source

🔧 Maintenance

v1.21.45

Compare Source

🔧 Maintenance
  • deps: update flanksource go dependencies (7dfd69d)
  • release: pin sub-modules to v1.21.45 [skip ci] (dc4ab68)

v1.21.44

Compare Source

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

v1.21.43

Compare Source

🔧 Maintenance
  • deps: update flanksource go dependencies (9c5e524)
  • release: pin sub-modules to v1.21.43 [skip ci] (e04e741)

v1.21.42

Compare Source

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

v1.21.41

Compare Source

🐛 Bug Fixes
🔧 Maintenance
  • deps: update flanksource go dependencies (2da5fd4)
  • release: pin sub-modules to v1.21.41 [skip ci] (f597a7c)

v1.21.40

Compare Source

🔧 Maintenance
  • go mod tidy on examples/entity (8429206)
  • release: pin sub-modules to v1.21.40 [skip ci] (e98d7ab)

v1.21.39

Compare Source

🐛 Bug Fixes
  • ci: add least-privilege permissions to the openapi workflow job (#​148) (a683b5d)
🔧 Maintenance
  • release: pin sub-modules to v1.21.39 [skip ci] (51970a4)

v1.21.38

Compare Source

🐛 Bug Fixes
  • deps: update Excelize to v2.11.0 (bf03705)
🔧 Maintenance
  • deps: tidy Go modules (9021341)
  • release: pin sub-modules to v1.21.38 [skip ci] (456c327)

v1.21.37

Compare Source

⚠ BREAKING CHANGES
  • api: Paged clicky-json responses no longer wrap rows in the data/page envelope.
♻️ Code Refactoring
  • aichat: centralize model and tool metadata (333eb42)
✨ Features
  • add oxlint custom rules linting for clicky-ui webapp (b4ffa0f)
  • add support for hidden flags in CLI and schema generation (d0923c6)
  • preserve schema field order in markdown formatter output (a2df8bd)
  • update model catalog to latest provider tiers (d91b616)
  • aichat: Add default permission and tool metadata support with canonical mode names (fc0f74b)
  • api: Add streaming table exports and export metadata (2a89421)
  • api: support semantic columns and structured table values (42cff19)
  • entity: add MCPToolHints for tool metadata and annotations (12df84f)
  • mcp: add MCP tool annotations and clicky meta support (6645797)
  • rpc: expose swagger command executor (0ffa6cf)
🐛 Bug Fixes
  • Replace fmt.Printf with clicky logger and fix timing middleware edge case (06f4cf6)
  • rpc: Fix route deduplication for wildcard parameter name differences (6f21fad)
  • task: fix data races and render lifecycle for task output (d6b1715)
  • task: release runFunc when a task reaches a terminal state (7b82d96)
📚 Documentation
  • docs: delegate agent workflow guidance to shared instructions (a598fbe)
  • skills: add clicky development guides (f8e7087)
📦 Build System
🔧 Maintenance
  • add UI and linting dependencies to webapp (8ce55f7)
  • update Go module dependencies to latest versions (e910a25)
  • release: pin sub-modules to v1.21.37 [skip ci] (d5f340c)

v1.21.36

Compare Source

📦 Build System
  • deps: bump the go_modules group across 4 directories with 1 update (780f381)
🔧 Maintenance
  • release: pin sub-modules to v1.21.36 [skip ci] (0101296)

v1.21.35

Compare Source

✅ Tests
  • skip PDF formatter integration test (3f66763)
🐛 Bug Fixes
  • deps: patch security vulnerabilities (9535cca)
🔧 Maintenance
  • release: pin sub-modules to v1.21.35 [skip ci] (9bd97b7)

v1.21.34

Compare Source

🔧 Maintenance
  • remove dependabot configuration (622e2e9)
  • release: pin sub-modules to v1.21.34 [skip ci] (aa49584)

v1.21.33

Compare Source

♻️ Code Refactoring
  • Refactor cache and store layer with abstract cache.Store interface (b766cd3)
  • aichat: depend on captain pkg/api runtime contract over pkg/ai (21ce9d1)
✨ Features
  • agent: add captain agent-framework engine for claude-agent and codex models (10d1a6e)
🐛 Bug Fixes
  • Fix and improve markdown parsing and entity metadata handling (fd070b0)
📦 Build System
  • aichat: require captain v0.0.9 for the pkg/api runtime contract (25a484b)
  • examples: bump indirect captain to v0.0.9 (05d1a4e)
🔧 Maintenance
  • release: pin sub-modules to v1.21.33 [skip ci] (250ebf9)

v1.21.32

Compare Source

⚠ BREAKING CHANGES
  • prompt: PromptSelect, PromptMultiSelect, and PromptText now delegate to context-aware internal functions; behavior is unchanged for callers without a Scope.
✨ Features
  • exec: add bidirectional stdio pipes for long-lived processes (e93b8ca)
  • prompt: add context-aware prompt routing and interactive sink support (07e5ab6)
🐛 Bug Fixes
  • ci,prompt,exec: tidy go.mod and address review findings (c1a9660)
  • ci: tidy example submodule go.mod files (fa5980c)
🔧 Maintenance
  • release: pin sub-modules to v1.21.32 [skip ci] (216e838)

v1.21.31

Compare Source

👷 CI/CD
  • release: rename goreleaser folder field to directory (29bb8d6)

v1.21.30

Compare Source

🐛 Bug Fixes
  • aichat: pin clicky require to v1.21.29 so go get works (95378c7)

v1.21.29

Compare Source

🐛 Bug Fixes
  • aichat: pin clicky require to v1.21.29 so go get works (95378c7)

v1.21.28

Compare Source

🐛 Bug Fixes
  • aichat: preserve dynamic tool names across chat turns (156744d)

v1.21.27

Compare Source

✨ Features
  • aichat: add runtime model registry (58410db)

v1.21.26

Compare Source

✨ Features
  • formatters: add Objects/ExecutionRoots payload fields to ClickyNode (84f4845)

v1.21.25

Compare Source

✅ Tests
🐛 Bug Fixes
  • batch: detect item timeout by elapsed time, not context state (391e6f5)
  • formatters: handle map input in ToPrettyData (c21fd39)

v1.21.24

Compare Source

✨ Features
  • aichat: add newer Anthropic models (56ed4f0)
🐛 Bug Fixes
  • aichat: set Anthropic max tokens (d6f4892)

v1.21.23

Compare Source

✨ Features
  • exec: add process supervision with resource limits and port detection (e8972b6), closes #​123
  • webapp: Wire ChatWidget to operations client for tool parity (b542518)

v1.21.22

Compare Source

🐛 Bug Fixes
  • Improve in-memory timeseries store write performance (#​110) (bf79215)

v1.21.21

Compare Source

🔧 Maintenance

v1.21.20

Compare Source

⚠ BREAKING CHANGES
  • api: NewTableFrom now returns a table with headers for empty slices instead of an empty table. TryTypedValue now returns a TypedValue with a header-only table for empty TableProvider slices instead of nil.
✅ Tests
  • task: add testdata YAML files for task testing (990f51d)
  • task: isolate batch tests from global task manager (ba6a373)
✨ Features
  • aichat: Add AI chat backend with tool approval and conversation persistence (ebabb9b)
  • aichat: Add token usage tracking and cost calculation for chat turns (3cf6bee)
  • api: emit table schema for empty TableProvider slices (b3157fd)

v1.21.19

Compare Source

✨ Features
  • sse: add RunsSSEHandler for streaming run listings with deduplication (f4bb6ca)
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

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

v0.0.1439

Compare Source

Bug Fixes
  • distinguish conflicting Kubernetes kinds (36f1255)

v0.0.1438

Compare Source

Bug Fixes
  • regenerate scrape config CRD (d4bd81e)

v0.0.1437

Compare Source

Features

v0.0.1436

Compare Source

v0.0.1435

Compare Source

v0.0.1434

Compare Source

v0.0.1433

Compare Source

Features

v0.0.1432

Compare Source

v0.0.1431

Compare Source

v0.0.1430

Compare Source

Bug Fixes
  • ci: authenticate envtest asset downloads (dcab4c3)
  • ci: isolate envtest credentials (e771533)

v0.0.1429

Compare Source

v0.0.1428

Compare Source

Bug Fixes

v0.0.1427

Compare Source

Features

v0.0.1426

Compare Source

v0.0.1425

Compare Source

Bug Fixes
  • build: cross-compile Docker images instead of emulating with QEMU (#​2339) (eb696cb)

v0.0.1424

Compare Source

Features
  • Docker multi-arch build (a33bb6c)

v0.0.1423

Compare Source

Features
  • api: add scraper doctor checks and GitHub permission diagnostics (d201f93)

v0.0.1422

Compare Source

v0.0.1421

Compare Source

Features
  • github: add repo topic support via match items (15c6893)

v0.0.1420

Compare Source

Bug Fixes
  • scrapers: Link GCP hierarchy roots to inventory projects (c68fbd3)
  • scrapers: tolerate auxiliary API failures and rate limits (7ccfe6f)
Features
  • github: add organization settings and access scraping (ae4f375)
  • scrapers: add resource-scoped GCP IAM and GitHub organization scraping (7dfd280)
BREAKING CHANGES
  • scrapers: GCP access entries now identify the granted resource in ConfigExternalID; consumers must use ExternalRoleAliases for the IAM role

v0.0.1419

Compare Source

Bug Fixes
  • Don't use FLANKBOT for release (0bf1a5a)
  • pass GitHub token to release workflow (d620638)
Features
  • gcp: Expand IAM access through Google group membership (e0d37ec)
  • github: add repository metadata rbac, tags and properties (972d74f)
BREAKING CHANGES
  • gcp: GCP credentials now need the Cloud Identity groups.readonly scope for default group expansion; configurations without it must exclude IAMGroupMembers.

v0.0.1418

Compare Source

v0.0.1417

Compare Source

Bug Fixes
  • codeql: Disable dependency caching as setup-go action does the (88ad737)
  • Do not pin flanksource/action-workflows (3d217eb)
  • release workflow (3cf16fb)
Features
  • github: add organization relationships (27b5782)

v0.0.1416

Compare Source

Bug Fixes
  • scrapers: enforce scrape timeout centrally (52999d0)

v0.0.1415

Compare Source

v0.0.1414

Compare Source

v0.0.1413

Compare Source

v0.0.1412

Compare Source

Bug Fixes
  • github: improve Scorecard code scanning dedupe (e50d8b7)

v0.0.1411

Compare Source

v0.0.1410

Compare Source

v0.0.1409

Compare Source

Bug Fixes
  • run Go CodeQL on PRs and main pushes (d27f873)

v0.0.1408

Compare Source

v0.0.1407

Compare Source

v0.0.1406

Compare Source

v0.0.1405

Compare Source

v0.0.1404

Compare Source

v0.0.1403

Compare Source

v0.0.1402

Compare Source

Bug Fixes

v0.0.1401

Compare Source

v0.0.1400

Compare Source

v0.0.1399

Compare Source

Bug Fixes
  • github: scale rate-limit pause threshold (9ed9220)

v0.0.1398

Compare Source

v0.0.1397

Compare Source

v0.0.1396

Compare Source

v0.0.1395

Compare Source

v0.0.1394

Compare Source

Bug Fixes
  • github: ignore missing OpenSSF scorecards (51d789a)

v0.0.1393

Compare Source

Bug Fixes
  • github: tolerate disabled security features when scraping alerts (#​2270) (13c3435)

v0.0.1392

Compare Source

Bug Fixes
Features

v0.0.1391

Compare Source

v0.0.1390

Compare Source

v0.0.1389

Compare Source

v0.0.1388

Compare Source

Bug Fixes
  • in config benchmark add properties to the configs (4415254)

v0.0.1387

Compare Source

v0.0.1386

Compare Source

v0.0.1385

Compare Source

v0.0.1384

Compare Source

v0.0.1383

Compare Source

v0.0.1382

Compare Source

v0.0.1381

Compare Source

v0.0.1380

Compare Source

v0.0.1379

Compare Source

Bug Fixes
  • kubernetes: use valid mission control connection label (c932c49)

v0.0.1378

Compare Source

Features
  • kubernetes: Add missioncontrol/connectionType config label for (860d5f0)

v0.0.1377

Compare Source

v0.0.1376

Compare Source

v0.0.1375

Compare Source

v0.0.1374

Compare Source

v0.0.1373

[Compare Source](https://redirect.github.com/flanksource/config-db/compare/v0.0.1

Note

PR body was truncated to here.


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 commented Jul 22, 2026

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: github.com/flanksource/config-db/api@v0.0.1439 (replaced by ../config-db/api/v1): reading ../config-db/api/v1/go.mod: open /tmp/renovate/repos/github/flanksource/config-db/api/v1/go.mod: no such file or directory

@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 15 times, most recently from 095c8c2 to 6aa24ac Compare July 29, 2026 05:37
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 10 times, most recently from b6ba704 to 3dd61e2 Compare August 5, 2026 08:13
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 4 times, most recently from c2273ef to 76015b9 Compare August 7, 2026 16:42
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 14 times, most recently from b46f238 to 667a454 Compare August 14, 2026 06:51
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from 667a454 to 3f1a20b Compare August 14, 2026 18:38
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