diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3cff09ed..6a7a22d9a 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 @@ -71,7 +71,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 272f90f7f..89d8820aa 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: 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 d4da21d1b..495e2ccaf 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 2ab02e9b8..00fc7639c 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]] @@ -1709,8 +1709,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]] @@ -1747,8 +1747,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]] @@ -1766,8 +1766,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]] @@ -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 = "855417bd31b35b5cdfc007a399d5ae977b91aafe55f973c688f58d1e2d5890d2" +content-hash = "91450a558cacaf1ab09d427d6842458f3be2541f3200062d09cd5472644a9d38" diff --git a/pyproject.toml b/pyproject.toml index 235edd71c..0476abfee 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" 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.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"} [build-system] requires = ["poetry-core>=1.0.0"]