Skip to content

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

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

chore(deps): update flanksource go dependencies#23
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 Aug 19, 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.63
github.com/flanksource/commons require minor v1.56.0v1.59.0
github.com/flanksource/is-healthy indirect patch v1.0.90v1.0.92

Release Notes

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

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

@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from 5e02b5c to b241574 Compare August 20, 2026 03:47
@flanksource-ci-runner flanksource-ci-runner Bot changed the title chore(deps): update module github.com/flanksource/is-healthy to v1.0.91 chore(deps): update flanksource go dependencies Aug 20, 2026
@flanksource-ci-runner

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

  • 24 additional dependencies were updated

Details:

Package Change
github.com/samber/oops v1.21.0 -> v1.22.0
golang.org/x/mod v0.36.0 -> v0.37.0
golang.org/x/sync v0.21.0 -> v0.22.0
github.com/aws/aws-sdk-go-v2 v1.41.6 -> v1.42.0
github.com/aws/aws-sdk-go-v2/config v1.32.16 -> v1.32.25
github.com/aws/aws-sdk-go-v2/credentials v1.19.15 -> v1.19.24
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.22 -> v1.18.29
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.22 -> v1.4.29
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.22 -> v2.7.29
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.23 -> v1.4.30
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.8 -> v1.13.12
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.22 -> v1.13.29
github.com/aws/aws-sdk-go-v2/service/signin v1.0.10 -> v1.2.0
github.com/aws/aws-sdk-go-v2/service/sso v1.30.16 -> v1.31.3
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.20 -> v1.36.6
github.com/aws/aws-sdk-go-v2/service/sts v1.42.0 -> v1.43.3
github.com/aws/smithy-go v1.25.0 -> v1.27.1
github.com/charmbracelet/lipgloss v1.1.0 -> v1.1.1-0.20250404203927-76690c660834
github.com/fsnotify/fsnotify v1.9.0 -> v1.10.1
github.com/mattn/go-isatty v0.0.20 -> v0.0.22
github.com/onsi/ginkgo/v2 v2.28.1 -> v2.32.1
github.com/prometheus/common v0.67.5 -> v0.68.1
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f -> v0.0.0-20260527015227-08cc5374adb3
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 2 times, most recently from be8fab1 to 6f3620d Compare August 23, 2026 12:40
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 6 times, most recently from 64132e1 to 1139698 Compare September 9, 2026 08:47
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from 1139698 to 22b2077 Compare September 10, 2026 04:42
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

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: 42942a74-da30-4502-804e-1c2b2775f766

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 from 22b2077 to 08d034d Compare September 11, 2026 11:36
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