diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 844d4518c..b5e6ebc80 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v20.0.1 unit-test: name: Unit test charm @@ -56,7 +56,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1 with: cache: true @@ -82,7 +82,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.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 b2d24067e..6097c5065 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1 release: name: Release charm @@ -44,7 +44,7 @@ jobs: - lib-check - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.1 with: channel: 8.0/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index 88ad899a5..88b45d608 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@v18.0.0 + uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v20.0.1 secrets: discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }} discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }} diff --git a/poetry.lock b/poetry.lock index 551cfaa91..d73a2038a 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 = "v18.0.0" -resolved_reference = "da8bb57d6a9650fef8683cb76f233cd672f63db5" +reference = "v20.0.1" +resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1634,8 +1634,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v18.0.0" -resolved_reference = "da8bb57d6a9650fef8683cb76f233cd672f63db5" +reference = "v20.0.1" +resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1654,8 +1654,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v18.0.0" -resolved_reference = "da8bb57d6a9650fef8683cb76f233cd672f63db5" +reference = "v20.0.1" +resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" subdirectory = "python/pytest_plugins/microceph" [[package]] @@ -1709,8 +1709,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v18.0.0" -resolved_reference = "da8bb57d6a9650fef8683cb76f233cd672f63db5" +reference = "v20.0.1" +resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1728,8 +1728,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v18.0.0" -resolved_reference = "da8bb57d6a9650fef8683cb76f233cd672f63db5" +reference = "v20.0.1" +resolved_reference = "82d1f78d960aa358a52a4c2f5289e59e9d23445f" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2389,4 +2389,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8459d7be3bc35373400896812b9b79db4a02f95fa05269ccd10f724c0a199d0e" +content-hash = "38c6c5324e75fe1fbd5a73a6109b7ac8670cfc3868ed9f8764a617a799b0f890" diff --git a/pyproject.toml b/pyproject.toml index c78ee259c..0636d32f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,11 +50,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 = "v18.0.0", subdirectory = "python/pytest_plugins/github_secrets"} -pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/microceph"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/microceph"} pytest-operator = "^0.28.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" ops = "^2.15.0" mysql-connector-python = "~8.0.33" @@ -65,7 +65,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 = "v18.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} pytest-asyncio = "^0.21.1" [tool.coverage.run]