From 7a18309252e8a1ed8d478327d590e1e9a54a2861 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:10:13 +0000 Subject: [PATCH] Update data-platform-workflows to v23 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- poetry.lock | 18 +++++++++--------- pyproject.toml | 8 ++++---- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a359b02..a01e03c2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v21.0.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.0.2 lib-check: name: Check libraries @@ -56,7 +56,7 @@ jobs: build: name: Build charm | ${{ matrix.path }} - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.2 strategy: matrix: path: @@ -82,7 +82,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.0.2 with: artifact-prefix: packed-charm-cache-true cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 80df59bc..0703828e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,14 +14,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.2 release-charm: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v21.0.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.2 with: channel: 6/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/poetry.lock b/poetry.lock index dd68b8aa..1327522f 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 = "v21.0.0" -resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" +reference = "v23.0.2" +resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1515,8 +1515,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v21.0.0" -resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" +reference = "v23.0.2" +resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1570,8 +1570,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v21.0.0" -resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" +reference = "v23.0.2" +resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1589,8 +1589,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v21.0.0" -resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" +reference = "v23.0.2" +resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2157,4 +2157,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8d4838d5317c128a01cd8f8111e1e0aef19023efd6057588deb43e1d28e9f37f" +content-hash = "2acb2c1ae282307bc6feb71dd175eeff0c70c658da0ad91cc93526c4c485d21f" diff --git a/pyproject.toml b/pyproject.toml index b49a270d..49b35466 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,10 +56,10 @@ juju = "^3.5.0" pytest = "^8.1.1" pytest-mock = "^3.14.0" pytest-operator = "^0.34.0" -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"} -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +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-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/github_secrets"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Linting tools configuration