From c7c52db7268f464883d1743c193b851b3d292140 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:26:10 +0000 Subject: [PATCH] Update data-platform-workflows to v6.3.5 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- .github/workflows/sync_issue_to_jira.yaml | 2 +- poetry.lock | 14 +++++++------- pyproject.toml | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 279be0e07a..43b5e08668 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@v6.3.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v6.3.5 unit-test: name: Unit test charm @@ -45,7 +45,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v6.3.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v6.3.5 permissions: actions: write # Needed to manage GitHub Actions cache diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe31a61b94..7cb63431af 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,14 +41,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6.3.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6.3.5 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.3.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.3.5 with: channel: 14/edge artifact-name: ${{ needs.build.outputs.artifact-name }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index cdf98a4b47..b3f57f7cce 100644 --- a/.github/workflows/sync_issue_to_jira.yaml +++ b/.github/workflows/sync_issue_to_jira.yaml @@ -9,7 +9,7 @@ on: jobs: sync: name: Sync GitHub issue to Jira - uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v6.3.1 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v6.3.5 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 55783b6786..35343a573c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1477,8 +1477,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.3.1" -resolved_reference = "d4714db330bcc40eb2cd549f8ebcc671a5c5e512" +reference = "v6.3.5" +resolved_reference = "3c88afa509d973a7bede9ff4e4c1a0e3b5bb4f20" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1532,8 +1532,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.3.1" -resolved_reference = "d4714db330bcc40eb2cd549f8ebcc671a5c5e512" +reference = "v6.3.5" +resolved_reference = "3c88afa509d973a7bede9ff4e4c1a0e3b5bb4f20" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1551,8 +1551,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.3.1" -resolved_reference = "d4714db330bcc40eb2cd549f8ebcc671a5c5e512" +reference = "v6.3.5" +resolved_reference = "3c88afa509d973a7bede9ff4e4c1a0e3b5bb4f20" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2103,4 +2103,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "37962f142578c2f6ad8e22659fc6d323349d568d30ff2999f577365b0d0e508a" +content-hash = "d28846b4b765a8b30802f87217a630c889737028de9a1f6781284ecd98e8a6d3" diff --git a/pyproject.toml b/pyproject.toml index a78a6236a8..50d0c8e1cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,10 +70,10 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "^0.15.0" pytest = "^7.4.3" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.5", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.31.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.5", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.5", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" psycopg2 = {version = "^2.9.9", extras = ["binary"]} boto3 = "^1.33.1"