From 95a44b33e8cc865a50f7042f022ea2d87a2055c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:14:39 +0300 Subject: [PATCH] Update data-platform-workflows to v23.0.4 (#443) 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 1e35ba88e..a9c5ffecc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.0.2 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.0.4 unit-test: name: Unit test charm @@ -45,7 +45,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.4 with: cache: false artifact-prefix: temp-packed-charm @@ -72,7 +72,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.0.2 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.0.4 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4f8b21547..f63c1985f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,14 +42,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.4 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.2 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.4 with: channel: 1/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index e3103f426..fbb6b35a5 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.0.2 + uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v23.0.4 with: reviewers: a-velasco permissions: diff --git a/poetry.lock b/poetry.lock index 45e8713b1..42836c37d 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 = "v23.0.4" +resolved_reference = "60f088b7f0f967a8e35d45339f5123a6e74786f7" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1726,8 +1726,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.2" -resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" +reference = "v23.0.4" +resolved_reference = "60f088b7f0f967a8e35d45339f5123a6e74786f7" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1764,8 +1764,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.2" -resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" +reference = "v23.0.4" +resolved_reference = "60f088b7f0f967a8e35d45339f5123a6e74786f7" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1783,8 +1783,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.2" -resolved_reference = "8e0606f82e372cf2e3a5333bae754bcd83c8cd41" +reference = "v23.0.4" +resolved_reference = "60f088b7f0f967a8e35d45339f5123a6e74786f7" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2451,4 +2451,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "168a0453ce8e9c2cc62cacef418c4e3fc0bbca76ef2526296a5392392af29d65" +content-hash = "39e6d18d1c966d069bc127ce186050835543307b4ddf024e49fe7e65f468dab7" diff --git a/pyproject.toml b/pyproject.toml index fe4eea125..ba677829b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,11 +59,11 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "*" pytest = "^8.3.3" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.38.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"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.4", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.2.0" tenacity = "*"