Skip to content

Releases: IBM/tekton-lint

Typescript Fixes to handle ESM

12 Dec 16:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.7.0

Publish to @ibm npmjs namespace

12 Dec 12:03
53df33b
Compare
Choose a tag to compare
v0.6.2

Update release.yml

v0.6.1

24 Nov 14:37
99d02dd
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.6.1 (2023-11-24)

Features

  • add no-missing-hashbang rule (0b13635)

v0.6.0

19 Oct 08:34
9af286c
Compare
Choose a tag to compare

[9af286c] chore: bump version to 0.6.0 (Bence Dányi)
[cd493a9] fix: handle new eventlistener syntax (dr-Varro-Judit)
[1c90fbc] fix: report conditions in embedded pipelines (Tamas Muncsan)
[151ff2c] refactor: logging error with source map (Tamas Muncsan)
[6d7510c] test: fix regression test comment (Bence Dányi)
[2ffdcaf] feat: expose config in the public API (Bence Dányi)
[8de87d9] test: add no-invalid-name tests (Bence Dányi)
[21a3c23] test: add no-deprecated-resource tests (Bence Dányi)
[62ff0eb] test: add regression tests for prefer-when-expression (Bence Dányi)
[d01fb1c] chore: run build only on prepare (Bence Dányi)

v0.5.2

28 Oct 11:32
2f667fb
Compare
Choose a tag to compare

[2f667fb] chore: bump version to v0.5.2 (Bence Dányi)
[6c57245] feat: check no-duplicate-param in taskSpec (verebecske)
[5c1baa2] feat: report duplicated env vars in stepTemplate.env (Tamas Muncsan)
[961ff93] refactor: walk and pathToString functions (Mark Kovari)
[7218c6b] test: add no-extra-param tests (Bence Dányi)
[55cbf7d] feat: target ES2019 instead of ES2020 for node@12 compatibility (Bence Dányi)
[6cc83be] test: add edge cases to no-duplicate-param tests (Bence Dányi)
[0940028] feat: merge no-invalid-param-type rules (Bence Dányi)
[3eb30c3] test: add no-duplicate-param tests (Bence Dányi)
[da5f5d1] test: add regression tests for no-duplicate-env (Bence Dányi)

v0.5.1

22 Oct 13:13
db88dfe
Compare
Choose a tag to compare

[db88dfe] chore: bump version to v0.5.1 (Bence Dányi)
[c4c037f] feat: exit with 1 when no definitions were found (Mark Kovari)
[71d7ef0] docs: add .tektonlintrc.yaml to readme (Tamas Muncsan)

v0.5.0

18 Oct 21:24
1595032
Compare
Choose a tag to compare

[1595032] chore: bump version to v0.5.0 (Bence Dányi)
[ea36a87] feat: convert to typescript (Bence Dányi)

v0.4.4

18 Oct 20:35
a42390e
Compare
Choose a tag to compare

[a42390e] chore: bump version to v0.4.4 (Bence Dányi)
[2c2f8f3] fix: convert param to string before matching (Brandon Hartshorn)
[34247ee] feat: check stepTemplate for image usage (Bence Dányi)
[b482a77] feat: add no-deprecated-resource rule (Tamas Muncsan)
[2431e2c] refactor: wrap main script with IIFE (Bence Dányi)
[e05a1d1] feat: prefer whenexpressions over conditions rule (Tamas Muncsan)
[db03020] chore: remove unused file (Bence Dányi)

v0.4.3

18 Oct 20:36
d07f68e
Compare
Choose a tag to compare

[d07f68e] chore: bump version to v0.4.3 (Bence Dányi)
[acbb4a6] feat: max-warnings option (Tamas Muncsan)
[9c456dd] chore: tweak eslint rules (Bence Dányi)
[901295d] fix: add missing import (Bence Dányi)
[9aad36a] chore: run linter only once (Bence Dányi)
[93ae8e5] feat: add quiet flag (Leandro Nunes)

v0.4.2

06 Oct 20:20
a37d998
Compare
Choose a tag to compare

[a37d998] chore: bump version to v0.4.2 (Bence Dányi)
[40bff6b] chore: run linter for PRs (Bence Dányi)
[a3140dc] fix: skip result checker for missing tasks (Bence Dányi)
[54d7bf1] fix: skip checking results for tasks that are not loaded (Tails128)
[ef9c14a] fix: merge project-specific config with defaults (Szabolcs Szabolcsi-Tóth)
[a3a1106] chore: remove internal github plumbing (Bence Dányi)