Skip to content

Latest commit

 

History

History
375 lines (176 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

375 lines (176 loc) · 13.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

5.3.1 (2024-12-28)

Bug Fixes

5.3.0 (2024-12-04)

Features

5.2.0 (2024-11-03)

Features

  • Add schema-location to validate cmd (0692a31)

5.1.0 (2024-10-11)

Features

  • Add configurable timeout for run operations #61 (26f9ced)

5.0.1 (2024-10-08)

Bug Fixes

  • run: Add newline in run output (71e99f9)

5.0.0 (2024-10-04)

⚠ BREAKING CHANGES

  • Major refactoring and add custom commands #61

Features

  • Major refactoring and add custom commands #61 (0dcf702)

4.9.3 (2024-09-08)

Bug Fixes

  • kinds,resources: enforce query.iter_matches old behavior (d6a18e3)
  • kinds: Respect enable_key_mappings #63 (4641121)

4.9.2 (2024-08-29)

Bug Fixes

  • kinds: Use empty table as default for exclude_pattern #60 (c3a0b4b)

4.9.1 (2024-05-23)

Bug Fixes

4.9.0 (2024-03-23)

Features

  • build: Add additional_args (82fd50c)

4.8.0 (2024-03-02)

Features

  • Add LuaSnip integration (795e2b8)

4.7.0 (2024-02-03)

Features

4.6.0 (2024-02-03)

Features

  • Add args for kinds and deprecations #51 (dd5bf66)

Bug Fixes

4.5.2 (2023-12-22)

Bug Fixes

  • Add error handling to os.remove calls (#47) (ccd321f)

4.5.1 (2023-12-16)

Bug Fixes

  • minor linting and deprecation issues (#43) (bb0c5a6)

4.5.0 (2023-11-19)

Features

  • kinds: Add telescope loclist keybinding (bc8e8cd)

Bug Fixes

  • docstring with correct values (4ea8047)
  • Remove unnecassary ft check (a0b3ed9)
  • set default values in iter_matches (a84ab1b)

4.4.0 (2023-10-21)

Features

  • Add namespace to list kinds (7a88d4c)

Bug Fixes

4.3.0 (2023-07-31)

Features

4.2.2 (2023-05-15)

Bug Fixes

  • make list_kinds treesitter query more robust (3c91311)

4.2.1 (2023-05-14)

Bug Fixes

  • bug in list kinds in Kustomization resources #29 (8890806)

4.2.0 (2023-04-22)

Features

Bug Fixes

  • use utils.warn if validation finds an issue (75370b1)

4.1.0 (2023-04-21)

Features

  • introduce config table #8 and enhance kubeconform output (44a458c)

4.0.0 (2023-04-20)

⚠ BREAKING CHANGES

  • update vim.treesitter API calls

Features

  • update vim.treesitter API calls (861c8d5)

Bug Fixes

3.1.0 (2023-02-23)

Features

  • list_kinds: show also metadata.name value of each resource #22 (2e8aef6)

3.0.0 (2023-02-23)

⚠ BREAKING CHANGES

  • list resource "kinds:" in loclist #21

Features

2.0.1 (2023-01-11)

Bug Fixes

  • validation error msg handling (d30f120)

2.0.0 (2023-01-11)

⚠ BREAKING CHANGES

  • introduce nvim-treesitter parsing

Features

  • introduce nvim-treesitter parsing (49aa4a0)

1.0.3 (2023-01-06)

Bug Fixes

  • remove unnecessary line break in error msg (a6b6cb7)

1.0.2 (2023-01-06)

Bug Fixes

  • title in warn and error functions (f7c612a)
  • unix detection for path_separator() (7c7b6cd)

1.0.1 (2023-01-05)

Bug Fixes

  • prevent create_output to create a 'NO NAME' buffer #11 (e57ea1f)

1.0.0 (2023-01-05)

⚠ BREAKING CHANGES

  • rename commands

Features

  • delete buffer after closing output window #9 (9c4398d)

Bug Fixes

Code Refactoring

0.5.0 (2023-01-05)

Features

  • add 'open' use case (f14e04f)
  • add "validate manifests" use case (d843a71)
  • add new "resources" function (158fd25)
  • better error handling for kustomize build (aab7a9b)
  • customization: adds support for custom user configurations/overrides (#2) (34e240c)

Bug Fixes

  • add missing require statement (3f503c3)
  • do not create buffer on kustomize error (ae4280a)
  • support kustomization.yml (6d5af96)
  • vim commands (e778ae4)

[0.4.2] - 2022-11-28

Fixed

  • missing require statement

[0.4.1] - 2022-11-28

Changed

  • refactor check_plenary, check_kustomize, check_kubeconform

[0.4.0] - 2022-11-25

Added

  • "validation" use case to quickly run kubeconform on the current buffer's content.

[0.3.1] - 2022-11-23

Fixed

  • do not display output buffer if kustomize build ran into an error

[0.3.0] - 2022-11-21

Added

  • "resources" use case to quickly add all files/folders within a folder containing a kustomization.ya(m)l to the list of resources

Fixed

  • vim commands

Changed

  • refactor check for kustomization.y(a)ml to a function in utils

[0.2.1] - 2022-11-20

Added

  • support kustomization.yml

[0.2.0] - 2022-11-19

Added

  • 'open' use case to quickly open a file listed in a kustomization.yaml (e.g. resources) via visual selection

Changed

  • One video per use case

[0.1.0] - 2022-11-18

Added

  • utils.lua

Changed

  • Better error handling for kustomize build

[0.0.1] - 2022-11-17

Added

  • Initial release