Skip to content

Releases: mozilla/jira-bugzilla-integration

v11.6.0

18 Jul 15:50
eec3737

Choose a tag to compare

What's Changed

New Features

Dependency updates

Diff of changes to github workflows and pyproject.toml
diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml
index 7d703d6..a40f4a1 100644
--- a/.github/workflows/build-publish.yaml
+++ b/.github/workflows/build-publish.yaml
@@ -50,7 +50,7 @@ jobs:
           password: ${{ secrets.DOCKERHUB_TOKEN }}
 
       - name: Build and export to Docker
-        uses: docker/build-push-action@v5
+        uses: docker/build-push-action@v6
         with:
           context: .
           load: true
@@ -75,7 +75,7 @@ jobs:
           docker rm -f ${{ env.TEST_CONTAINER_NAME }}
 
       - name: Build and push
-        uses: docker/build-push-action@v5
+        uses: docker/build-push-action@v6
         with:
           context: .
           push: ${{ github.event_name != 'pull_request' }}
diff --git a/pyproject.toml b/pyproject.toml
index a9cf10f..0faadba 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,23 +7,23 @@ license = "MPL"
 
 [tool.poetry.dependencies]
 python = ">=3.12, <3.13"
-fastapi = "^0.111.0"
-pydantic = {version = "^2.7.4", extras = ["email"]}
+fastapi = "^0.111.1"
+pydantic = {version = "^2.8.2", extras = ["email"]}
 uvicorn = {extras = ["standard"], version = "^0.30.1"}
 atlassian-python-api = "^3.41.14"
 dockerflow = {extras = ["fastapi"], version = "2024.4.2"}
 Jinja2 = "^3.1.4"
-sentry-sdk = {extras = ["fastapi"], version = "^2.5.1"}
+sentry-sdk = {extras = ["fastapi"], version = "^2.9.0"}
 pydantic-yaml = "^1.3.0"
 backoff = "^2.2.1"
 statsd = "^4.0.1"
 requests = "^2.32.3"
-pydantic-settings = "^2.3.3"
+pydantic-settings = "^2.3.4"
 pypandoc = "^1.13"
 
 [tool.poetry.group.dev.dependencies]
 pre-commit = "^3.7.1"
-coverage = {extras = ["toml"], version = "^7.5"}
+coverage = {extras = ["toml"], version = "^7.6"}
 mypy = "^1.10"
 detect-secrets = "^1.5.0"
 bandit = "^1.7.9"
@@ -35,7 +35,7 @@ responses = "^0.25.3"
 httpx = "^0.27.0"
 factory-boy = "^3.3.0"
 pytest-factoryboy = "^2.7.0"
-ruff = "^0.4.9"
+ruff = "^0.5.2"
 pytest-mock = "^3.14.0"
 pytest-asyncio = "^0.23.7"

Full Changelog: v11.5.0...v11.6.0

v11.5.0

20 Jun 14:43
4595e60

Choose a tag to compare

What's Changed

New Features

Documentation

Other Changes

New Contributors

Full Changelog: v11.4.3...v11.5.0

v11.4.3

28 May 15:49
26bb666

Choose a tag to compare

What's Changed

Configuration

Full Changelog: v11.4.2...v11.4.3

v11.4.2

17 May 17:11
cfe8d31

Choose a tag to compare

What's Changed

Configuration

New Contributors

Full Changelog: v11.4.1...v11.4.2

v11.4.1

15 May 21:40
439f0b6

Choose a tag to compare

What's Changed

Bug Fixes

  • Account for ignorable payloads in retry script, try to prevent them in runner by @grahamalama in #1000

Full Changelog: v11.4.0...v11.4.1

v11.4.0

08 May 13:58
4b27086

Choose a tag to compare

What's Changed

Bug Fixes

New Features

Full Changelog: v11.3.0...v11.4.0

v11.3.0

02 May 08:39
75afd41

Choose a tag to compare

What's Changed

Bug Fixes

New Features

  • Logging a warning when we try to remove a file but cannot find it by @alexcottner in #985
  • Fix #983: use operation=handle in log context when fetching Jira issue by @leplatrem in #986

Other Changes

Full Changelog: v11.2.2...v11.3.0

v11.2.2

26 Apr 14:40
9a3100b

Choose a tag to compare

What's Changed

Bug Fixes

Configuration

  • Remove maybe_update_issue_resolution and maybe_update_issue_status where no mapping in config by @leplatrem in #975
  • Remove failing step from GENAI by @leplatrem in #979

Full Changelog: v11.2.1...v11.2.2

v11.2.1

24 Apr 17:05
6d91614

Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: v11.2.0...v11.2.1

v11.2.0

24 Apr 14:40
97fe328

Choose a tag to compare

What's Changed

New Features

Full Changelog: v11.1.0...v11.2.0