diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6693508153..0bbcc8b058 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.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v16.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@v16.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.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@v16.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.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 810602363a..ffa4a94522 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.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.0.1 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.0.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.0.1 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 961989f713..32f2f646fa 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.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.0.1 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 5ef7594e11..588bfffec5 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.0" -resolved_reference = "1540c72f5c6b4e280d58acdb20bd7e4d5d253a63" +reference = "v16.0.1" +resolved_reference = "2e008de51f6768c72ca711cce4976a80f52bcc31" 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.0.0" -resolved_reference = "1540c72f5c6b4e280d58acdb20bd7e4d5d253a63" +reference = "v16.0.1" +resolved_reference = "2e008de51f6768c72ca711cce4976a80f52bcc31" 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.0.0" -resolved_reference = "1540c72f5c6b4e280d58acdb20bd7e4d5d253a63" +reference = "v16.0.1" +resolved_reference = "2e008de51f6768c72ca711cce4976a80f52bcc31" 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.0.0" -resolved_reference = "1540c72f5c6b4e280d58acdb20bd7e4d5d253a63" +reference = "v16.0.1" +resolved_reference = "2e008de51f6768c72ca711cce4976a80f52bcc31" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2342,4 +2342,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "80ab2cfd96175de58ac7dd61c042aed4bf491ff0fea149a06ffbd27880c1b102" +content-hash = "0608b10863a8d2f6802057857e8f921d938dc26fc7c3c9cdde04560ab344524c" diff --git a/pyproject.toml b/pyproject.toml index e5550ab54e..aa64c9b22c 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.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.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 = "v16.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +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"} # 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.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Testing tools configuration [tool.coverage.run]