From 75c9398d3676e7b16164656a0a7d7e9455aee1e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 09:09:57 -0300 Subject: [PATCH] Update data-platform-workflows to v16.3.0 (#515) 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 6e5e974ca6..f06098bf42 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.2.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v16.3.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.2.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.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.2.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.3.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 85dc56026f..1a576d489b 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@v16.2.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.2.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.3.0 with: channel: 14/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 07aefd4c7e..e66653f930 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.2.1 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.3.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index fdd11b394b..1d394e11b5 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.2.1" -resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" +reference = "v16.3.0" +resolved_reference = "58f047f7eebbde23770e7058d3f62f88ce7fe0dd" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1647,8 +1647,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.2.1" -resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" +reference = "v16.3.0" +resolved_reference = "58f047f7eebbde23770e7058d3f62f88ce7fe0dd" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1685,8 +1685,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.2.1" -resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" +reference = "v16.3.0" +resolved_reference = "58f047f7eebbde23770e7058d3f62f88ce7fe0dd" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1704,8 +1704,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.2.1" -resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" +reference = "v16.3.0" +resolved_reference = "58f047f7eebbde23770e7058d3f62f88ce7fe0dd" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2343,4 +2343,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ab522fe757cc1965bdd599713eb04b06b1defc8a62d315e7607f338bd714b56c" +content-hash = "90f9ac723e6b1aa2529b308f1d2ac318b4c65dcae4b8b642eb1e157dcdced581" diff --git a/pyproject.toml b/pyproject.toml index e985ebe74e..3f937de95c 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 = "v16.2.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.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.2.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.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" boto3 = "*" @@ -80,7 +80,7 @@ landscape-api-py3 = "^0.9.0" mailmanclient = "^3.3.5" psycopg2-binary = "^2.9.9" allure-pytest = "^2.13.5" -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Testing tools configuration [tool.coverage.run]