Skip to content

Latest commit

 

History

History
564 lines (312 loc) · 29.8 KB

CHANGELOG.md

File metadata and controls

564 lines (312 loc) · 29.8 KB

Changelog

0.6.2 (2024-12-29)

Bug Fixes

  • always try to put cursor on first module (29539f7)
  • prune selections when filtering (17dba76)

0.6.1 (2024-12-24)

Bug Fixes

0.6.0 (2024-12-23)

⚠ BREAKING CHANGES

  • trigger new minor release

Features

  • don't redirect short tasks (1925a2d)
  • make common actions avail in all panes (953cbae)
  • re-introduce history for top right pane (41a5ce2)
  • tree UI (#137) (4a10ce8)
  • trigger new minor release (3433260)
  • use checkmark to denote current workspace (2e6cf4c)

Miscellaneous

0.5.5 (2024-10-07)

Bug Fixes

  • support both terragrunt < 0.67 and >= 0.67 (16b0b05)

0.5.4 (2024-10-06)

Bug Fixes

  • support terragrunt >= v0.67 (d4caaff)

Miscellaneous

0.5.3 (2024-09-22)

Features

Bug Fixes

  • stop ANSI colors bleeding (1b58356)

0.5.2 (2024-09-19)

Features

Bug Fixes

Miscellaneous

  • change serial number bg to black for clarity (b256ba4)
  • document using multiple versions of terraform (#127) (dd71c9f)
  • go mod tidy (e39a7cd)
  • regroup direct requirements in go.mod (317ad4e)
  • remove unused logger param (a80bf0b)

0.5.1 (2024-08-22)

Features

Miscellaneous

  • fix typo on readme (d576437)
  • update readme with keys for targeted apply and destroy (7f37f58)

0.5.0 (2024-08-21)

⚠ BREAKING CHANGES

  • standardize navigation keys and change untaint key (#110)

Features

  • <enter> goes to state page (f7cd452)
  • infracost integration (#118) (b06646b)
  • standardize navigation keys and change untaint key (#110) (178bff4)

Bug Fixes

  • don't skip modules with multiple tf files (2208eff)

Miscellaneous

  • add before-exited callback to task (7b0f8b5)
  • navigation message only needs an ID (8977e45)
  • provide relative method for workdir (a278994)
  • rename task changes column to summary (75affa9)
  • speed up module discovery (#112) (0099c23)
  • update demo (fc8572e)
  • update readme (246b6b1)

0.4.3 (2024-07-25)

Bug Fixes

  • detect terragrunt modules without remote_state block (#108) (379bea9)
  • flaky terragrunt test (5ffc73c)
  • incorrect width for task info sidebar (dd6b918)
  • make stdout available separate from stderr (#104) (07ed378)
  • still print content if json prettification fails (fa0df2d)

Miscellaneous

  • bump bubbletea and lipgloss (361ae18)
  • make copy() do something (e90bd2b)
  • standardize service variable naming (dc01899)

0.4.2 (2024-07-15)

Bug Fixes

  • handle external terragrunt dep without panic (#101) (518b60f)

0.4.1 (2024-07-15)

Bug Fixes

  • panic when pressing enter on state resource (#98) (142dde7)
  • state parsing string index keys (#99) (dd0b91f)

Miscellaneous

0.4.0 (2024-07-12)

⚠ BREAKING CHANGES

  • terraform destroy (#92)

Features

Bug Fixes

  • add missing help entry for delete workspace (b913600)
  • crop task info sidebar content (29e551f)
  • show valid log levels in help (d8fb3ca)
  • state locked error with parallel tasks (06ce27d)

Miscellaneous

0.3.4 (2024-07-09)

Features

Bug Fixes

  • don't use pound sign in artefact paths (0329d79)
  • only show dependencies when using terragrunt (8fb0336)

Miscellaneous

  • copy table columns using copy func (38de2fd)
  • show task args in array brackets (473b209)

0.3.3 (2024-07-04)

Features

Bug Fixes

  • if possible use command string for retry task group (10fbeca)
  • simplify filter mode logic (40a1dff)

Miscellaneous

0.3.2 (2024-07-03)

Bug Fixes

0.3.1 (2024-07-02)

Miscellaneous

  • make colors somewhat less garish (ad2bdff)

0.3.0 (2024-07-01)

⚠ BREAKING CHANGES

  • change key bindings for split pane resizing (#82)
  • change default config file path (#79)

refactor

  • change default config file path (#79) (d1d9b4e)
  • change key bindings for split pane resizing (#82) (35f33d1)

Bug Fixes

  • always ensure current row is visible (e4ddc3a)
  • remove debug table info (916a859)
  • use terraform for terragrunt tests (e0cd4b3)

Miscellaneous

0.2.2 (2024-06-23)

Features

Bug Fixes

  • border w/o preview nr invisible on light bg (ba2313a)
  • detect applies with no changes (84cfb6f)

Miscellaneous

  • remove run status from UI (805eb6b)
  • update tofu/terragrunt support docs (394f173)

0.2.1 (2024-06-21)

Features

  • require approval before retrying tasks (0f5e7e3)

Bug Fixes

  • go install broken by replace directive (8ab6fb3)
  • provide further info when pruning selection (4c863e9)
  • table current row always track item (e9c673b)

Miscellaneous

0.2.0 (2024-06-20)

⚠ BREAKING CHANGES

  • bump minor version

Features

Bug Fixes

  • adding missing key bindings to help (368d59e)
  • consistenly format error messages (f4f02e0)
  • get tests passing again (#72) (fa482ce)
  • handle empty state without panic (26028c2)
  • handling unknown keys is difficult so remove err (eea8b49)
  • integration tests use mirror (a5a0f5a)
  • keep track of cursor on table (bd4b8eb)
  • key changes broke tests (866b0d2)
  • remove double border on task group table (2fe00a6)
  • show task's workspace/module in logs (4a67df5)
  • use absolute path for edit (8c0aac1)
  • use EDITOR for editing modules (d4bb1f4)

Miscellaneous

  • bump go deps (7f2e8d2)
  • change cancel language (6d90e7e)
  • clean up table naming (c3cdf2e)
  • enable autoscroll by default (62f95ae)
  • lint changes (72820ab)
  • merge demos into one and update readme (#73) (f2cf271)
  • merge table types into one (#68) (6bcc5fb)
  • refactor resources (#64) (16741d7)
  • refactor state (#67) (8f516c4)
  • remove leftover tab code (b60fc0d)
  • remove redundant run key (382f9fe)
  • remove redundant table.Items() method (5bc749d)
  • remove shift-tab key binding to go back (e5f4e11)
  • remove unnecessary generic table param (3871c1f)
  • rm unnecess receiver from crumbs method (5d32a7a)
  • rm unnecessary mod retrieval (1f61982)

0.1.11 (2024-05-13)

Features

  • consistent navigation following task/run creation (#60) (bbf97cd)

Bug Fixes

  • go install does not like replace directives (#63) (55ab62a)
  • show version when using go install (eb27209)

0.1.10 (2024-05-10)

Features

  • add ability to move state resources (#57) (0945bb8)
  • add resource count to module listing (b1bf226)

Bug Fixes

  • make select range behave like k9 (6e38d37)
  • state reload not always visible (942943b)

Miscellaneous

  • remove ` as back key (1deaec1)
  • remove unnecessary test setup options (b3fb7be)
  • remove unnecessary update in reload (9ae18cf)

0.1.9 (2024-05-07)

Features

Bug Fixes

  • make help bindings consistent (d06d8e0)
  • prevent broker deadlock upon shutdown (ebcb4d2)

Miscellaneous

0.1.8 (2024-05-03)

Features

  • don't auto-deselect and add select-range (fa4eeee)

Bug Fixes

  • comment out demo welcome message (7653899)
  • hide apply key for non-applyable runs (82f6880)
  • tab info now uses active tab (fbed323)

0.1.7 (2024-05-02)

Features

  • add stale state to runs (246315c)
  • move plan files to ~/.pug, and auto-delete them (05c039d)

Bug Fixes

  • show '+0~0-0' when no changes, not '-' (9661610)
  • terminate running tasks upon exit (7ad8289)

Miscellaneous

  • clean up pug path code (81c27c1)
  • document resource hierarchy (05e4932)
  • git ignore asdf .tool-versions files (3f598bb)
  • remove vhs vids from git (2126a1b)

0.1.6 (2024-04-30)

Features

0.1.5 (2024-04-30)

Bug Fixes

  • add user's env to tasks (f71fd11)

Miscellaneous

  • add example to getting started (e2c3658)
  • add getting started section (98323e0)
  • add start and finish msgs to demos (fad6742)
  • update automatic tasks (64552f7)
  • update getting started guide (faf691a)
  • update readme.md (49a71ed)

0.1.4 (2024-04-29)

Features

  • add support for destroy plan (7dd5f9d)
  • press 'C' to change workspace (9fca858)
  • prune selections prior to plan/apply (#42) (b2b9902)

Bug Fixes

  • add help binding for targeted plan (f212080)
  • add missing navigation keys (55d2b39)
  • de-select rows after triggering plans (c4ff893)
  • don't unsub full subs (7215a79)
  • flaky tests (eff8924)
  • flaky workspace destroy test (126e35d)
  • main image on README 404 (b63cad4)
  • pubsub broker now can handle unlimited events (9f55036)
  • workspace list test missing workspace fixture (294765f)

Miscellaneous

0.1.3 (2024-04-24)

Bug Fixes

  • brew release missing token env (751f6f1)

0.1.2 (2024-04-24)

Bug Fixes

Miscellaneous

0.1.1 (2024-04-24)

Bug Fixes

  • remove unnecessary code failing win build (07426c5)

0.1.0 (2024-04-24)

⚠ BREAKING CHANGES

  • initial commit

Features