Skip to content

Releases: nudgebee/nbctl

v0.0.1

Choose a tag to compare

@blue4209211 blue4209211 released this 29 Jun 03:28
d39ca9a

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

Choose a tag to compare

@blue4209211 blue4209211 released this 14 Jun 02:39
de42b9e
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

Choose a tag to compare

@blue4209211 blue4209211 released this 26 May 15:29
020ae4b

What's Changed

New Contributors

Full Changelog: 0.0.1-rc-4...0.0.1-rc-5

0.0.1-rc-4

Choose a tag to compare

@blue4209211 blue4209211 released this 21 Dec 09:10
6f72341

What's Changed

Full Changelog: 0.0.1-rc-3...0.0.1-rc-4

0.0.1-rc-2

Choose a tag to compare

@blue4209211 blue4209211 released this 21 Dec 08:15
8854a11
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

0.0.1-rc-3 Pre-release
Pre-release

Choose a tag to compare

@blue4209211 blue4209211 released this 21 Dec 08:33
1895195

What's Changed

Full Changelog: 0.0.1-rc-2...0.0.1-rc-3

0.0.1-rc-1

0.0.1-rc-1 Pre-release
Pre-release

Choose a tag to compare

@blue4209211 blue4209211 released this 06 Nov 12:55
ca51f6e

What's Changed

  • Inital version on nbctl

New Contributors

Full Changelog: https://github.com/nudgebee/nbctl/commits/0.0.1-rc-1