Skip to content

Latest commit

 

History

History
232 lines (149 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

232 lines (149 loc) · 11.2 KB

Changelog

v4.0.1 (2025-01-06)

Fix

  • Ensure launch.sh is evaluated by bash (5c56974)

v4.0.0 (2024-11-12)

Feature

  • Drop support for python 3.8 (3ddb139)

Breaking

  • Sets minimum python to version 3.9. (3ddb139)

v3.3.2 (2024-07-22)

Fix

  • Ignore pernosco-keyword if pernosco-failed command is set (fe48bce)

v3.3.1 (2024-07-08)

Fix

  • Add scope docker-worker:capability:privileged to ReporterTask (91b2e4c)

v3.3.0 (2024-07-02)

Feature

  • Increase bugmon-confirm deadline to 12 hours (f91cb39)

v3.2.1 (2024-06-10)

Fix

  • Increase deadline by 1 hour (1186f87)

v3.2.0 (2024-03-11)

Feature

  • Local sources are no longer required for pernosco traces (a494117)
  • Local sources are no longer required for pernosco traces (8556e22)

v3.1.9 (2024-03-06)

Fix

  • Enable privileged mode on reporter tasks (cc6b82d)

v3.1.8 (2024-01-04)

Fix

v3.1.7 (2024-01-02)

Fix

v3.1.6 (2023-12-13)

Fix

v3.1.5 (2023-12-09)

Fix

  • Only attempt to record pernosco sessions for linux x86_64 bugs (d116e5d)
  • Update bugmon (4bc91fa)
  • Update bugmon (68eb3fe)

v3.1.4 (2023-12-05)

Fix

  • Convert path to posix str before building url (684d6fc)

v3.1.3 (2023-12-05)

Fix

  • Sort all list output (07d8351)
  • Only add get-artifact scope for trace if set (f121c86)
  • Only raise errors on unfound files when not in tc (9dfbede)

v3.1.2 (2023-12-05)

Fix

  • Generic-worker expects relative artifact paths (0e88573)

v3.1.1 (2023-12-04)

Fix

  • Cache and capabilities are not valid payload fields for windows (da1e21c)

Documentation

  • Fix link to codecov results (2350b9c)

v3.1.0 (2023-12-04)

Feature

  • Add support for windows processor tasks (8aef506)
  • Enable mypy and add type hints (9b54077)
  • Update bugmon and lockfile (8d637a8)

Fix

  • Call orion launch script (d20edb6)
  • Add more explicit type hints to main and parse_args (b43f9d6)
  • Windows images are defined using the mounts key (fc4e223)
  • Set bugmon-win image when processing a windows bug (adc0147)
  • Raise parser error if path doesn't exist (d1ec33e)
  • Fix argv typer hint (39dbb10)
  • Set type hint for argv to Any (437e34c)
  • Set force_confirm arg to False by default (389ff78)
  • Remove unnecessary call to open (8f4d2ac)
  • Use Dict from typing (766a3d5)
  • Address pylint warnings (d4ac65d)

Documentation

v3.0.0 (2023-04-25)

Breaking

  • drop support for pythin 3.7 (c30146d)

v2.1.8 (2023-03-03)

Fix

  • Close unsupported bugs (d80374a)
  • Use pernosco if pernosco-wanted keyword present (dd2cd38)

v2.1.7 (2022-12-01)

Fix

  • TemporaryDirectory() returns a string (5d5f4ac)

v2.1.6 (2022-12-01)

Fix

  • Binary artifacts are returned directly in tc (f525da3)

v2.1.5 (2022-11-26)

Fix

  • Only update bug if submit_trace succeeds (aafa553)

v2.1.4 (2022-11-23)

Fix

  • Convert trace_artifact path to str (a3b58d4)

v2.1.3 (2022-10-31)

Fix

  • Allow redirects when fetching artifacts (#7) (d49f137)

v2.1.2 (2022-10-28)

Fix

  • Revert bug chfield value (ebf4958)

v2.1.1 (2022-10-28)

Fix

  • Wrap artifact path in str (7c57131)

v2.1.0 (2022-10-27)

Feature

  • Pass in task_id to fetch_artifact (31acc7e)

v2.0.5 (2022-10-27)

Fix

  • Remove useless check for local artifacts (3f2df69)

v2.0.4 (2022-10-27)

Fix

  • Always include pernosco required scopes (c90944d)

v2.0.3 (2022-10-27)

Fix

  • Remove unnecessary PERNOSCO check in reporter (5bc9661)
  • Use type(self) to get class name (70f206a)

v2.0.2 (2022-10-24)

Fix

  • Only use pernosco if command present (29749c9)

v2.0.1 (2022-10-20)

Fix

  • Add privileged and disableSeccomp capabilities to processor task (31d55aa)

v2.0.0 (2022-10-20)

Feature

  • Add support for submitting pernosco traces (#6) (bdc052e)

Breaking

  • Makes significant changes to the exposed API (bdc052e)

v1.0.1 (2021-11-18)

Fix

  • Expand search range to 2020-03-01 (5bb3427)

Documentation

  • Fix path to taskcluster badge (86d479a)

v1.0.0 (2021-08-18)

Feature

  • Include bug ID in task name and artifacts (#4) (f282dff)

Breaking

  • Makes changes to the Task init arguments (f282dff)

v0.1.0 (2021-08-17)

Feature

  • Add support for bugmom --force-confirm (38cc550)

Fix

  • Add support for forced confirmations to monitor task (adf3a08)
  • BugMonitor expects a Path (121198d)
  • Corrected force_confirm argument name (02b9bc7)
  • Use renamed BugmonException class (59b2d0a)
  • Pass FORCE_CONFIRM env variable from monitor to process (924e2bc)