Skip to content

Releases: zph/runbook

Release 1.0.0-rc2.2

02 Feb 00:50
@zph zph
88603bb
Compare
Choose a tag to compare
Release 1.0.0-rc2.2 Pre-release
Pre-release
  • Update shell implementation for deno (8926272)

Release 1.0.0-rc2.1

21 Jan 00:17
@zph zph
0005afd
Compare
Choose a tag to compare
Release 1.0.0-rc2.1 Pre-release
Pre-release
  • Update template (bc40326)
  • Improve discoverability (d68237e)
  • Move performance info to docs (23119e9)
  • Remove trial of mkdocs in favor of sphinx (a9d91da)

Release 1.0.0-rc2.0

20 Jan 22:16
@zph zph
179280c
Compare
Choose a tag to compare
Release 1.0.0-rc2.0 Pre-release
Pre-release
  • Disable readme generation as pre-commit (5f483d9)
  • Use symlinks like a pro (92be5cf)
  • Remove copy of README (98903ba)
  • Update documentation (68554a3)
  • Update documentation (12869a8)
  • Add experimental tag on prompter because it can't work interactively (bb037a3)
  • Update docs (21044d6)
  • Tweak doc creation script (dbda32b)
  • Tweak doc creation script (86d08e5)
  • Tweak doc creation script (64421ef)
  • Setup documentation (054e823)
  • Add testing for prompter interface (54e0a47)
  • Do not use raw key (9cc7074)
  • Add prompter interface (8f21ac1)
  • Add docs generation to project (e1f7621)
  • Merge pull request #23 from zph/add-e2e-testing (fddf4ce)
  • Simplify test setup (529b503)
  • Simplify test setup (70b5617)
  • Add deno into hermit (0dbe5ab)
  • Parallel e2e tests (2e7d406)
  • Ignore two failing e2e tests (0e55614)
  • Replace npm with deno for release-it (d0ebbfc)
  • Expand e2e test cases (83c1a63)
  • Improve check output and start adding E2E testing (201031b)
  • Update README (420aaef)

Release 1.0.0-rc2

19 Jan 08:43
@zph zph
b8541c5
Compare
Choose a tag to compare
Release 1.0.0-rc2 Pre-release
Pre-release
  • Add non-interactive runbook executions as experimental (d8e40a3)
  • Remove excess library (7e34e7d)
  • Tidy up (6ab11f3)
  • Simplify syntax for extracting variables (922801c)
  • Add show command (f37cb96)
  • Update pkg reference (d9b3af0)
  • Rerun performance benchmarks (ca36652)
  • Tidy up testing file (cad571f)
  • Add list command (1235707)
  • Ensure that RUNBOOK_WORKING_DIR and WORKING_DIR work for setting dir context (7debbe4)
  • Bye poetry (59d7023)
  • Bye poetry (0ecf7e4)
  • Update readme and convert to using uv (fd7377c)

Release 1.0.0-rc1

18 Jan 20:29
@zph zph
f0a2a18
Compare
Choose a tag to compare
Release 1.0.0-rc1 Pre-release
Pre-release

Prerelease for v1.0.0

CLI has baked in for ~1yr and has the following minor changes added on top:

  • Update readme (857587b)
  • Merge pull request #19 from zph/add-auto-prompting (f468706)
  • Update readme for install requirements (03b8434)
  • Fix python auto-planning (fbd0259)
  • Update templates (59b021d)
  • Simplify interface for calling nbconvert (78c4fd7)
  • Switch to defaulting to use deno (6520ad4)
  • Hide nbconvert outputs (88432f9)
  • Initial implementation of auto-prompting (c8cb128)
  • Update README.md (b1325bc)

Release 0.3.5

15 Jun 02:22
@zph zph
b874eb5
Compare
Choose a tag to compare
  • Update npm packages related to release-it (9c48365)
  • Add identifier to output folder as well as file (00ea82d)

Release 0.3.4

14 Jun 04:22
@zph zph
9310b62
Compare
Choose a tag to compare
  • Fix runbook run validations of filename for better DEVEX (07bb898)
  • Remove trailing hyphen when no identifier used (c6c83c7)

Release 0.3.3

15 Apr 21:55
@zph zph
772b7bd
Compare
Choose a tag to compare
  • Update package-lock (07c253a)
  • Bring in let declaration changes for ts (3694639)
  • Update templates (b1f6cca)
  • Update readme (cf86758)
  • Add readme updates to pre-commit (709880f)
  • Update readme with new commands (8957d87)

Release 0.3.2

14 Apr 02:42
@zph zph
7afc778
Compare
Choose a tag to compare

Release 0.3.1

12 Apr 17:18
@zph zph
1e12521
Compare
Choose a tag to compare
  • Add 'check' command for deno and for python (84e3f5e)
  • Upgrade papermill for ts argument parsing (78de827)
  • Merge pull request #9 from zph/issue-5/identifiers (a8cf358)
  • Issue #5: Allow for custom suffix on planned runbook name with --identifier (5dd230f)
  • Merge pull request #8 from zph/issue-4/var-to-let (bad6264)
  • Update papermill to use let not var for Typescript notebooks (aba52ab)