Releases: nudgebee/nbctl
Releases · nudgebee/nbctl
Release list
v0.0.1
What's Changed
- chore(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #99
- chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #98
- chore(deps): consolidated bumps — cobra, asciigraph, 4 GitHub Actions by @blue4209211 in #96
- docs(readme): catch up on commands shipped since v0.0.1-rc-5 by @blue4209211 in #101
Full Changelog: v0.0.1-rc.6...v0.0.1
v0.0.1-rc.6
chore(deps): bump github.com/charmbracelet/glamour to v1.0.0 (#97)
* chore(deps): consolidated bumps — cobra, asciigraph, 4 GitHub Actions
Supersedes Dependabot PRs #77, #79, #80, #81, #82, #83.
Go modules:
- github.com/spf13/cobra 1.10.1 -> 1.10.2 (patch; yaml dep cleanup)
- github.com/guptarohit/asciigraph 0.7.3 -> 0.9.0 (minor; only basic Plot API used)
GitHub Actions (runtime / artifact-version bumps):
- actions/checkout v4 -> v6
- golangci/golangci-lint-action v8 -> v9
- actions/upload-artifact v4 -> v7 (must pair with download-artifact)
- actions/download-artifact v4 -> v8 (manifest format changed; paired with upload)
The artifact actions move together because v4 and v5+ use different
manifest backends — mixing breaks artifact transfer between the
build and release jobs.
Verified locally: `make test` green across all packages with the new
deps. Workflow changes affect CI/release only; verified by yaml diff.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(deps): bump github.com/charmbracelet/glamour to v1.0.0
Major-version bump, used in `nbctl nubi` for terminal markdown rendering.
Supersedes Dependabot PR #85.
Verified locally:
- The three APIs nbctl uses are unchanged in v1.0.0:
- glamour.NewTermRenderer(...)
- glamour.WithStandardStyle("dark")
- glamour.WithWordWrap(120)
- `make test` green across all packages
- Live render smoke test: heading styling, italic, bold, bullet list,
and Go code-block syntax highlighting all render correctly
Transitive bumps from go mod tidy:
- github.com/alecthomas/chroma/v2 v2.14.0 -> v2.20.0
- github.com/charmbracelet/x/ansi v0.8.0 -> v0.10.2
- github.com/dlclark/regexp2 v1.11.0 -> v1.11.5
- github.com/lucasb-eyer/go-colorful v1.2.0 -> v1.3.0
- github.com/mattn/go-runewidth v0.0.16 -> v0.0.17
- github.com/yuin/goldmark v1.7.8 -> v1.7.13
- github.com/yuin/goldmark-emoji v1.0.5 -> v1.0.6
- golang.org/x/term v0.35.0 -> v0.36.0
- golang.org/x/text v0.29.0 -> v0.30.0
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0.0.1-rc-5
What's Changed
- ⚡ Bolt: Optimize tabular output formatting by @google-labs-jules[bot] in #19
- Add /copy command to nubi interactive shell by @google-labs-jules[bot] in #20
- ⚡ Bolt: Optimize reflection in format package by @google-labs-jules[bot] in #21
- ⚡ Bolt: optimize tabular output performance by @google-labs-jules[bot] in #24
- ⚡ Bolt: Optimize JSON printing in pkg/format by @google-labs-jules[bot] in #25
- ⚡ Bolt: Optimize JSON printing using json.Encoder by @google-labs-jules[bot] in #27
- ⚡ Bolt: Optimize table printing in printEvidences by @google-labs-jules[bot] in #33
- feat: added workflow validation by @blue4209211 in #34
- ⚡ Bolt: Optimize printSlice reflection by @google-labs-jules[bot] in #37
- ⚡ Bolt: Optimize JSON string unquoting by @google-labs-jules[bot] in #38
- feat: Replace machinebox/graphql with custom internal client by @google-labs-jules[bot] in #35
- Implement upsert logic for workflow apply command by @google-labs-jules[bot] in #36
- ⚡ Bolt: Optimize formatting performance in pkg/format by @google-labs-jules[bot] in #42
- ⚡ Bolt: Optimize GraphQL client response decoding by @google-labs-jules[bot] in #48
- ⚡ Bolt: Optimize output formatting performance by @google-labs-jules[bot] in #53
- chore(deps): bump github.com/modelcontextprotocol/go-sdk from 1.1.0 to 1.3.1 in the go_modules group across 1 directory by @dependabot[bot] in #71
- ⚡ Bolt: Optimize reflection in format loops by @google-labs-jules[bot] in #44
- ⚡ Bolt: Optimize JSON unmarshalling in ListAgents and ListTools by @google-labs-jules[bot] in #54
- fix: migrate to v2/v3 GraphQL actions after direct-table removal by @blue4209211 in #73
- fix(cli): address follow-up issues from v2/v3 migration by @blue4209211 in #74
- docs+chore: README cleanup + OSS-readiness scaffolding by @blue4209211 in #75
- feat(workflow): add pause, resume, cancel-execution commands by @blue4209211 in #76
New Contributors
- @dependabot[bot] made their first contribution in #71
Full Changelog: 0.0.1-rc-4...0.0.1-rc-5
0.0.1-rc-4
What's Changed
- infra: issue with cross env build by @blue4209211 in #18
Full Changelog: 0.0.1-rc-3...0.0.1-rc-4
0.0.1-rc-2
feat: Add workflow command (#11) * Add workflow command with list, get, apply, and trigger subcommands * Add workflow command with list, get, apply, and trigger subcommands * Add workflow command with list, get, apply, and trigger subcommands * fix: lint errors (errcheck) --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: shiv <blue.4209211@gmail.com>
0.0.1-rc-3
What's Changed
- chore: add linter in release by @blue4209211 in #17
Full Changelog: 0.0.1-rc-2...0.0.1-rc-3
0.0.1-rc-1
What's Changed
- Inital version on nbctl
New Contributors
- @blue4209211 made their first contribution in #1
Full Changelog: https://github.com/nudgebee/nbctl/commits/0.0.1-rc-1