From 1b248b58c370f3ee9ebc04c8d48536da964fb869 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:24:04 +0200 Subject: [PATCH] Update data-platform-workflows to v23.1.1 (#797) 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 7295f7ef0b..bb80f6e57b 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.1.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.1.1 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.1.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.1 with: cache: true @@ -77,7 +77,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.1.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.1.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 3ba2b9bc30..e186f526bf 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.1.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.1 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.1.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.1.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 a094605c34..14aa1c2651 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.1.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v23.1.1 with: reviewers: a-velasco permissions: diff --git a/poetry.lock b/poetry.lock index c83f563cdd..240e3ce27f 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.1.0" -resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" +reference = "v23.1.1" +resolved_reference = "7dc172891bf274e74eef2a4d822450ca00f55188" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1752,8 +1752,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.1.0" -resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" +reference = "v23.1.1" +resolved_reference = "7dc172891bf274e74eef2a4d822450ca00f55188" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1807,8 +1807,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.1.0" -resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" +reference = "v23.1.1" +resolved_reference = "7dc172891bf274e74eef2a4d822450ca00f55188" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1826,8 +1826,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.1.0" -resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" +reference = "v23.1.1" +resolved_reference = "7dc172891bf274e74eef2a4d822450ca00f55188" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2482,4 +2482,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d41f98bd03e120d9c4ad4035d3c2ced5a435274498ca576c1a77a6e92d674caa" +content-hash = "4e1bb0dccd316d8dc5a860fb9a12f8a94ab0b036f4352b4ee081e24725055f01" diff --git a/pyproject.toml b/pyproject.toml index 1e78434376..5db2d2a7aa 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.1.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.38.0" -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"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", 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"