diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff69e0861..295cd6e2c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.1 with: cache: true @@ -83,7 +83,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.2.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.2.1 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e07c12f69..f45da023f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,14 +15,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.1 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.2.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.2.1 with: channel: 8.0/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 f1d87ae16..c218a1645 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.2.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.2.1 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index c3e5a1480..b87bba8b9 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.2.0" -resolved_reference = "eb5c6fc3c725f0ec870be8055508e23b49126dc9" +reference = "v16.2.1" +resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1937,8 +1937,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.2.0" -resolved_reference = "eb5c6fc3c725f0ec870be8055508e23b49126dc9" +reference = "v16.2.1" +resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1956,8 +1956,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.2.0" -resolved_reference = "eb5c6fc3c725f0ec870be8055508e23b49126dc9" +reference = "v16.2.1" +resolved_reference = "ddb4b5112daf309a5665e14caa5dfee03b96eae0" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2623,4 +2623,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dec1bd6dcc80dbbb4038850c7c8fc425ef0f65b178e092909e192cd763f9c3d7" +content-hash = "2c896faa32353a51d4b7a60802f6638149a4d4b37aa4caeaf9b83635c0682df3" diff --git a/pyproject.toml b/pyproject.toml index 741ef453d..6d4796c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,15 +63,15 @@ pytest-mock = "^3.11.1" [tool.poetry.group.integration.dependencies] pytest = "^7.4.0" pytest-operator = "^0.28.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" mysql-connector-python = "~8.0.33" pyyaml = "^6.0.1" tenacity = "^8.2.2" ops = "<2.10.0" allure-pytest = "^2.13.2" -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} [tool.coverage.run]