Skip to content

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

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

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 require patch v1.21.55v1.21.67
github.com/flanksource/commons require minor v1.56.0v1.59.1
github.com/flanksource/deps require patch v1.0.40v1.0.42
github.com/flanksource/duty require patch v1.0.1383v1.0.1384
github.com/flanksource/is-healthy require patch v1.0.90v1.0.92

Release Notes

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

v1.21.67

Compare Source

✅ Tests
  • add formatters and task tests for zero values and group reopening (bb6e896)
✨ Features
  • Add working directory field to exec task details (b997495)
  • api: add FormatInteger column format for whole number rendering (a2c7267)
  • docs: add Astro Starlight documentation site (ceb4d0c)
  • entity: Add unit and default operator metadata to filters (aa6de16)
  • flags: add file reference handler for @​file/@​url syntax (81d159b)
👷 CI/CD
  • docs: build and publish docs site to GitHub Pages (15b0752)

v1.21.66

Compare Source

✨ Features
  • exec: add fluent process context (a6c348e)

v1.21.65

Compare Source

✨ Features
  • add operation scheduling infrastructure with context isolation (f268a76)
  • api: Preserve structured code cells and their styling in table rendering (670e406)
  • entity: observe generated commands with operation listeners (e80315e)

v1.21.64

Compare Source

✨ Features
  • Add operation scheduling support with cron suggestions (0661c20)
  • api: Add pixel-based column width and TableCell value/filter separation (2e7f49f)
  • cache: add MGet method for efficient multi-key reads (e6b52fe)

v1.21.63

Compare Source

✨ Features
  • add per-value row counts to entity lookup responses (899977d)
🐛 Bug Fixes
  • Reject negative counts in lookup filter validation (551d7aa)
📦 Build System
  • ci: Add submodule pinning to release workflow (cd803ff)
🔧 Maintenance
  • release: pin sub-modules to v1.21.62 [skip ci] (9d9b9e3)

v1.21.62

Compare Source

✨ Features
  • add per-value row counts to entity lookup responses (899977d)
🐛 Bug Fixes
  • Reject negative counts in lookup filter validation (551d7aa)
📦 Build System
  • ci: Add submodule pinning to release workflow (cd803ff)
🔧 Maintenance
  • release: pin sub-modules to v1.21.62 [skip ci] (9d9b9e3)

v1.21.61

Compare Source

♻️ Code Refactoring
  • entity: keep operation listeners passive (0e796c3)
✨ Features
  • entity: observe operations through additive listeners (05a5e56)
📚 Documentation
  • entity: clarify borrowed listener results (3d02975)
📦 Build System
  • examples: align entity demo with aichat's Clicky pin (b84024e)
🔧 Maintenance
  • release: pin sub-modules to v1.21.61 [skip ci] (fd00ce9)

v1.21.60

Compare Source

⚠ BREAKING CHANGES
  • exec: OutputSnapshot now includes StdoutOffset and StderrOffset fields; ProcessDetails.Annotations renamed to Metadata with any-type support; SupervisedTaskOptions.Annotations renamed to Metadata.
✨ Features
  • exec: Add process output capture limits and snapshot annotations (8730efd)
  • exec: Track absolute stream positions for output continuity across restarts (cbff964)
🔧 Maintenance
  • release: pin sub-modules to v1.21.60 [skip ci] (17beb03)

v1.21.59

Compare Source

⚠ BREAKING CHANGES
  • task: Scheduler Add and Remove now require a context and return errors.

Claude-Session-Id: 1eadaa8-699a-44c2-8b63-f550033a6ffa

  • flags: Unannotated @​file and @​url values are now passed through literally.
  • task: remove the OnBeforeGC callback in favor of the Store interface
♻️ Code Refactoring
  • scheduler: refactor schedule persistence and remove unused runner registry (b1f3cd7)
✨ Features
  • implement cancellation drain and work progress tracking (b33eae6)
  • api: add opt-in file expansion and bounded process capture (ccc5a7d)
  • exec: Improve process tree termination and force-stop supervised processes (d4bb829), closes #​123
  • task: add durable run persistence and schedule orchestration (2b24ad6)
  • task: add scheduling, durable run persistence, and bounded process capture (f63cce4)
🐛 Bug Fixes
  • prevent duplicate args and improve file access security (e5cb68b)
  • aichat: preserve tool diagnostics and positional arguments (0ae7e27)
  • task: fix scheduler group completion and deferred fire tracking (a6146af)
  • task: Harden scheduler persistence and lifecycle handling (18d4601)
