From 64b94d2377970acb4bdd0e30c24d980b9c2b87bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:53:46 +0000 Subject: [PATCH] Update data-platform-workflows to v20 (#587) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- .github/workflows/sync_docs.yaml | 2 +- poetry.lock | 18 +++++++++--------- pyproject.toml | 8 ++++---- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 90493bc8d7..1d4a725fe4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v19.1.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v20.0.1 unit-test: name: Unit test charm @@ -44,7 +44,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v19.1.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1 with: cache: true @@ -70,7 +70,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v19.1.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.0.1 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a101d33449..edffb072f0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,14 +24,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v19.1.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v19.1.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.1 with: channel: 14/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index 0aeb181fc7..00a7e88f5c 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@v19.1.0 + uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v20.0.1 secrets: discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }} discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }} diff --git a/poetry.lock b/poetry.lock index 510e613aec..6058c8e3ef 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 = "v19.1.0" -resolved_reference = "03315014260b326f1ab8064305cd1e39acad0f75" +reference = "v20.0.1" +resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1678,8 +1678,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v19.1.0" -resolved_reference = "03315014260b326f1ab8064305cd1e39acad0f75" +reference = "v20.0.1" +resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1716,8 +1716,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v19.1.0" -resolved_reference = "03315014260b326f1ab8064305cd1e39acad0f75" +reference = "v20.0.1" +resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1735,8 +1735,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v19.1.0" -resolved_reference = "03315014260b326f1ab8064305cd1e39acad0f75" +reference = "v20.0.1" +resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2380,4 +2380,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "17228a3fb0aa16aea151f3765a37bec8ad32cc57800170b8fc36bf1bcb38974e" +content-hash = "ab14047a0630d4478fac27518d2ce2054c7580f6da0ea98f3d83b70ea2e63891" diff --git a/pyproject.toml b/pyproject.toml index 1b09c02fb6..b1f66f7b89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,10 +61,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.3.2" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v19.1.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.36.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v19.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v19.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.2.0" boto3 = "*" @@ -73,7 +73,7 @@ landscape-api-py3 = "^0.9.0" mailmanclient = "^3.3.5" psycopg2-binary = "^2.9.9" allure-pytest = "^2.13.5" -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v19.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Testing tools configuration [tool.coverage.run]