From f3e978a0eda394edfafe7a944fe1114eabedea4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:14:56 +0300 Subject: [PATCH] Update data-platform-workflows to v17 (#354) 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_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 14e45b58b..db3d16052 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@v16.7.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v17.0.0 unit-test: name: Unit test charm @@ -44,7 +44,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.7.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v17.0.0 with: cache: true @@ -70,7 +70,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.7.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v17.0.0 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1b186065b..67dc379e0 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@v16.7.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v17.0.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.7.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v17.0.0 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 b7dd3af85..62cf2b681 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@v16.7.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v17.0.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index f4d3e98e7..f18f2a6c8 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 = "v17.0.0" +resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1767,8 +1767,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.7.0" -resolved_reference = "9e3a54bc14e015cc1a5e793370f613daa0a71ff0" +reference = "v17.0.0" +resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1805,8 +1805,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.7.0" -resolved_reference = "9e3a54bc14e015cc1a5e793370f613daa0a71ff0" +reference = "v17.0.0" +resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1824,8 +1824,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.7.0" -resolved_reference = "9e3a54bc14e015cc1a5e793370f613daa0a71ff0" +reference = "v17.0.0" +resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2468,4 +2468,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "816f34b867bbb62dcdc676ed5e0e01af077d97ae4aa24e7be5a2ac58942dc912" +content-hash = "67cccfbefbda302b74c0b6044c6b66c9581d165416b8e29df1375438c88d2f1e" diff --git a/pyproject.toml b/pyproject.toml index 8c35d0bb3..ae13a8482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,11 +66,11 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "*" pytest = "^8.3.1" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.7.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.35.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"} -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 = "v17.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.2.0" tenacity = "*"