Skip to content

Releases: mozilla/jira-bugzilla-integration

v4.0.1

18 Oct 17:34
v4.0.1
57a7076
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v4.0.0...v4.0.1

v4.0.0

18 Oct 15:16
v4.0.0
95c87f9
Compare
Choose a tag to compare

What's Changed

New Features

Configuration

Other Changes

Full Changelog: v3.3.2...v4.0.0

v3.3.2

08 Sep 14:35
22a7c9f
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Pass the correct fields to add see-also links to the REST API. by @Mossop in #242

Other Changes

Full Changelog: v3.3.1...v3.3.2

v3.3.1

08 Sep 02:58
ce47a56
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Prod regression; temporary comment out. Need to determine issue with API call with icon_url to WEBEXT project by @bsieber-mozilla in #237

Other Changes

Full Changelog: v3.3.0...v3.3.1

Temp Bandage on Prod

v3.3.0

07 Sep 22:05
ac4ab82
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Bug Fixes

New Features

Dependency Updates

Other Changes

Full Changelog: v3.2.3...v3.3.0

v3.2.3

22 Aug 14:26
8850bae
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Update pyproject.toml; python minimum version: 3.10 by @bsieber-mozilla in #208
  • Non-fixed bug closing should also close jira items by @gijsk in #188

New Features

  • Allow disabling syncing whiteboard fields to Jira. Fixes #201 by @Mossop in #206

Configuration

Other Changes

Full Changelog: v3.2.2...v3.2.3

v3.2.2

03 Aug 13:49
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Internal Changes

Full Changelog: v3.2.1...v3.2.2

v3.2.1

02 Aug 23:42
a692c7b
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v3.2.0...v3.2.1

v3.2.0

02 Aug 20:03
v3.2.0
9c49a57
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Ensure container runs as a CI check in #179

New Features

  • Add Jira permission check in heartbeat (fixes #105) in #165

Other Changes

  • Improve logging and status reporting of actions in #155
  • Create standardized release template in #172
  • Add mandatory files for code of conduct, support, and security in #175
  • Break up src/app/api.py module in #174
  • Move most modules to package at root level, rename from "src" to "jbi" in #176

Full Changelog: v3.1.0...v3.2.0

v3.1.0

01 Aug 16:55
v3.1.0
e44f3b9
Compare
Choose a tag to compare

Bug Fixes

  • Retrieve comments from the API if they are private (fixes #154) (#163)

New Features

  • Show 'Bug XXXX' instead of Bugzilla Ticket in Jira link (#159)
  • Add Jira details to log context (#157)
  • Retry Jira and Bugzilla on error (fixes #33) (#152)
  • Add counter and timer for action execution (fixes #23, #62, #160, #164)
  • Tweak logging (log 500 requests), other logging-adjacent tweaks (#161)

Configuration

  • Use JB instead of OSS in config.prod.yaml and config.nonprod.yaml (#151, #153)
  • Add local config for tests (fixes #121) (#138)

Documentation

  • Start (naive) troubleshooting section in README (#156)

Internal Changes

  • Run app as a single uvicorn process (fixes #133) (#162)
  • Move initialized action callable to private field (#145)
  • Do not sleep in retry tests (#158)

Dependencies

  • Bump sentry-sdk from 1.8.0 to 1.9.0 (#167)
  • Bump yamllint from 1.26.3 to 1.27.1 (#166)
  • Bump atlassian-python-api from 3.20.1 to 3.25.0 (#149)
  • Bump dockerflow from 2022.1.0 to 2022.7.0 (#147)
  • Bump sentry-sdk from 1.7.2 to 1.8.0 (#146)
  • Bump detect-secrets from 1.2.0 to 1.3.0 (#148)
  • Bump mypy from 0.910 to 0.971 (#150)
  • Bump fastapi from 0.73.0 to 0.79.0 (#168)