From 858e6a7a921e5baf37dbd6668b7e252ac91836db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:57:16 +0000 Subject: [PATCH] Update data-platform-workflows to v20.0.2 (#487) 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 | 22 +++++++++++----------- pyproject.toml | 10 +++++----- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b5e6ebc80..264cb774d 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@v20.0.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v20.0.2 unit-test: name: Unit test charm @@ -56,7 +56,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.2 with: cache: true @@ -82,7 +82,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.0.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.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 6097c5065..e48f54e49 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.2 release: name: Release charm @@ -44,7 +44,7 @@ jobs: - lib-check - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.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 88b45d608..c1d043f55 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@v20.0.1 + uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v20.0.2 secrets: discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }} discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }} diff --git a/poetry.lock b/poetry.lock index d73a2038a..0a8de1ec1 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.1" -resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" +reference = "v20.0.2" +resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1634,8 +1634,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.1" -resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" +reference = "v20.0.2" +resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1654,8 +1654,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.1" -resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" +reference = "v20.0.2" +resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" subdirectory = "python/pytest_plugins/microceph" [[package]] @@ -1709,8 +1709,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.1" -resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" +reference = "v20.0.2" +resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1728,8 +1728,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.1" -resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" +reference = "v20.0.2" +resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2389,4 +2389,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "38c6c5324e75fe1fbd5a73a6109b7ac8670cfc3868ed9f8764a617a799b0f890" +content-hash = "c39b1a3dab6eb4ae7836d901affaad6c194c2fcb4c005787bfee4a4ff44079b5" diff --git a/pyproject.toml b/pyproject.toml index 0636d32f9..8d2c7261c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,11 +50,11 @@ parameterized = "^0.9.0" [tool.poetry.group.integration.dependencies] pytest = "^7.4.0" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/github_secrets"} -pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/microceph"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.2", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.2", subdirectory = "python/pytest_plugins/microceph"} pytest-operator = "^0.28.0" -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"} +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"} juju = "^3.2.2" ops = "^2.15.0" mysql-connector-python = "~8.0.33" @@ -65,7 +65,7 @@ urllib3 = "^1.26.16" lightkube = "^0.14.0" kubernetes = "^27.2.0" allure-pytest = "^2.13.2" -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} pytest-asyncio = "^0.21.1" [tool.coverage.run]