Skip to content

Latest commit

 

History

History
267 lines (134 loc) · 7.92 KB

CHANGELOG.md

File metadata and controls

267 lines (134 loc) · 7.92 KB

CHANGELOG

v1.2.3 (2024-10-02)

Fix

  • fix: correct this conditional (#48)

  • fix: correct this conditional

  • chore: remove print statement (d485941)

v1.2.2 (2024-10-02)

Fix

  • fix: allow env to be prod- (#46)

  • fix: allow env to be prod-

  • fix: run cargo fmt (35729a3)

v1.2.1 (2024-10-02)

Fix

  • fix: allow tag-o11y (#47) (9ef2685)

v1.2.0 (2024-10-02)

Feature

  • feat: enable OTLP trace exportation in manifests (#45) (abe53b8)

v1.1.16 (2024-09-20)

Chore

  • chore: update workflow names, update readme with badges (#43) (7036246)

Fix

  • fix: correct deployment query (#44) (623f867)

v1.1.15 (2024-09-18)

Chore

  • chore: query updates, documentation, tests (#41)

  • chore: update test data

  • chore: move vendor specific functionality, allow cache bypass

  • chore: formatting, clippy, disable debug code

  • fix: include subsequent success if first was a failure

  • chore: add documentation, unit tests and test job for PRs

  • chore: fmt and clippy

  • chore: more clippy (a359cc9)

Documentation

  • docs: add template for PRs (#40) (44d132f)

  • docs: add contributing docs (#39)

  • docs: add contributing docs

  • fix: remove pre-commit config, add conventional commit blurb in contributing doc (1cf0ce1)

Fix

v1.1.14 (2024-09-17)

Chore

  • chore: add format check (#37)

  • chore: add format check

  • chore: formatting (94939ea)

  • chore: Add Clippy (#36)

  • fix: expand limit to loki query, use different field for merge sha, cleanup warnings

  • chore: Add Clippy Job and update code to follow clippy

  • fix: remove duplicate code line causing errors

  • chore: run fmt

  • chore: remove dead code (933f0d6)

  • chore: add issue templates (#35) (e31fab1)

Ci

  • ci: add code scanning (codeql) and badge (#34)

  • ci: add code scanning with codeql and badge

  • docs: fix spacing in readme

  • fix: precommit fix (5f57fc1)

Documentation

  • docs: readme updates & pre-commit config (#33)

  • feat: add pre-commit config

  • fix: style/formatting/pre-commit fixes

  • fix: clean up section headings

  • fix: convert lists to tables

  • fix: spelling fixes

  • fix: update link to internal header (9c9ada4)

Fix

  • fix: added LICENSE, build, and language badge to repo (#38)

  • fix: added LICENSE, build, and language badge to repo

  • docs: reformatted README (07b3dd4)

Unknown

v1.1.13 (2024-08-17)

Fix

  • fix: expand limit to loki query, use different field for merge sha, cleanup warnings (#32) (b86b124)

v1.1.12 (2024-08-16)

Fix

  • fix: allow a 3rd option for workflow link (#31)

Co-authored-by: Wolftousen <[email protected]> (17d50b6)

v1.1.11 (2024-08-16)

Fix

  • fix: relied on vscode to much to catch this (#30)

Co-authored-by: Wolftousen <[email protected]> (580f6d7)

v1.1.10 (2024-08-16)

Fix

  • fix: allow either workflow_id or url to be used (#29)

Co-authored-by: Wolftousen <[email protected]> (5754ef9)

v1.1.9 (2024-08-16)

Fix

  • fix: revert local testing changes (#28) (73d2901)

v1.1.8 (2024-08-16)

Fix

  • fix: build workflow run url (#27) (99ff807)

v1.1.7 (2024-08-16)

Fix

  • fix: we don't need repository ownership (#26) (4c93fb6)

v1.1.6 (2024-08-14)

Fix

  • fix: add new env var to manifest (#25) (2b042bc)

v1.1.5 (2024-08-14)

Chore

  • chore: Update Readme (#23)

Co-authored-by: Wolftousen <[email protected]> (6029d54)

Fix

  • fix: refactor query code to be less Loki specific (#24)

  • fix: refactor the code to start splitting loki specific logic

  • fix: make small batch size configurable (70675b4)

v1.1.4 (2024-08-08)

Fix

  • fix: check for workflow_run not existing (#21) (b82afb2)

v1.1.3 (2024-08-08)

Fix

  • fix: provide issue url (#20)

  • fix: add urls to response

  • fix: adjust commit url

  • fix: provide issue url (4c3eb6e)

v1.1.2 (2024-08-08)

Fix

  • fix: add urls to response (#19)

  • fix: add urls to response

  • fix: adjust commit url (8189101)

v1.1.1 (2024-08-01)

Fix

  • fix: force ver bump (#18) (bcdee75)

Unknown

  • Teams endpoint (#17)

  • feat: Add endpoint to retrieve a list of teams and the repositories they own

  • fix: add new secrets to manifests (bf79f11)

v1.1.0 (2024-08-01)

Feature

  • feat: Add endpoint to retrieve a list of teams and the repositories they own (#16) (de5ca62)

v1.0.0 (2024-07-29)

Breaking