diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5dc3a45f93..82cf63dbfd 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@v13.3.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v13.3.5 unit-test: name: Unit test charm @@ -40,7 +40,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.3.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.3.5 with: cache: true @@ -59,7 +59,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.3.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.3.5 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 234f1cd4a2..bffe53accb 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@v13.3.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.3.5 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.3.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.3.5 with: channel: 14/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index 0aff736393..a64c513eab 100644 --- a/.github/workflows/sync_docs.yaml +++ b/.github/workflows/sync_docs.yaml @@ -10,7 +10,7 @@ on: jobs: sync-docs: name: Sync docs from Discourse - uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v13.3.0 + uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v13.3.5 secrets: discourse_api_username: ${{ secrets.DISCOURSE_API_USERNAME }} discourse_api_key: ${{ secrets.DISCOURSE_API_KEY }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index 87f9928081..b981a8ce85 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@v13.3.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13.3.5 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 0763627d46..591d18f756 100644 --- a/poetry.lock +++ b/poetry.lock @@ -15,6 +15,26 @@ files = [ allure-python-commons = "2.13.5" pytest = ">=4.5.0" +[[package]] +name = "allure-pytest-collection-report" +version = "0.1.0" +description = "" +optional = false +python-versions = "^3.8" +files = [] +develop = false + +[package.dependencies] +allure-pytest = ">=2.13.5" +pytest = "*" + +[package.source] +type = "git" +url = "https://github.com/canonical/data-platform-workflows" +reference = "v13.3.5" +resolved_reference = "4885220b28fecc7ee684b6b59b55c58cbd92995f" +subdirectory = "python/pytest_plugins/allure_pytest_collection_report" + [[package]] name = "allure-python-commons" version = "2.13.5" @@ -1516,8 +1536,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.3.0" -resolved_reference = "e90eb63f28c9abc39c9a4a40dee277ae21896790" +reference = "v13.3.5" +resolved_reference = "4885220b28fecc7ee684b6b59b55c58cbd92995f" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1571,8 +1591,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.3.0" -resolved_reference = "e90eb63f28c9abc39c9a4a40dee277ae21896790" +reference = "v13.3.5" +resolved_reference = "4885220b28fecc7ee684b6b59b55c58cbd92995f" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1590,8 +1610,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.3.0" -resolved_reference = "e90eb63f28c9abc39c9a4a40dee277ae21896790" +reference = "v13.3.5" +resolved_reference = "4885220b28fecc7ee684b6b59b55c58cbd92995f" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2145,4 +2165,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "76d6c7a1ec8c95f529033e945ad8cb17a89e280307427e073c52ed0c3a0b0f85" +content-hash = "757487eba06191367511dc9892ac87766e91ea662a72439e501dc9e4b9c76e47" diff --git a/pyproject.toml b/pyproject.toml index 57e47dec68..ee0a2ecffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,10 +68,11 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "^0.15.2" pytest = "^8.2.2" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.35.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.5", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.0.0" psycopg2-binary = "^2.9.9"