diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 411133ded..b98c8d5f6 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@v17.0.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v17.0.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@v17.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v17.0.1 with: cache: true @@ -70,7 +70,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v17.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v17.0.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 67dc379e0..7dc67f774 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@v17.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v17.0.1 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v17.0.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v17.0.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 62cf2b681..5d8885c8d 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@v17.0.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v17.0.1 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 27a2214f7..d14171115 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 = "v17.0.0" -resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" +reference = "v17.0.1" +resolved_reference = "07f8ca137cdede5e7cca982e31426cfaab77923b" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1767,8 +1767,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v17.0.0" -resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" +reference = "v17.0.1" +resolved_reference = "07f8ca137cdede5e7cca982e31426cfaab77923b" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1805,8 +1805,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v17.0.0" -resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" +reference = "v17.0.1" +resolved_reference = "07f8ca137cdede5e7cca982e31426cfaab77923b" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1824,8 +1824,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v17.0.0" -resolved_reference = "5ed8c65587c5e63940eda2aaf5274cc3dd358905" +reference = "v17.0.1" +resolved_reference = "07f8ca137cdede5e7cca982e31426cfaab77923b" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2472,4 +2472,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "a244c745d4e945b43686ad64a902a1c5dd9301c55ae46f22821e968d8cd30a02" +content-hash = "ca71f651f15548d9a2fcd59f080c6ffc1b6ed6951f4b5003c91f69a4eb83462f" diff --git a/pyproject.toml b/pyproject.toml index 416ff26d5..6670f1733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,11 +66,11 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "*" pytest = "^8.3.2" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.1", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.35.0" -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"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.2.0" tenacity = "*"