Skip to content

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

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

chore(deps): update flanksource go dependencies#104
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 indirect patch v1.21.55v1.21.57
github.com/flanksource/commons require minor v1.56.0v1.57.0
github.com/flanksource/commons indirect minor v1.56.0v1.57.0
github.com/flanksource/duty require patch v1.0.1366v1.0.1372
github.com/flanksource/incident-commander/plugin/api require patch v0.0.5v0.0.6
github.com/flanksource/incident-commander/plugin/sdk require patch v0.0.6v0.0.7
github.com/flanksource/is-healthy indirect patch v1.0.90v1.0.91

Release Notes

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

v1.21.57

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

v1.0.1372

Compare Source

v1.0.1371

Compare Source

v1.0.1370

Compare Source

Bug Fixes

v1.0.1369

Compare Source

Reverts

v1.0.1368

Compare Source

v1.0.1367

Compare Source

Features
flanksource/incident-commander (github.com/flanksource/incident-commander/plugin/api)

v0.0.6

Compare Source

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

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 changed the title chore(deps): update module github.com/flanksource/duty to v1.0.1367 chore(deps): update module github.com/flanksource/duty to v1.0.1368 Aug 19, 2026
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 2 times, most recently from 5ad20ff to 87bf69b Compare August 19, 2026 16:42
@flanksource-ci-runner flanksource-ci-runner Bot changed the title chore(deps): update module github.com/flanksource/duty to v1.0.1368 chore(deps): update flanksource go dependencies Aug 19, 2026
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from 87bf69b to 11eb16e Compare August 20, 2026 03:48
@flanksource-ci-runner

flanksource-ci-runner Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: kubernetes-logs/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):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/Masterminds/semver/v3 v3.4.0 -> v3.5.0
github.com/charmbracelet/lipgloss v1.1.0 -> v1.1.1-0.20250404203927-76690c660834
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f -> v0.0.0-20260527015227-08cc5374adb3
golang.org/x/sync v0.21.0 -> v0.22.0
golang.org/x/text v0.38.0 -> v0.40.0
File name: sql-server/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):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/onsi/ginkgo/v2 v2.28.3 -> v2.32.1
github.com/onsi/gomega v1.40.0 -> v1.42.1
google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 -> v0.0.0-20260622175928-b703f567277d

@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch 6 times, most recently from cf61b78 to 667cde9 Compare August 24, 2026 12:57
@flanksource-ci-runner
flanksource-ci-runner Bot force-pushed the renovate-flanksource/flanksource-go-dependencies branch from 667cde9 to 8b563fb Compare August 25, 2026 14: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