diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51f04d651f..10482a9055 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.5.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v17.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@v16.5.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v17.0.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.5.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v17.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 f268b15c52..7e7db07755 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.5.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v17.0.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.5.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v17.0.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 632f588e26..c0d0401b80 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.5.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v17.0.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index b7476db520..3980fcd23c 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.5.0" -resolved_reference = "7a414316ebc4ce87b777f7d29f73d08d3f53be5d" +reference = "v17.0.0" +resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1643,8 +1643,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.5.0" -resolved_reference = "7a414316ebc4ce87b777f7d29f73d08d3f53be5d" +reference = "v17.0.0" +resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1681,8 +1681,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.5.0" -resolved_reference = "7a414316ebc4ce87b777f7d29f73d08d3f53be5d" +reference = "v17.0.0" +resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1700,8 +1700,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.5.0" -resolved_reference = "7a414316ebc4ce87b777f7d29f73d08d3f53be5d" +reference = "v17.0.0" +resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2339,4 +2339,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e61a1bdcff1dcf5fbd1ddd4e5c89f884e76f903a40c7989afacf2ab8482e4f23" +content-hash = "739f0b38ba3f94ce89c3f8f1edbc037273d39aa165bf299979f28b1a25db9f67" diff --git a/pyproject.toml b/pyproject.toml index 328e0aa758..0141b00f04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,10 +68,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.3.1" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.5.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.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 = "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"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.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" 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.5.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Testing tools configuration [tool.coverage.run]