Skip to content

Releases: Mergifyio/mergify-cli

2025.8.14.1

14 Aug 07:26
60005a6

Choose a tag to compare

What's Changed

  • build(deps-dev): Bump ruff from 0.12.7 to 0.12.8 by @dependabot[bot] in #735
  • build(deps-dev): Bump responses from 0.25.7 to 0.25.8 by @dependabot[bot] in #737
  • build(deps-dev): Bump types-aiofiles from 24.1.0.20250801 to 24.1.0.20250809 by @dependabot[bot] in #738
  • merge queue: embarking main (c24bfaa) and #738 together by @mergify[bot] in #739
  • build(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #741
  • build(deps-dev): Bump poethepoet from 0.36.0 to 0.37.0 by @dependabot[bot] in #742
  • merge queue: embarking main (79bfef0) and #742 together by @mergify[bot] in #743
  • feat: add cicd.test.quarantined attribute to test case spans by @Greesb in #740
  • chore: move quarantine info message after first potential error log by @Greesb in #744
  • refactor: move cli quarantine code to its own module by @Greesb in #745
  • refactor: rename _check_failing_spans_with_quarantine by @Greesb in #746
  • refactor: rename check_failing_spans_with_quarantine by @Greesb in #747
  • fix(jenkins): get git branch correctly by @sileht in #736

Full Changelog: 2025.8.5.2...2025.8.14.1

2025.8.5.2

05 Aug 15:00
4d7644c

Choose a tag to compare

What's Changed

  • build(deps): Bump poetry from 2.1.3 to 2.1.4 by @dependabot[bot] in #732
  • chore: remove MERGIFY_TESTS_TARGET_BRANCH and add GITHUB_REF_NAME environment variable by @Greesb in #734

Full Changelog: 2025.8.5.1...2025.8.5.2

2025.8.5.1

05 Aug 08:40
223acad

Choose a tag to compare

What's Changed

  • chore: use os.linesep in quarantine reporting instead of raw \n by @Greesb in #730
  • refactor: envvar order for tests-target-branch option by @Greesb in #731

Full Changelog: 2025.8.1.1...2025.8.5.1

2025.8.1.1

01 Aug 13:21
71eca57

Choose a tag to compare

What's Changed

  • build(deps-dev): Bump ruff from 0.12.5 to 0.12.7 by @dependabot[bot] in #722
  • build(deps-dev): Bump mypy from 1.17.0 to 1.17.1 by @dependabot[bot] in #723
  • feat: add jenkins support by @sileht in #725
  • build(deps-dev): Bump types-aiofiles from 24.1.0.20250708 to 24.1.0.20250801 by @dependabot[bot] in #728
  • feat: add support for MERGIFY_TRACEPARENT by @sileht in #726
  • chore: better logs for ci insights quarantine by @Greesb in #729
  • chore(ruff): add positional parameters by @sileht in #724

Full Changelog: 2025.7.29.1...2025.8.1.1

2025.7.29.1

29 Jul 14:29
2e7e27b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2025.7.28.1...2025.7.29.1

2025.7.28.1

28 Jul 13:23
7dda895

Choose a tag to compare

What's Changed

  • build(deps-dev): Bump ruff from 0.12.4 to 0.12.5 by @dependabot[bot] in #717
  • build(deps): Bump rich from 14.0.0 to 14.1.0 by @dependabot[bot] in #718
  • merge queue: embarking main (d8d9dc8) and [#717 + #718] together by @mergify[bot] in #719
  • refactor: use new /quarantines/check endpoint to check for failed quarantined tests by @Greesb in #720

Full Changelog: 2025.7.23.1...2025.7.28.1

2025.7.23.1

23 Jul 15:15
d8d9dc8

Choose a tag to compare

What's Changed

  • ci: remove useless priority, require 2 reviews by @jd in #711
  • refactor: split upload from span generation from junit files by @Greesb in #714
  • refactor: move content of junit_upload command to its own function by @Greesb in #716
  • feat: use Mergify's CI Insights Quarantine check when processing JUnit files by @Greesb in #713
  • refactor: deprecate junit-upload in favor of junit-process by @Greesb in #715

Full Changelog: 2025.7.18.1...2025.7.23.1

2025.7.18.1

18 Jul 08:58
7fd1569

Choose a tag to compare

What's Changed

  • build(deps-dev): Bump pytest-asyncio from 0.26.0 to 1.0.0 by @dependabot[bot] in #697
  • build(deps-dev): Bump mypy from 1.16.0 to 1.16.1 by @dependabot[bot] in #698
  • build(deps-dev): Bump pytest from 8.4.0 to 8.4.1 by @dependabot[bot] in #699
  • build(deps-dev): Bump ruff from 0.11.13 to 0.12.0 by @dependabot[bot] in #700
  • merge queue: embarking main (e8ea7df) and [#699 + #700] together by @mergify[bot] in #701
  • build(deps-dev): Bump ruff from 0.12.0 to 0.12.1 by @dependabot[bot] in #702
  • build(deps-dev): Bump poethepoet from 0.35.0 to 0.36.0 by @dependabot[bot] in #703
  • build(deps-dev): Bump ruff from 0.12.1 to 0.12.2 by @dependabot[bot] in #704
  • build(deps-dev): Bump types-aiofiles from 24.1.0.20250606 to 24.1.0.20250708 by @dependabot[bot] in #705
  • build(deps-dev): Bump ruff from 0.12.2 to 0.12.3 by @dependabot[bot] in #706
  • build(deps-dev): Bump mypy from 1.16.1 to 1.17.0 by @dependabot[bot] in #707
  • build(deps-dev): Bump pytest-asyncio from 1.0.0 to 1.1.0 by @dependabot[bot] in #708
  • build(deps-dev): Bump ruff from 0.12.3 to 0.12.4 by @dependabot[bot] in #709
  • chore: add code.function.name to junit spans by @Greesb in #710

Full Changelog: 2025.6.12.1...2025.7.18.1

2025.6.12.1

12 Jun 14:08
@jd jd
b0aa042

Choose a tag to compare

What's Changed

  • feat(gh): report pipeline name by @jd in #696

Full Changelog: 2025.5.16.1...2025.6.12.1

2025.5.16.1

16 May 14:02
@jd jd
969befc

Choose a tag to compare

What's Changed

  • fix: improve handling if gh is not installed by @sileht in #679
  • fix(ci): do not fail on upload failure by @jd in #683

Full Changelog: 2025.5.12.1...2025.5.16.1