From a5f041d998fbc1a0044bd9249662288fd5fc679a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:58:37 +0000 Subject: [PATCH] Update data-platform-workflows to v16.5.0 --- .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 8d5e64adf..323290f48 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.4.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v16.5.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.4.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.5.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.4.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.5.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 90468327d..8994489e3 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.4.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.5.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.4.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.5.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 4682aecfb..82b92a792 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.4.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.5.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index d4cdea76f..4b13415ee 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.4.0" -resolved_reference = "440a15a9e6662281be8746dc0e88c4daab85a8c3" +reference = "v16.5.0" +resolved_reference = "7a414316ebc4ce87b777f7d29f73d08d3f53be5d" 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.4.0" -resolved_reference = "440a15a9e6662281be8746dc0e88c4daab85a8c3" +reference = "v16.5.0" +resolved_reference = "7a414316ebc4ce87b777f7d29f73d08d3f53be5d" 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.4.0" -resolved_reference = "440a15a9e6662281be8746dc0e88c4daab85a8c3" +reference = "v16.5.0" +resolved_reference = "7a414316ebc4ce87b777f7d29f73d08d3f53be5d" 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.4.0" -resolved_reference = "440a15a9e6662281be8746dc0e88c4daab85a8c3" +reference = "v16.5.0" +resolved_reference = "7a414316ebc4ce87b777f7d29f73d08d3f53be5d" 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 = "89db59820853147adab2b1c9256a7f4f595e44f29785b9e2404a91e797ed01fc" +content-hash = "3ad8db2b80d77181efbde10772391d27a0c69635826541cc0613bad4057b61a9" diff --git a/pyproject.toml b/pyproject.toml index 4f5d2741c..143a51658 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.4.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.5.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.4.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.4.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.4.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.5.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.5.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.5.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 = "*"