From d25cba35a2d755582d303c7d65c0dc5425bf869c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:15:25 -0300 Subject: [PATCH] Update data-platform-workflows to v23.1.0 (#789) 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 2c5603839d..8a045ad0a7 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.5 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.1.0 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.5 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.0 with: cache: true @@ -77,7 +77,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.0.5 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.1.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 5744f01eb6..3ba2b9bc30 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.5 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.5 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.1.0 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 7c2f98d622..a094605c34 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.5 + uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v23.1.0 with: reviewers: a-velasco permissions: diff --git a/poetry.lock b/poetry.lock index 37b20482c7..124d325885 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.5" -resolved_reference = "e3f522c648375decee87fc0982c012e46ffb0b98" +reference = "v23.1.0" +resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1750,8 +1750,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.5" -resolved_reference = "e3f522c648375decee87fc0982c012e46ffb0b98" +reference = "v23.1.0" +resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1805,8 +1805,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.5" -resolved_reference = "e3f522c648375decee87fc0982c012e46ffb0b98" +reference = "v23.1.0" +resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1824,8 +1824,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.5" -resolved_reference = "e3f522c648375decee87fc0982c012e46ffb0b98" +reference = "v23.1.0" +resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2480,4 +2480,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d2adca52ee53a109a292bc1237ce9152f800cc422843a29b7147483275c99070" +content-hash = "7932fb29e0e7b38e9cb7218628b9b5c0a0ffdc5098dcc8fc0c67aec17ad41b0f" diff --git a/pyproject.toml b/pyproject.toml index 131b16c684..8a2215c469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,11 +64,11 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "^0.15.5" pytest = "^8.3.3" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", 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.5", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.2.1" psycopg2-binary = "^2.9.10"