From e26d2ec81c7ea9f8bc8ec3032af5b1ee94c0c887 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:06:21 +0000 Subject: [PATCH] Update data-platform-workflows to v7 --- .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 d8ed4d85e..0f21120b0 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@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v7.0.0 unit-test: name: Unit test charm @@ -53,7 +53,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v7.0.0 with: charmcraft-snap-revision: 1349 # version 2.3.0 permissions: @@ -72,7 +72,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v7.0.0 with: artifact-name: ${{ needs.build.outputs.artifact-name }} cloud: lxd diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54eff9a82..260d93ec6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v7.0.0 with: charmcraft-snap-revision: 1349 # version 2.3.0 @@ -43,7 +43,7 @@ jobs: needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v7.0.0 with: channel: 8.0/edge artifact-name: ${{ needs.build.outputs.artifact-name }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index 6d53267ac..81a9a3ed3 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@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v7.0.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index d01a19757..aef361f5f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1610,8 +1610,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v7.0.0" +resolved_reference = "450cba38a436b97f90441ef1586411f749ef1d4e" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1665,8 +1665,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v7.0.0" +resolved_reference = "450cba38a436b97f90441ef1586411f749ef1d4e" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1684,8 +1684,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v7.0.0" +resolved_reference = "450cba38a436b97f90441ef1586411f749ef1d4e" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2235,4 +2235,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "16b7b8c0313e7413d11b43d2fc405e30d33bccaf9b1f25e6d41050dbc6e01a1b" +content-hash = "b9f0c0d79bfb284cb15a8590e87849da57b3e1e5d75c122bd4cb4c54a9b35029" diff --git a/pyproject.toml b/pyproject.toml index 5b493e16a..c99cb1237 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,10 +62,10 @@ 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 = "v6.1.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v7.0.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.28.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v7.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v7.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" ops = "^2.5.0" mysql-connector-python = "~8.0.33"