diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5fd95f063..7dfc51fe0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.0.3 unit-test: name: Unit test charm @@ -61,7 +61,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.3 with: charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release @@ -87,7 +87,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.0.3 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2eb03f957..1aafef8ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,7 +40,7 @@ jobs: needs: - lib-check - ci-tests - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.3 with: charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release channel: 8.0/edge diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index 13163338d..15956668c 100644 --- a/.github/workflows/sync_docs.yaml +++ b/.github/workflows/sync_docs.yaml @@ -10,7 +10,7 @@ on: jobs: sync-docs: name: Sync docs from Discourse - uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v29.0.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v29.0.3 with: reviewers: a-velasco permissions: diff --git a/poetry.lock b/poetry.lock index 3a81286e4..54119af42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -21,7 +21,7 @@ name = "allure-pytest-collection-report" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -33,8 +33,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1725,7 +1725,7 @@ name = "pytest-github-secrets" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -1733,8 +1733,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1742,7 +1742,7 @@ name = "pytest-microceph" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -1754,8 +1754,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/microceph" [[package]] @@ -1801,7 +1801,7 @@ name = "pytest-operator-cache" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -1812,8 +1812,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1821,7 +1821,7 @@ name = "pytest-operator-groups" version = "0.1.0" description = "" optional = false -python-versions = "^3.8" +python-versions = ">=3.8" groups = ["integration"] files = [] develop = false @@ -1832,8 +1832,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v29.0.0" -resolved_reference = "90077c956fd22995aec4c1e5b86cf6248717d8c7" +reference = "v29.0.3" +resolved_reference = "8189a62d00ac6085586efe572b1b0ff8d5810445" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2520,4 +2520,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "bc9a1e749e383aee54e55e75e2bdf0b9ebe1391715b9f11945ccc66600bea350" +content-hash = "fb344148fe0c07b1ca2dcb6dc399e942868e844dc78fa6fc3af1a7d88a1126b4" diff --git a/pyproject.toml b/pyproject.toml index 6b7a07192..134a121f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,11 +54,11 @@ parameterized = "^0.9.0" [tool.poetry.group.integration.dependencies] pytest = "^7.4.0" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/github_secrets"} -pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/microceph"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/microceph"} pytest-operator = "^0.28.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.6.0.0" ops = "^2.15.0" mysql-connector-python = "~8.0.33" @@ -69,7 +69,7 @@ urllib3 = "^1.26.16" lightkube = "^0.14.0" kubernetes = "^27.2.0" allure-pytest = "^2.13.2" -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.3", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} pytest-asyncio = "^0.21.1" [tool.coverage.run]