Skip to content

Latest commit

 

History

History
293 lines (139 loc) · 14.3 KB

File metadata and controls

293 lines (139 loc) · 14.3 KB

Changelog

6.5.0 (2026-08-28)

Features

  • ETU-75494: Update api-guidelines to 3.1.1. This version adds lint rules for api lifecycle management. (e2105a2)

6.4.0 (2026-08-17)

Features

  • ETU-75553: Add option to specify env (#159) (26e0d85)

6.3.2 (2026-08-06)

Bug Fixes

  • Use new syntax for referencing action in same repo (#155) (b2bbd7d)

6.3.1 (2026-07-27)

Bug Fixes

  • Typo in workflow input description (01692cd)

6.3.0 (2026-07-27)

Features

  • ETU-74964: Use pre-built executables to invoke spectral and redocly (#151) (c1e2804)

6.2.3 (2026-06-22)

Bug Fixes

  • ETU-73873: Override spectral-rulesets version (#146) (19bd1a2)

6.2.2 (2026-05-29)

Bug Fixes

6.2.1 (2026-05-20)

Bug Fixes

  • security, ETU-72347: Set min-release-age for npx using env variables (#142) (e61f0cc)

6.2.0 (2026-05-18)

Features

  • ETU-71559: Add input "annotations" to disable annotations (#140) (d5fcf6b)

6.1.2 (2026-04-21)

Bug Fixes

  • Bump api-guidelines to 3.0.1 (#138) (7602609)
  • deps: Bump @stoplight/spectral-cli to v6.15.1 (#137) (7e73c53)
  • Merge multi-job workflows to single job (49021da)
  • Removed setup-node, node 20 is included in ubuntu-latest, which is fine. Node 24 not needed. (e129a24)

6.1.1 (2026-04-15)

Bug Fixes

  • Emit github error annotation on error from backend on publish / validate (305874f)
  • Fix typo in artifact download causing error (#133) (f761b70)

6.1.0 (2026-04-09)

Features

Bug Fixes

6.0.0 (2026-04-01)

⚠ BREAKING CHANGES

Features

5.4.3 (2026-03-16)

Bug Fixes

5.4.2 (2026-03-10)

Bug Fixes

5.4.1 (2026-02-27)

Bug Fixes

5.4.0 (2026-02-25)

Features

  • ETU-67864 Use api-guidelines 2.2.0 (#101) (3a3e50f)
  • ETU-68622 Annotate spec file with lint problems, and url to guidelines (#102) (9931274)

5.3.0 (2026-02-11)

Features

  • Update api-guidelines version to 2.1.0 (#98) (dce38be)

5.2.1 (2026-01-14)

Bug Fixes

  • Removed support for asyncapi linting. (#96) (992bd9a)

5.2.0 (2026-01-12)

Features

  • Pin google-github-action versions to sha (#94) (895c2b6)

5.1.0 (2025-11-25)

Features

  • Check that ENTUR_API_DATA_SA exists (#88) (0573930), closes #87

5.0.0 (2025-11-19)

⚠ BREAKING CHANGES

  • API-568: Lint spec with minimal ruleset on publish to portal.

Features

  • API-568: Lint spec with minimal ruleset on publish to portal. (84a48bc)
  • remove conditions when publishing (#81) (92a3b47)

Bug Fixes

  • API-568: Lint spec with minimal ruleset on publish to portal. (fc23334)

4.2.1 (2025-08-28)

Bug Fixes

  • fixes bug where visibility is not set (#76) (d6212d3)

4.2.0 (2025-08-28)

Features

  • created reusable workflow for uploading spec to dev portal (#71) (39b038f)

4.1.0 (2025-08-11)

Features

  • added workflow for uploading spec to dev portal (#64) (78c39f2)
  • API-411: Added support for linting asyncapi specs. (#60) (14435b5)

Bug Fixes

  • API-433: If spectral fails to run, workflow now fails. (#63) (d99a9b2)
  • Using latest linting ruleset. (#67) (506d8b0)

4.0.1 (2025-07-08)

Bug Fixes

  • globs spec path to cp in artifact upload (#56) (bfeaea0)

4.0.0 (2025-07-02)

⚠ BREAKING CHANGES

  • API-406: Replaced input fail_on_lint_error with new fail_threshold (#48)

Features

  • Allows use of ** in spec patterns to match recursive directories (6f95da7)
  • API-372: Display lint issues in step summary (a71d023)
  • skips linting for dependabot PR's (e3246fb)

Bug Fixes

  • added missing permission for release please (23de049)
  • Do not use context vars in run steps. (952b5ef)
  • Makes globstar fixture meaningfully different from normal star (7cb7207)
  • only uploads spec to bucket when pushing to default branch (ff1cc6e)

3.0.0 (2025-05-12)

⚠ BREAKING CHANGES

  • API-383: Using new spectral rules (v 1.0.1) with breaking changes.

Features

  • API-383: Using new spectral rules (v 1.0.1) with breaking changes. (3c5b263)

2.0.0 (2025-04-23)

⚠ BREAKING CHANGES

  • updated input names and descriptions (#37)

Bug Fixes

  • API-321: Removed unused file (7df05c8)
  • API-321: Renamed "lint" job to "test-lint-ok-with-artifact" (410a4e7)

Documentation

  • updated input names and descriptions (#37) (1b491a3)

1.0.2 (2025-04-01)

Bug Fixes

1.0.1 (2025-04-01)

Bug Fixes

1.0.0 (2025-03-31)

Features