From 7617e7faf20be8ddd27c5a9972aa54c2a546f8ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 08:57:55 +0000 Subject: [PATCH] Update data-platform-workflows to v16.2.1 (#263) * Update data-platform-workflows to v16.2.1 * Update tox.ini --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carl Csaposs --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- .github/workflows/sync_issue_to_jira.yaml | 2 +- poetry.lock | 18 +++++++++--------- pyproject.toml | 8 ++++---- tox.ini | 1 + 6 files changed, 20 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a7a22d9a..a53687c99 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.0.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v16.2.1 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.0.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.1 with: cache: true @@ -71,7 +71,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.0.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.2.1 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 89d8820aa..9ac124bda 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.0.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.1 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.0.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.2.1 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 495e2ccaf..1ae878e55 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.0.1 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.2.1 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 00fc7639c..6ff9d571d 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.0.1" -resolved_reference = "2e008de51f6768c72ca711cce4976a80f52bcc31" +reference = "v16.2.1" +resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1709,8 +1709,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.0.1" -resolved_reference = "2e008de51f6768c72ca711cce4976a80f52bcc31" +reference = "v16.2.1" +resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1747,8 +1747,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.0.1" -resolved_reference = "2e008de51f6768c72ca711cce4976a80f52bcc31" +reference = "v16.2.1" +resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1766,8 +1766,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.0.1" -resolved_reference = "2e008de51f6768c72ca711cce4976a80f52bcc31" +reference = "v16.2.1" +resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2398,4 +2398,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "91450a558cacaf1ab09d427d6842458f3be2541f3200062d09cd5472644a9d38" +content-hash = "da29b6be85e7ac121cba74a1ada4a84b9f269a65e4afff22d9ef5665e1283a2a" diff --git a/pyproject.toml b/pyproject.toml index 0476abfee..81a70f597 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.0.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.35.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +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"} # 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 = "v16.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} [build-system] requires = ["poetry-core>=1.0.0"] diff --git a/tox.ini b/tox.ini index 75a94aaa9..9ce7e91e8 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,7 @@ allowlist_externals = # Wrap `charmcraft pack` pass_env = CI + GH_TOKEN allowlist_externals = {[testenv]allowlist_externals} charmcraft