From 83b46d30a390f5a8016594506407815ead74236f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 01:48:12 +0000 Subject: [PATCH] Update data-platform-workflows to v21 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- poetry.lock | 14 +++++++------- pyproject.toml | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92fd35bc1..5f31b642b 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@v20.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0 with: cache: true @@ -90,7 +90,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.0.2 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21.0.0 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1472c4a4a..980ad3974 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@v20.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.2 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v21.0.0 with: channel: 8.0/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/poetry.lock b/poetry.lock index 8be029b70..e389bbbc5 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 = "v20.0.2" -resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" +reference = "v21.0.0" +resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1745,8 +1745,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.2" -resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" +reference = "v21.0.0" +resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1764,8 +1764,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.2" -resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" +reference = "v21.0.0" +resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2416,4 +2416,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e14bd21314472cb96e28cf01c1bb668f55fcfb6b50ce8c188ff0df3ef9ace3d5" +content-hash = "9e3fc615bc115c9b9be5abd6a20735ad5cf3532bc464e82b7db9b0608b6a8dcd" diff --git a/pyproject.toml b/pyproject.toml index 17c6c4432..8836e9080 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 = "v20.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" 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 = "v20.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} [tool.coverage.run]