From 0dbd858ba930aa0e0295675c243f5eb2bafcf8c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:29:47 +0300 Subject: [PATCH] Update data-platform-workflows to v16 (#249) 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 901fed167..e3cff09ed 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@v14.1.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v16.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@v14.1.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.0.0 with: cache: true @@ -71,7 +71,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v14.1.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.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 61d120d1b..272f90f7f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,14 +24,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v14.1.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.0.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v14.1.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.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 3b1950448..d4da21d1b 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@v14.1.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.0.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index ea018d67e..862dff998 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 = "v14.1.0" -resolved_reference = "86864ba9d861ae6d410bd88d4958c1001bd19f2b" +reference = "v16.0.0" +resolved_reference = "1540c72f5c6b4e280d58acdb20bd7e4d5d253a63" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1702,8 +1702,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v14.1.0" -resolved_reference = "86864ba9d861ae6d410bd88d4958c1001bd19f2b" +reference = "v16.0.0" +resolved_reference = "1540c72f5c6b4e280d58acdb20bd7e4d5d253a63" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1740,8 +1740,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v14.1.0" -resolved_reference = "86864ba9d861ae6d410bd88d4958c1001bd19f2b" +reference = "v16.0.0" +resolved_reference = "1540c72f5c6b4e280d58acdb20bd7e4d5d253a63" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1759,8 +1759,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v14.1.0" -resolved_reference = "86864ba9d861ae6d410bd88d4958c1001bd19f2b" +reference = "v16.0.0" +resolved_reference = "1540c72f5c6b4e280d58acdb20bd7e4d5d253a63" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2391,4 +2391,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "852f841e4aac4970744d01b1aa7ca372caa1a95fc0203f2108338a3921edc1f8" +content-hash = "0138ff75dc542b434bc599f01d359bfcccbf2093e1adf92fae1966b7a812b4dd" diff --git a/pyproject.toml b/pyproject.toml index 8f637ea19..c5e8b1b62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,10 +68,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.2.2" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.1.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.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 = "v14.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.0.0" tenacity = "*" @@ -79,7 +79,7 @@ mailmanclient = "^3.3.5" psycopg2-binary = "^2.9.9" landscape-api-py3 = "^0.9.0" allure-pytest = "^2.13.5" -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} [build-system] requires = ["poetry-core>=1.0.0"]