Skip to content

Releases: leg100/pug

v0.4.2

15 Jul 16:27
d15f1eb
Compare
Choose a tag to compare

0.4.2 (2024-07-15)

Bug Fixes

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

v0.4.1

15 Jul 10:22
408c767
Compare
Choose a tag to compare

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

v0.4.0

12 Jul 08:37
b0e47a5
Compare
Choose a tag to compare

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

v0.3.4

09 Jul 09:52
24f2dbe
Compare
Choose a tag to compare

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)

v0.3.3

04 Jul 09:35
e91cf7a
Compare
Choose a tag to compare

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

v0.3.2

03 Jul 08:05
a66d57a
Compare
Choose a tag to compare

0.3.2 (2024-07-03)

Bug Fixes

v0.3.1

02 Jul 17:12
383bb69
Compare
Choose a tag to compare

0.3.1 (2024-07-02)

Miscellaneous

  • make colors somewhat less garish (ad2bdff)

v0.3.0

01 Jul 22:03
c1a8a06
Compare
Choose a tag to compare

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

v0.2.2

23 Jun 09:50
e30b4ce
Compare
Choose a tag to compare

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)

v0.2.1

21 Jun 13:37
d78d3de
Compare
Choose a tag to compare

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