👷 CI/CD
  • ci: Pin Gavel workflow action to v0.0.54 (290f1e1)
🔧 Maintenance
  • update generated and lock files (93d7925)
  • release: pin sub-modules to v1.21.59 [skip ci] (e6d1876)
security
  • flags: Gate file and URL expansion behind explicit field opt-ins (738bac6)

v1.21.58

Compare Source

⚠ BREAKING CHANGES
  • aichat: CobraToolProviderOptions.Permission callback is removed and
    replaced with Policy and Strategies fields. ToolSet() now requires a non-nil
    context to scope request values.
  • entity: Remove automatic verb-based tool safety inference. Entity verbs (list/get/create/update/delete) no longer stamp ReadOnlyHint/DestructiveHint; consumers must supply explicit MCPToolHints for safety semantics.
♻️ Code Refactoring
  • aichat: Move permissions to captain, carry whole operations (e141c35)
  • markdown: split markdown rendering into focused modules (7167cad)
⚡ Performance Improvements
  • task: cache completed external run snapshots (3e8ed60)
✅ Tests
  • cmd: locate the example fixture without runtime.Caller (2088167)
✨ Features
  • api: add markdown dialect support with options propagation (873c858)
  • api: Add structured error responses with OpenTelemetry tracing (afef807)
  • entity: Add comprehensive error responses and action lookup support (a0ab0a1)
  • flags: add enum tag support for closed-set flag values (e4d0cc8)
  • task: Add stop control to task groups without explicit controllers (59c3e20)
🐛 Bug Fixes
  • mcp: honor XDG_CONFIG_HOME when locating the server registry (ed69784)
  • rpc: keep a classified error's status on the legacy surface (43aea34)
📦 Build System
  • aichat: pin captain v0.0.53 for the tool-strategy API (0987235)
  • examples: refresh the entity demo's module pins (fef09a2)
🔧 Maintenance
  • release: pin sub-modules to v1.21.58 [skip ci] (03124e1)

v1.21.57

Compare Source

✨ Features
  • api: add opt-in structured RPC error responses (56c665d)
🔧 Maintenance
  • release: pin sub-modules to v1.21.57 [skip ci] (d264e03)

v1.21.56

Compare Source

⚠ BREAKING CHANGES
  • exec: WithContext now properly cancels in-flight commands and prevents already-canceled contexts from starting. Process.Short() renamed to PrettyShort() and returns api.Textable. Removed legacy Task-based restart/wrapper functions (kept TaskAsTask/RunAsTask). Supervise must now set RestartPolicy=RestartNo when running under RunSupervisedAsTask.
♻️ Code Refactoring
  • improve table rendering and process lifecycle management (1a86b05)
  • refactor captain chat settings to use runtime profiles (8055722)
  • refactor verb tool hints to use safety facts instead of permission defaults (e73028d)
  • aichat: refactor tool permission API from ToolMode to ToolPolicy (1e305ab)
  • api: refactor table cell handling for hidden columns and filtering (d901d6e)
  • exec: split exec into focused modules with proper context cancellation (83522f5)
✅ Tests
  • Remove tool permission test files (db72878)
✨ Features
  • add server-side sorting support for entity lists and tables (99b4ad9)
  • task: Add background task support to prevent wait deadlocks (6c266bb)
🔧 Maintenance
  • update dependencies across multiple modules (131f98b)
  • release: pin sub-modules to v1.21.56 [skip ci] (7ad379c)
flanksource/commons (github.com/flanksource/commons)

v1.59.1

Compare Source

v1.59.0

Compare Source

Features
  • http: add defensive HTTP client with network destination restrictions (4500ffa)
  • http: Increase HAR max body size to 4 MiB and enhance body truncation handling (8227ba8)
  • properties: Add type metadata tracking and new property accessors (3baf579)
BREAKING CHANGES
  • http: Configuration property renamed from http.har.maxBodySize to http.har.response.body.length; default increased from 65536 to 4194304 bytes

Claude-Session-Id: 01a046f-4293-7391-b920-187a7083ba68

v1.58.0

Compare Source

Features
  • properties: expose typed defaults and value metadata (51f41fc)

v1.57.0

Compare Source

Bug Fixes
  • logger: preserve logger-specific JSON output mode (3a3deb9)
  • Prevent logging and timeout regressions (3ee4af7)
Features
  • har: support bounded collectors and selective entry details (c589ecd)
flanksource/deps (github.com/flanksource/deps)

v1.0.42

Compare Source

Bug Fixes
  • start: accept ready state before supervisor exit (ce24920)

v1.0.41

