diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c64e56540..0a3e11861 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v24.0.2 with: cache: true @@ -90,7 +90,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.1.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v24.0.2 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index efe4cce81..db54d9479 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,14 +15,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v24.0.2 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.1.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v24.0.2 with: channel: 8.0/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index ce5c8a908..3bf1240d7 100644 --- a/.github/workflows/sync_docs.yaml +++ b/.github/workflows/sync_docs.yaml @@ -10,7 +10,7 @@ on: jobs: sync-docs: name: Sync docs from Discourse - uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v23.1.1 + uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v24.0.2 with: reviewers: a-velasco,izmalk permissions: diff --git a/poetry.lock b/poetry.lock index f7267dd47..7fcca16cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -31,8 +31,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.2" -resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" +reference = "v24.0.2" +resolved_reference = "f92457d41a392c2549c044efe40651186db62d10" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1758,8 +1758,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.2" -resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" +reference = "v24.0.2" +resolved_reference = "f92457d41a392c2549c044efe40651186db62d10" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1777,8 +1777,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.2" -resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" +reference = "v24.0.2" +resolved_reference = "f92457d41a392c2549c044efe40651186db62d10" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2426,4 +2426,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b019ea436b3fca8cc7530ea37f3233c177652dc9563fc7c03badc3c4d3b9b5d0" +content-hash = "88b1213821f9278b4a6c42b9283b33a6312d5873848a5d73cc7c9925d4fd390b" diff --git a/pyproject.toml b/pyproject.toml index 1b3d7d170..3e4349bbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,14 +51,14 @@ ops = "^2.9.0" [tool.poetry.group.integration.dependencies] pytest = "^8.2.2" pytest-operator = "^0.35.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.6.0.0" mysql-connector-python = "~8.0.33" pyyaml = "^6.0.1" tenacity = "^8.5.0" allure-pytest = "^2.13.5" -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} [tool.coverage.run] branch = true