diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2299800c3..7fc4cbdf1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.0.5 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.1.0 unit-test: name: Unit test charm @@ -45,7 +45,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.5 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.0 with: cache: true @@ -77,7 +77,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.0.5 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.1.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 255f783f3..78d16d246 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,14 +42,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.5 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.5 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.1.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 a7dd78ab2..848a0087f 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@v23.0.5 + uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v23.1.0 with: reviewers: a-velasco permissions: diff --git a/poetry.lock b/poetry.lock index ed5333efa..2e166ed78 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 = "v23.0.5" -resolved_reference = "e3f522c648375decee87fc0982c012e46ffb0b98" +reference = "v23.1.0" +resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1724,8 +1724,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.5" -resolved_reference = "e3f522c648375decee87fc0982c012e46ffb0b98" +reference = "v23.1.0" +resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1762,8 +1762,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.5" -resolved_reference = "e3f522c648375decee87fc0982c012e46ffb0b98" +reference = "v23.1.0" +resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1781,8 +1781,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v23.0.5" -resolved_reference = "e3f522c648375decee87fc0982c012e46ffb0b98" +reference = "v23.1.0" +resolved_reference = "b8b359d4bf3413332f9638a4510e84f8c4cdacdc" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2431,4 +2431,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8c969d2b04396e37bcd756aa0d678f947ce6c681ddce2e1b5a83efb196f135a0" +content-hash = "eecbb791dc141af45d92ccf606416cd439cb940d85a908079c045a18a248d722" diff --git a/pyproject.toml b/pyproject.toml index c6a5bd4a3..08394f307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,11 +59,11 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "*" pytest = "^8.3.3" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.38.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.2.1" tenacity = "*"