From 4ad62492c896bf82245475d1e4285d6660c081a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:00:08 -0300 Subject: [PATCH] Update data-platform-workflows to v6.3.1 (#323) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 43805ce9ce..279be0e07a 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.1.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v6.3.1 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.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v6.3.1 permissions: actions: write # Needed to manage GitHub Actions cache diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3497bea2a3..fe31a61b94 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.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6.3.1 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.3.1 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 d500e30fcd..cdf98a4b47 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.1.1 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v6.3.1 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index db48d9ea7f..539fd67b25 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.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v6.3.1" +resolved_reference = "d4714db330bcc40eb2cd549f8ebcc671a5c5e512" 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.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v6.3.1" +resolved_reference = "d4714db330bcc40eb2cd549f8ebcc671a5c5e512" 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.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v6.3.1" +resolved_reference = "d4714db330bcc40eb2cd549f8ebcc671a5c5e512" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2103,4 +2103,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ccf63eaf7c62685afd915f1b284f92a450f00a02f216172bf40246b3926f9585" +content-hash = "1a36375c1b82d40119016d9b9bd7577370f8843041f619f1ad71c2efb8f9ce90" diff --git a/pyproject.toml b/pyproject.toml index a6d9179dd8..8e9561fdd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,10 +70,10 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "^0.14.0" pytest = "^7.4.3" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.29.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +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"} juju = "^3.2.2" psycopg2 = {version = "^2.9.9", extras = ["binary"]} boto3 = "^1.28.70"