From f587e4bfbe83eb825939aaf231b3f7826a5d910a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 01:32:42 +0000 Subject: [PATCH] Update data-platform-workflows to v20 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- .github/workflows/sync_issue_to_jira.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 817bdd6c..45758745 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@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v20.0.0 lib-check: name: Check libraries @@ -56,7 +56,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.0 with: cache: true @@ -66,7 +66,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.0.0 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 39360525..5f8d07eb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,14 +14,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.0 release-charm: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.0 with: channel: 6/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 2ff9bdaf..999b7e17 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@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v20.0.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 8d45d017..d1284ed5 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 = "v16.7.0" -resolved_reference = "9e3a54bc14e015cc1a5e793370f613daa0a71ff0" +reference = "v20.0.0" +resolved_reference = "e058acc7c415a918dbd95fc7f0ea7ec6ab2f66b5" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1476,8 +1476,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.7.0" -resolved_reference = "9e3a54bc14e015cc1a5e793370f613daa0a71ff0" +reference = "v20.0.0" +resolved_reference = "e058acc7c415a918dbd95fc7f0ea7ec6ab2f66b5" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1531,8 +1531,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.7.0" -resolved_reference = "9e3a54bc14e015cc1a5e793370f613daa0a71ff0" +reference = "v20.0.0" +resolved_reference = "e058acc7c415a918dbd95fc7f0ea7ec6ab2f66b5" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1550,8 +1550,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.7.0" -resolved_reference = "9e3a54bc14e015cc1a5e793370f613daa0a71ff0" +reference = "v20.0.0" +resolved_reference = "e058acc7c415a918dbd95fc7f0ea7ec6ab2f66b5" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2102,4 +2102,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "57ac238e0511cea506f2693ecdb4b163dd4cb7a0d88435f1ad44f977cb50ba89" +content-hash = "34bda8be1fa4d41c1b3b73c1a41c03423c06dccefe56200a5807fadbe482aefc" diff --git a/pyproject.toml b/pyproject.toml index b8f05243..1c20028a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,10 +54,10 @@ juju = "^3.4.0" pytest = "^8.1.1" pytest-mock = "^3.14.0" pytest-operator = "^0.34.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/github_secrets"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.0", subdirectory = "python/pytest_plugins/github_secrets"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Linting tools configuration