From ee0a4b1cf97e6439fe73c605455c9020b5c62d64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 02:27:30 +0200 Subject: [PATCH] Update data-platform-workflows to v9.3.1 (#340) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- .github/workflows/sync_issue_to_jira.yaml | 2 +- poetry.lock | 14 +++++++------- pyproject.toml | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c157c55f0..dd6a89814a 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@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v9.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@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v9.3.1 with: charmcraft-snap-channel: beta @@ -62,7 +62,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v9.3.1 with: artifact-name: ${{ needs.build.outputs.artifact-name }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 795c539ad9..354bd0fe66 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v9.3.1 with: charmcraft-snap-channel: beta @@ -59,7 +59,7 @@ jobs: needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v9.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 de97fe762d..9c1e9bbdfb 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@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v9.3.1 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index e8e389add8..13b51039fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1560,8 +1560,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v9.0.2" -resolved_reference = "1f7cb3eac6fc12c926330a22bd5715f9d0fbac5e" +reference = "v9.3.1" +resolved_reference = "f4f3ed58baa025f4a92f945985c42f1cace063b9" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1615,8 +1615,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v9.0.2" -resolved_reference = "1f7cb3eac6fc12c926330a22bd5715f9d0fbac5e" +reference = "v9.3.1" +resolved_reference = "f4f3ed58baa025f4a92f945985c42f1cace063b9" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1634,8 +1634,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v9.0.2" -resolved_reference = "1f7cb3eac6fc12c926330a22bd5715f9d0fbac5e" +reference = "v9.3.1" +resolved_reference = "f4f3ed58baa025f4a92f945985c42f1cace063b9" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2187,4 +2187,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4382ab808d435ef3ce74e380cee176ba29c2871193c84a622ec4e8cea6564a6c" +content-hash = "98bceb6abf41fb24a8b6735a015dc72080453990cd2c88e1c0a36102cb3f9241" diff --git a/pyproject.toml b/pyproject.toml index a985e6cbf2..510c725c2f 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.4" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.2", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.3.1", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.32.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.3.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.3.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" psycopg2 = {version = "^2.9.9", extras = ["binary"]} boto3 = "^1.34.21"