From c6297dff19bd914d6ffb5395ad9f8f3a2032212a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:01:21 +0000 Subject: [PATCH] Update data-platform-workflows to v26.0.2 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- poetry.lock | 18 +++++++++--------- pyproject.toml | 8 ++++---- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a1941f3..a933c167 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@v26.0.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v26.0.2 lib-check: name: Check libraries @@ -57,7 +57,7 @@ jobs: build: name: Build charm | ${{ matrix.path }} - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v26.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v26.0.2 strategy: matrix: path: @@ -74,7 +74,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v26.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v26.0.2 with: artifact-prefix: packed-charm-cache-true cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bb74aa44..ac6139ee 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v26.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v26.0.2 with: charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release @@ -23,7 +23,7 @@ jobs: needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v26.0.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v26.0.2 with: charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release channel: 6/edge diff --git a/poetry.lock b/poetry.lock index eb808768..889dca84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -33,8 +33,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v26.0.0" -resolved_reference = "92d0a9f28a22c57b5965866c22f65b5021d3b115" +reference = "v26.0.2" +resolved_reference = "6fab380ad78a363d5af598a8ad58f2b107f8acf6" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1623,8 +1623,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v26.0.0" -resolved_reference = "92d0a9f28a22c57b5965866c22f65b5021d3b115" +reference = "v26.0.2" +resolved_reference = "6fab380ad78a363d5af598a8ad58f2b107f8acf6" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1681,8 +1681,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v26.0.0" -resolved_reference = "92d0a9f28a22c57b5965866c22f65b5021d3b115" +reference = "v26.0.2" +resolved_reference = "6fab380ad78a363d5af598a8ad58f2b107f8acf6" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1701,8 +1701,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v26.0.0" -resolved_reference = "92d0a9f28a22c57b5965866c22f65b5021d3b115" +reference = "v26.0.2" +resolved_reference = "6fab380ad78a363d5af598a8ad58f2b107f8acf6" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2294,4 +2294,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "0ee79622dbbba2a4428011721fc178d917d7f3992735605b1d24db1c54d20767" +content-hash = "9cb8e6a5328a0d40f64e3cd6ee6412c90b970e65286b47806b9b53511898aa07" diff --git a/pyproject.toml b/pyproject.toml index b16b7164..1eb776f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,10 +63,10 @@ juju = "^3.5.0" pytest = "^8.1.1" pytest-mock = "^3.14.0" pytest-operator = "^0.34.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/github_secrets"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.2", subdirectory = "python/pytest_plugins/github_secrets"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Linting tools configuration