Compare Source

Bug Fixes
  • config: resolve controller-gen release binaries (3f9ac32)
flanksource/duty (github.com/flanksource/duty)

v1.0.1384

Compare Source

flanksource/is-healthy (github.com/flanksource/is-healthy)

v1.0.92

Compare Source

v1.0.91

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.

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

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown

Benchstat

Base: 47363c4c9188d3f9b8a2ca27f9825649f19ccbf7
Head: dbfd2b856cf15bf315b34c19139609facd015cff

⚠️ 13 regression(s) detected (threshold: >5%)

Benchmark Base Head Change p-value
RunTemplateBool/smallEnv-4 11.16µ 11.82µ +5.85% 🔴 0.002
RunTemplateBool/largeEnv-4 21.06µ 21.61µ +2.63% 0.002
RunTemplateBool/smallEnv-4 9.149Ki 9.321Ki +1.88% 0.002
LocationFilter/largeEnv-4 131.0µ 133.4µ +1.81% 0.026
RunTemplateBool/largeEnv-4 10.95Ki 11.12Ki +1.57% 0.002
LocationFilter/smallEnv-4 418.0 424.0 +1.44% 0.002
RunTemplateBool/smallEnv-4 238.0 241.0 +1.26% 0.002
RunTemplateBool/largeEnv-4 319.0 322.0 +0.94% 0.002
LocationFilter/largeEnv-4 662.0 668.0 +0.91% 0.002
LocationFilter/smallEnv-4 86.38Ki 86.68Ki +0.34% 0.002
LocationFilter/largeEnv-4 91.79Ki 92.09Ki +0.32% 0.002
BenchSaveResultsUpdateChanged/N=1000-4 992.1k 995.1k +0.30% 0.041
BenchSaveResultsUpdateUnchanged/N=1000-4 32.02Mi 32.08Mi +0.20% 0.009
✅ 1 improvement(s)
Benchmark Base Head Change p-value
BenchSaveResultsUpdateChanged/N=1000-4 7.874 7.636 -3.02% 0.004

Failed: 1 benchmark(s) regressed by more than 5%:
RunTemplateBool/smallEnv-4: 11.16µ -> 11.82µ (+5.85%)

Full benchstat output
goos: linux
goarch: amd64
pkg: github.com/flanksource/config-db/bench
cpu: AMD EPYC 7763 64-Core Processor                
                                         │ bench-base.txt │           bench-head.txt           │
                                         │     sec/op     │    sec/op     vs base              │
