From 8be5a094d2b85ba3c0a23e8b839d083a678120be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 01:34:19 +0000 Subject: [PATCH] Update data-platform-workflows to v19 --- .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..788a302b 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@v19.1.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@v19.1.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@v19.1.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..99d1f8cc 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@v19.1.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@v19.1.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..d206c739 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@v19.1.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 8d45d017..a9e4285a 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 = "v19.1.0" +resolved_reference = "03315014260b326f1ab8064305cd1e39acad0f75" 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 = "v19.1.0" +resolved_reference = "03315014260b326f1ab8064305cd1e39acad0f75" 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 = "v19.1.0" +resolved_reference = "03315014260b326f1ab8064305cd1e39acad0f75" 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 = "v19.1.0" +resolved_reference = "03315014260b326f1ab8064305cd1e39acad0f75" 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 = "5369335c982d2616655819583de4833b1ed9f6a53af870238f36fc1bdcfa7790" diff --git a/pyproject.toml b/pyproject.toml index b8f05243..08493545 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 = "v19.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v19.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v19.1.0", subdirectory = "python/pytest_plugins/github_secrets"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v19.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Linting tools configuration