diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e6409c2d..edcebddee 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@v20.0.2 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v21.0.0 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@v20.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0 with: cache: true @@ -71,7 +71,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.0.2 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21.0.0 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1dc4bf391..88421a953 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@v20.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.2 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v21.0.0 with: channel: 1/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index 4f1b6d713..5d0fb275f 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@v20.0.2 + uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v21.0.0 with: reviewers: a-velasco,izmalk permissions: diff --git a/poetry.lock b/poetry.lock index af97a2729..b11b6e88b 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 = "v20.0.2" -resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" +reference = "v21.0.0" +resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1745,8 +1745,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.2" -resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" +reference = "v21.0.0" +resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1783,8 +1783,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.2" -resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" +reference = "v21.0.0" +resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1802,8 +1802,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v20.0.2" -resolved_reference = "37b15891a2ad9842721107fa4a42b6eb39ec830a" +reference = "v21.0.0" +resolved_reference = "c0eccd0a2229ce88cd09765d8260e22e12db0b13" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2455,4 +2455,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "362c87458f6e4bce1939ed1aec7c24484f18c94ed7d4fdb72cf2afa3e8d25e15" +content-hash = "d0b77ed045523eb9f7682e9e4b18c3dd32b33186780cc8b48a5562a8f7072823" diff --git a/pyproject.toml b/pyproject.toml index d3159ac15..12cbbd119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,10 +61,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.3.2" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.2", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.36.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.2.0" tenacity = "*" @@ -72,7 +72,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 = "v20.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} [build-system] requires = ["poetry-core>=1.0.0"]