Skip to content

Bump github.com/CircleCI-Public/chunk-cli from 0.7.135 to 0.7.163 - #1785

Closed
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/go_modules/github.com/CircleCI-Public/chunk-cli-0.7.163
Closed

dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/go_modules/github.com/CircleCI-Public/chunk-cli-0.7.163

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026 •

Copy link
Copy Markdown
Contributor

Bumps github.com/CircleCI-Public/chunk-cli from 0.7.135 to 0.7.163.

Release notes

Sourced from github.com/CircleCI-Public/chunk-cli's releases.

v0.7.159

Changelog

  • 2dd1cbd67d486cbe051fd27b91181acb193993aa Fail instead of running locally when no sidecar is found (#528)
  • 7ee15002a7937c4a556175fbf6ca24f61b709501 Feat: Unify chunk CLI command telemetry event (CF2-900) (#536)
  • 41d62cb157153b1f3cbcc8a00fba1030fb630d5d add notifications config key and a desktop notify on validate complete.
  • 086f16254e1e248b3dc161374cfe4b0e4c3e0dc0 fix import order
  • 06cdb2ac01ca4b0160ddcdce50275def7e1c27a7 fix notify: drop interface/global, send async, quote scripts correctly

v0.7.158

Changelog

  • dd227c57d26941e11720c7cd5feba32f892b473d Add --before flag to chunk prune to control the age cutoff
  • 2e034c2d5e2152d4e67a17965b1604a87d8c1cdf Add chunk prune command to delete all sidecars and snapshots
  • 1b09f0faf5c873fa4bfa1a3ba3e713ffd28e465c Add prune demo recording
  • 35e8b5573270fb370dc7adc4721da09c5f6f3a47 Drop snapshot deletion from prune (API endpoint not yet implemented)
  • 980d4658b8c098c062d44bc07a5023a1f9802540 Fix --before sending local timezone offset instead of UTC
  • 5dd700eff20ab5b07179c7c541aea3c8fa0bd727 Make chunk watch default to all known projects
  • c644debb8a060158393de0b440e54f324886a102 Make remote the default for validate; add --local to opt out (#526)
  • dfc9ee1a571dced5173d1d1d674df8daf547f72d Remove prune demo recording
  • 0479211d57d9c200520648a0f8268b5c15c493ab Select a sidecar snapshot when a repo has no image configured
  • c218506cb772bab89fbd5a030fa3153258031e5a Use POST /api/v3/sidecar/instances/prune instead of list-then-delete
  • b682b24baf20629574fb31b916cd14ae685471ac [FACT-395] Extract chunk watch polling into a background daemon (#517)
  • aa16216fc01abb5ceb0eb1add1e3f519f676463c drop the unreachable unknown-stack guard in scoreSnapshot
  • 02a0fbbdf946834798be3393a8dd3ec57d9c42b7 keep '+' intact when normalizing snapshot names
  • bf0fc05128396038fafaf6792eb794e475470c8d replace the containsAll found flag with direct early returns
  • 78f7921e7aed74604bd024cba11db038a310b851 return the created sidecar image as a string in acceptance helpers.

v0.7.157

Changelog

  • fce0434e84101b2d49b05caaefb54849e080235e Fix sidecars stuck on "needs sync" in the watch TUI
  • 3300cd7d8a97eb1b9ceaea53361083bb32cea8fc Lead docs with sidecars; demote review to a footnote.
  • 1673eca50fd4c787287a175da9c577b5e40f6e58 Say what the sidecar API said when a command fails
  • 1e851da109534608a4dea19f8990f1b40cbe8b13 add tui groupings: per-repo headers, branch labe,s and collabsible invocations
  • 32b0efff5aa90afb75c9200720e90d2b6fc3a093 fix malformed New() signature after merge: move watchAll param and comment out of struct literal

v0.7.156

Changelog

  • fce0434e84101b2d49b05caaefb54849e080235e Fix sidecars stuck on "needs sync" in the watch TUI
  • 3300cd7d8a97eb1b9ceaea53361083bb32cea8fc Lead docs with sidecars; demote review to a footnote.
  • 1673eca50fd4c787287a175da9c577b5e40f6e58 Say what the sidecar API said when a command fails
  • 1e851da109534608a4dea19f8990f1b40cbe8b13 add tui groupings: per-repo headers, branch labe,s and collabsible invocations
  • 32b0efff5aa90afb75c9200720e90d2b6fc3a093 fix malformed New() signature after merge: move watchAll param and comment out of struct literal

v0.7.155

Changelog

  • fce0434e84101b2d49b05caaefb54849e080235e Fix sidecars stuck on "needs sync" in the watch TUI
  • 3300cd7d8a97eb1b9ceaea53361083bb32cea8fc Lead docs with sidecars; demote review to a footnote.
  • 1673eca50fd4c787287a175da9c577b5e40f6e58 Say what the sidecar API said when a command fails
  • 1e851da109534608a4dea19f8990f1b40cbe8b13 add tui groupings: per-repo headers, branch labe,s and collabsible invocations
  • 32b0efff5aa90afb75c9200720e90d2b6fc3a093 fix malformed New() signature after merge: move watchAll param and comment out of struct literal

... (truncated)

Commits
  • 21d19f8 Merge pull request #540 from CircleCI-Public/prefer-sidecar-uuid-in-watch
  • bd06d85 Merge pull request #532 from CircleCI-Public/update-watch-separate-sidecars
  • fb47cc5 Fix validate header showing wrong branch when CWD != workDir
  • 2eec790 Show per-session sidecars separately in watch tui
  • c31d108 Skip redundant UUID in activity pane when branch is empty
  • ffb8188 Show sidecar UUID instead of derived name in chunk watch
  • f52070a Merge pull request #520 from CircleCI-Public/stop-hooks-different-sidecars
  • 015e769 fix docs, duplicate truncation, dead AdoptIdleActive
  • 951b581 Drop AdoptIdleActive: sessions always create their own sidecar
  • f84e82b Stop two claude sessions from sharing the same sidecar
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 2, 2026
Bumps [github.com/CircleCI-Public/chunk-cli](https://github.com/CircleCI-Public/chunk-cli) from 0.7.135 to 0.7.163.
- [Release notes](https://github.com/CircleCI-Public/chunk-cli/releases)
- [Commits](CircleCI-Public/chunk-cli@v0.7.135...v0.7.163)

---
updated-dependencies:
- dependency-name: github.com/CircleCI-Public/chunk-cli
  dependency-version: 0.7.163
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/CircleCI-Public/chunk-cli-0.7.163 branch from 772587e to 3f7c576 Compare September 3, 2026 11:33
@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of github.com/CircleCI-Public/chunk-cli exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@pete-woods

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@pete-woods

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

The dependabot.yml entry that created this PR has been deleted so this PR can't be recreated. Please close the PR so Dependabot can create a new one with the current dependabot.yml.

@pete-woods pete-woods closed this Sep 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/CircleCI-Public/chunk-cli-0.7.163 branch September 14, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants