Skip to content

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

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

chore(deps): update flanksource go dependencies#334
flanksource-ci-runner[bot] wants to merge 1 commit into
masterfrom
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 require patch v1.21.1v1.21.62
github.com/flanksource/commons require minor v1.47.2v1.59.0
github.com/flanksource/gomplate/v3 indirect patch v3.24.74v3.24.89
github.com/flanksource/is-healthy indirect patch v1.0.90v1.0.92
github.com/flanksource/is-healthy indirect patch v1.0.86v1.0.92

Release Notes

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

v1.21.62

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

v1.21.55

Compare Source

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

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)

v1.21.18

Compare Source

✨ Features
  • cache: add generic cache-browser API with valkey impl (#​114) (8e20a9a)

v1.21.17

Compare Source

⚠ BREAKING CHANGES
  • docs: --output-dir now writes one markdown file per controller directly into the directory instead of scaffolding a provider-based docs site. The --provider and --base-path flags are removed. Generated files no longer include YAML frontmatter.
♻️ Code Refactoring
  • docs: simplify docs generation to write flat markdown files instead of scaffolding provider-based sites (ef73ee7)
✨ Features
  • docs: add docs generation command with CLI reference and UI catalog (cabe31f)
  • task: pluggable LiveRenderer for custom live/final rendering (3be5046)
🐛 Bug Fixes
  • api: prevent blank lines in tree labels and large description lists from causing excessive padding (24e9666)

v1.21.16

Compare Source

✨ Features
  • api,rpc: Add CollapseANSI flag and multi-operand action path handling (633d28b)

v1.21.15

Compare Source

⚠ BREAKING CHANGES
  • entity: runEntityOp now extracts paged results via PageRows() interface method before formatting, changing how paged responses are serialized in RPC responses.
✨ Features
  • entity: add pagination support for entity list operations (6903915)
  • rpc,entity: add context-aware filter lookup support for request-scoped state (442a560)
🐛 Bug Fixes
  • entity,rpc: address PR review comments and lint e2e go.sum failures (28bd967)
📦 Build System
  • makefile: add go mod tidy to fmt target for all modules (eb82367)

v1.21.14

Compare Source

⚠ BREAKING CHANGES
  • entity,command,rpc: None - all changes are additive with backward compatibility maintained through fallback to non-context variants.
  • task: RunFilter.matches() renamed to RunFilter.Matches(); runMetaFromSnapshot() renamed to RunMetaFromSnapshot()
  • api,openapi,lint: annotateEntityOperationCommand now requires an additional optionalID boolean parameter.
♻️ Code Refactoring
  • timeseries: replace oipa references with generic app prefix (d0cb68e)
✨ Features
  • api,openapi,lint: Add optional ID support for entity actions and expand formatting helpers (706ab62)
  • entity,command,rpc: add context-aware data functions for request-scoped state (394a69c)
  • lint: add render builder validation and helper-backed type detection (dd00e26)
  • metrics: add timeseries metrics store with in-memory and valkey backends (786c3a5)
  • task: Add OnBeforeGC hook and RunsRaw for GC lifecycle control (4505a9f)
  • task: Add task registry with run listing, filtering, and drill-down APIs (3045cfc)
🐛 Bug Fixes
  • examples: tag standalone demos with //go:build ignore (11bbd07)
  • rpc: serve ExecutionResponse envelope for structured wire formats (f01a56a)
  • task: WaitFor returns result after in-closure terminal SetStatus (d058287)
👷 CI/CD
  • workflows: consolidate CI/CD workflows into gavel and dist (6c9d5d5)
  • workflows: run gavel lint as raw step to avoid --show-passed injection (a58f5c4)
  • workflows: split gavel into separate test and lint jobs with node setup (ce3c9c6)
📚 Documentation
  • cache: clarify SQLite driver selection rationale in comments (8744c01)
📦 Build System
  • cache: Replace go-sqlite3 with modernc.org/sqlite for CGO-free builds (7d4e343)
  • webapp: Add placeholder index.html for go:embed resolution in CI (c4eee78)
🔧 Maintenance
  • update docs (df28a6c)
  • examples: tidy go.mod after tagging demos as build-ignore (5e91e2f)

v1.21.13

Compare Source

♻️ Code Refactoring
  • exec: Add thread-safe concurrent access to Process state (235aac0)
🔧 Maintenance
  • embed: commit task-ui bundle + build it in release CI (3d3b234)

v1.21.12

Compare Source

✨ Features
  • flags: support comma-delimited shorthand in flag tags (e498bb0)
🔧 Maintenance
  • bump gomplate and is-healthy for kubernetes v0.36.1 (ac2b3d1)

v1.21.11

Compare Source

✨ Features
  • api: add Admonition and Keyed types for structured content rendering (7a04589)
  • api: Add PrettyShort interface for compact cell rendering and Link JSON payload support (7702184)
  • entity,flags,rpc: Add filter lifting, HTTP request population, and UI parameter roles (0023d43)
  • formatters: Add ClickyDocument and ClickyText for direct Textable serialization (db93e8d)
🐛 Bug Fixes
  • task: enforce group concurrency at dequeue time instead of task body (006f3b4)

v1.21.10

Compare Source

♻️ Code Refactoring
  • api,mcp,rpc: extract helper functions and improve code organization (1f17265)
✨ Features
  • api,flags: add unified diff rendering and grouped flag help output (afc89b1)
  • api: add stack trace parsing and rendering with source resolution (074bef2)
  • entity: add hidden _id column to wrapped entities (e0ba5da)
  • entity: add WithOptionalID for actions with flag-supplied targets (85849dc)
  • examples: Add syntax highlighting and stack trace rendering support (0ef7feb)
  • mcp: Add fluent Builder API and discover-tools MCP tool (2f9a4da)
  • mcp: add SSE transport, tools command, and multi-client install support (693f311)
  • rpc,cobra: Support rich error rendering and configurable converter paths (98a40f9)
🐛 Bug Fixes
  • task: treat StatusWarning as terminal state to freeze endTime (8634866)
📚 Documentation
  • readme: simplify and restructure README for clarity and brevity (3ef7aba)
📦 Build System
  • makefile: add git commit and build date to binary via ldflags (d9a3536)
🔧 Maintenance

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 notice

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

  • 47 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.1 -> 1.26.1
github.com/aws/aws-sdk-go-v2/config v1.32.9 -> v1.32.25
github.com/Masterminds/semver/v3 v3.4.0 -> v3.5.0
github.com/aws/aws-sdk-go-v2 v1.41.1 -> v1.42.0
github.com/aws/aws-sdk-go-v2/credentials v1.19.9 -> v1.19.24
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.17 -> v1.18.29
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.17 -> v1.4.29
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17 -> v2.7.29
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4 -> v1.13.12
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.17 -> v1.13.29
github.com/aws/aws-sdk-go-v2/service/signin v1.0.5 -> v1.2.0
github.com/aws/aws-sdk-go-v2/service/sso v1.30.10 -> v1.31.3
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.14 -> v1.36.6
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6 -> v1.43.3
github.com/aws/smithy-go v1.24.0 -> v1.27.1
github.com/cert-manager/cert-manager v1.19.4 -> v1.20.0
github.com/charmbracelet/colorprofile v0.4.2 -> v0.4.3
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/goccy/go-json v0.10.5 -> v0.10.6
github.com/google/cel-go v0.27.0 -> v0.31.0
github.com/itchyny/gojq v0.12.18 -> v0.12.19
github.com/itchyny/timefmt-go v0.1.7 -> v0.1.8
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 -> v0.0.0-20251013123823-9fd1530e3ec3
github.com/mattn/go-isatty v0.0.20 -> v0.0.22
github.com/mattn/go-runewidth v0.0.20 -> v0.0.21
github.com/ohler55/ojg v1.28.0 -> v1.28.1
github.com/olekukonko/tablewriter v1.1.3 -> v1.1.4
github.com/prometheus/common v0.67.5 -> v0.68.1
github.com/samber/oops v1.21.0 -> v1.22.0
github.com/shoenig/go-m1cpu v0.1.6 -> v0.1.7
github.com/tklauser/go-sysconf v0.3.15 -> v0.3.16
github.com/tklauser/numcpus v0.10.0 -> v0.11.0
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa -> v0.0.0-20260527015227-08cc5374adb3
golang.org/x/oauth2 v0.34.0 -> v0.36.0
golang.org/x/sync v0.21.0 -> v0.22.0
golang.org/x/text v0.38.0 -> v0.40.0
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 -> v0.0.0-20260526163538-3dc84a4a5aaa
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 -> v0.0.0-20260622175928-b703f567277d
google.golang.org/protobuf v1.36.11 -> v1.36.12-0.20260120151049-f2248ac996af
k8s.io/api v0.35.2 -> v0.36.1
k8s.io/apiextensions-apiserver v0.35.2 -> v0.36.1
k8s.io/apimachinery v0.35.2 -> v0.36.2
k8s.io/client-go v0.35.2 -> v0.36.1
k8s.io/klog/v2 v2.130.1 -> v2.140.0
k8s.io/kube-openapi v0.0.0-20260304202019-5b3e3fdb0acf -> v0.0.0-20260317180543-43fb72c5454a
sigs.k8s.io/gateway-api v1.5.0 -> v1.5.1
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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.26.0 -> 1.26.1

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@socket-security

socket-security Bot commented Jul 22, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgithub.com/​flanksource/​commons@​v1.47.2 ⏵ v1.59.072100100100100
Updatedgithub.com/​flanksource/​clicky@​v1.21.1 ⏵ v1.21.6274 -1100100100100

View full report

@socket-security

socket-security Bot commented Jul 22, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@github-actions

github-actions Bot commented Jul 22, 2026

Copy link
Copy Markdown

Gavel summary

Source Pass Fail Skip Duration
collections 60 0 0 3.0s
files 41 0 0 100ms
github.com/flanksource/commons/certs 4 0 0 450ms
github.com/flanksource/commons/cmd/hx 8 0 0 -
github.com/flanksource/commons/cmd/hx/parse 26 0 0 -
github.com/flanksource/commons/collections/syncmap 10 0 0 -
github.com/flanksource/commons/context 1 0 0 -
github.com/flanksource/commons/duration 2 0 0 -
github.com/flanksource/commons/files 16 0 0 -
github.com/flanksource/commons/har 64 0 0 20ms
github.com/flanksource/commons/hash 13 0 0 -
github.com/flanksource/commons/http 98 0 2 9.7s
github.com/flanksource/commons/logger 63 0 0 -
github.com/flanksource/commons/logger/httpretty/internal/color 15 0 0 -
github.com/flanksource/commons/logger/httpretty/internal/header 1 0 0 -
github.com/flanksource/commons/lookup 7 0 0 -
github.com/flanksource/commons/merge 28 0 0 -
github.com/flanksource/commons/test 5 0 1 180ms
github.com/flanksource/commons/text 1 0 0 -
github.com/flanksource/commons/tokenizer 3 0 0 -
help 11 0 0 16ms
http 36 0 0 119ms
httpretty 1 0 0 102.47µs
logger 48 0 0 1ms
middlewares 2 0 0 366.797µs
properties 24 0 0 568.224µs
set 7 0 0 329.405µs

Totals: 595 passed · 0 failed · 3 skipped · 13.7s

View full results

@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 11 times, most recently from bae7e19 to 67ab220 Compare July 29, 2026 05:26
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 7 times, most recently from ba43e2a to 79d89dc Compare August 5, 2026 07:13
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 4 times, most recently from 20f7e14 to e498204 Compare August 11, 2026 09:38
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 3 times, most recently from 41f9a21 to d48fd21 Compare August 20, 2026 03:33
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 2 times, most recently from 270ce01 to 118bc89 Compare August 23, 2026 12:28
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 7 times, most recently from 8916691 to d8fbe26 Compare September 9, 2026 08:34
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from d8fbe26 to a1d05be Compare September 10, 2026 04:30
@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: d40969a4-0ee1-44c6-92a2-f82f442c1c1d

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.

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.

1 participant