From 6067b7dfe835a114559a359cc58782ec119d779c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:18:07 +0000 Subject: [PATCH] Update data-platform-workflows to v12.7.1 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- .github/workflows/sync_issue_to_jira.yaml | 2 +- poetry.lock | 14 +++++++------- pyproject.toml | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a69b9c19..6f6e726d1 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@v12.6.2 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v12.7.1 unit-test: name: Unit test charm @@ -40,7 +40,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.7.1 with: cache: true @@ -59,7 +59,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.6.2 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.7.1 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5a90af1aa..64aa55d01 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,14 +52,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.7.1 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.6.2 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.7.1 with: channel: 1/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index 3c5826bb5..42b6cd0f4 100644 --- a/.github/workflows/sync_issue_to_jira.yaml +++ b/.github/workflows/sync_issue_to_jira.yaml @@ -9,7 +9,7 @@ on: jobs: sync: name: Sync GitHub issue to Jira - uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v12.6.2 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v12.7.1 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 61447bac2..323e215ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1672,8 +1672,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v12.6.2" -resolved_reference = "d7601d584f5df0ef7cafc23bd48d8634879d8725" +reference = "v12.7.1" +resolved_reference = "848879c59e4548af388481ab7cd550d9109c2654" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1710,8 +1710,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v12.6.2" -resolved_reference = "d7601d584f5df0ef7cafc23bd48d8634879d8725" +reference = "v12.7.1" +resolved_reference = "848879c59e4548af388481ab7cd550d9109c2654" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1729,8 +1729,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v12.6.2" -resolved_reference = "d7601d584f5df0ef7cafc23bd48d8634879d8725" +reference = "v12.7.1" +resolved_reference = "848879c59e4548af388481ab7cd550d9109c2654" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2292,4 +2292,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "12c5dd0866b3a36e7b5cbbdbdee5f275583894274b1362c8b49c2731503bba55" +content-hash = "c4b94f805e14283d7dfa8664454ed1045ee7c18a47fab843c9e82d3ad64e3474" diff --git a/pyproject.toml b/pyproject.toml index af93c72f0..f36bec503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,10 +65,10 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "*" pytest = "^8.0.2" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.7.1", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.34.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.7.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.7.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.0.1" tenacity = "*" psycopg2-binary = "^2.9.9"