LocationFilter/smallEnv-4                    118.4µ ± 11%   121.0µ ± 14%       ~ (p=0.818 n=6)
LocationFilter/largeEnv-4                    131.0µ ±  2%   133.4µ ±  5%  +1.81% (p=0.026 n=6)
RunTemplateBool/smallEnv-4                   11.16µ ±  2%   11.82µ ±  2%  +5.85% (p=0.002 n=6)
RunTemplateBool/largeEnv-4                   21.06µ ±  1%   21.61µ ±  2%  +2.63% (p=0.002 n=6)
BenchSaveResultsSeed/N=1000-4                 4.018 ±  3%    4.019 ±  3%       ~ (p=0.818 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4      3.449 ±  2%    3.425 ±  2%       ~ (p=0.589 n=6)
BenchSaveResultsUpdateChanged/N=1000-4        7.874 ±  2%    7.636 ±  2%  -3.02% (p=0.004 n=6)
geomean                                      6.309m         6.386m        +1.22%

                                         │ bench-base.txt │           bench-head.txt           │
                                         │      B/op      │     B/op      vs base              │
LocationFilter/smallEnv-4                    86.38Ki ± 0%   86.68Ki ± 0%  +0.34% (p=0.002 n=6)
LocationFilter/largeEnv-4                    91.79Ki ± 0%   92.09Ki ± 0%  +0.32% (p=0.002 n=6)
RunTemplateBool/smallEnv-4                   9.149Ki ± 0%   9.321Ki ± 0%  +1.88% (p=0.002 n=6)
RunTemplateBool/largeEnv-4                   10.95Ki ± 0%   11.12Ki ± 0%  +1.57% (p=0.002 n=6)
BenchSaveResultsSeed/N=1000-4                1.295Gi ± 0%   1.295Gi ± 0%       ~ (p=0.937 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4     32.02Mi ± 0%   32.08Mi ± 0%  +0.20% (p=0.009 n=6)
BenchSaveResultsUpdateChanged/N=1000-4       796.9Mi ± 1%   797.0Mi ± 1%       ~ (p=0.937 n=6)
geomean                                      1.579Mi        1.588Mi       +0.62%

                                         │ bench-base.txt │           bench-head.txt           │
                                         │   allocs/op    │  allocs/op    vs base              │
LocationFilter/smallEnv-4                     418.0 ±  0%    424.0 ±  0%  +1.44% (p=0.002 n=6)
LocationFilter/largeEnv-4                     662.0 ±  0%    668.0 ±  0%  +0.91% (p=0.002 n=6)
RunTemplateBool/smallEnv-4                    238.0 ±  0%    241.0 ±  0%  +1.26% (p=0.002 n=6)
RunTemplateBool/largeEnv-4                    319.0 ±  0%    322.0 ±  0%  +0.94% (p=0.002 n=6)
BenchSaveResultsSeed/N=1000-4                741.7k ±  0%   741.7k ±  0%       ~ (p=0.589 n=6)
BenchSaveResultsUpdateUnchanged/N=1000-4     405.9k ±  0%   405.9k ±  0%       ~ (p=0.900 n=6)
BenchSaveResultsUpdateChanged/N=1000-4       992.1k ± 12%   995.1k ± 12%  +0.30% (p=0.041 n=6)
geomean                                      9.356k         9.420k        +0.69%

                                         │ bench-base.txt │           bench-head.txt           │
                                         │      MB/s      │    MB/s     vs base                │
BenchSaveResultsSeed/N=1000-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
BenchSaveResultsUpdateUnchanged/N=1000-4     0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
BenchSaveResultsUpdateChanged/N=1000-4       0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                                 ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown

Gavel crashed before producing results

Exit code: 1
Error: gavel exited 1 before writing results

Last lines of gavel.log

10:31:09.944 INF Running tests   WorkDir: /home/runner/work/config-db/config-db Ignore: tests/e2ebench ShowPassed: ✓ Timeout: 10m0s LintTimeout: 5m0s TestTimeout: 5m0s 10:31:40.103 WRN Stil...

Full gavel.log, JSON stub, and HTML stub are in the workflow artifact.

View full results

@flanksource-ci-runner flanksource-ci-runner Bot changed the title chore(deps): update module github.com/flanksource/clicky to v1.21.49 chore(deps): update module github.com/flanksource/clicky to v1.21.50 Jul 27, 2026
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from a9249ab to bab9e7c Compare July 27, 2026 15:21
@flanksource-ci-runner flanksource-ci-runner Bot changed the title chore(deps): update module github.com/flanksource/clicky to v1.21.50 chore(deps): update module github.com/flanksource/clicky to v1.21.51 Jul 27, 2026
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from bab9e7c to c1d6848 Compare July 27, 2026 17:00
@flanksource-ci-runner flanksource-ci-runner Bot changed the title chore(deps): update module github.com/flanksource/clicky to v1.21.51 chore(deps): update flanksource go dependencies Jul 29, 2026
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 2 times, most recently from 5567510 to 7cec024 Compare July 30, 2026 09:15
@flanksource-ci-runner

flanksource-ci-runner Bot commented Jul 30, 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):

  • 10 additional dependencies were updated

Details:

Package Change
github.com/onsi/ginkgo/v2 v2.32.0 -> v2.32.1
github.com/Masterminds/semver/v3 v3.4.0 -> v3.5.0
github.com/charmbracelet/lipgloss v1.1.0 -> v1.1.1-0.20250404203927-76690c660834
github.com/fsnotify/fsnotify v1.9.0 -> v1.10.1
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f -> v0.0.0-20260527015227-08cc5374adb3
golang.org/x/mod v0.36.0 -> v0.37.0
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 -> v0.0.0-20260625142307-59b4966ccb57
golang.org/x/tools v0.45.0 -> v0.47.0
golang.org/x/sync v0.21.0 -> v0.22.0
golang.org/x/text v0.38.0 -> v0.40.0

@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 9 times, most recently from 6b2e8c2 to 7622c2c Compare August 7, 2026 06:45
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 10 times, most recently from 2b1a78d to 9889373 Compare August 13, 2026 16:37
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 13 times, most recently from 59e26f8 to 05a0523 Compare September 6, 2026 03:36
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 5 times, most recently from dc64fd6 to b4757de Compare September 10, 2026 04:33
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 837ab972-0ce5-43fc-a300-12b6a6d215f8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 8 times, most recently from ac776dd to a628c12 Compare September 16, 2026 14:31
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from a628c12 to e071875 Compare September 17, 2026 13:30
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from e071875 to dbfd2b8 Compare September 18, 2026 10:29
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