From 2ff030b6d12f7d057842e79227bef78792bbfc51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:37:48 +0000 Subject: [PATCH] Update data-platform-workflows to v4.2.3 (#286) 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 2e2e7e987..54607c5ab 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@v4.2.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v4.2.3 unit-test: name: Unit test charm @@ -53,7 +53,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v4.2.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v4.2.3 with: charmcraft-snap-revision: 1349 # version 2.3.0 permissions: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2e9808031..ae5076c01 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v4.2.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v4.2.3 with: charmcraft-snap-revision: 1349 # version 2.3.0 @@ -43,7 +43,7 @@ jobs: needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v4.2.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v4.2.3 with: channel: 8.0/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 5ddad3397..5ee07d9b1 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@v4.2.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v4.2.3 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index a059970c5..c4ec2ebc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1562,8 +1562,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v4.2.0" -resolved_reference = "2e84a21be7b9722849d34c9fcfbe9a203ec4ffe9" +reference = "v4.2.3" +resolved_reference = "7a5223ad320058036ef8e7dac644db55e8ec16b4" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1600,8 +1600,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v4.2.0" -resolved_reference = "2e84a21be7b9722849d34c9fcfbe9a203ec4ffe9" +reference = "v4.2.3" +resolved_reference = "7a5223ad320058036ef8e7dac644db55e8ec16b4" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1619,8 +1619,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v4.2.0" -resolved_reference = "2e84a21be7b9722849d34c9fcfbe9a203ec4ffe9" +reference = "v4.2.3" +resolved_reference = "7a5223ad320058036ef8e7dac644db55e8ec16b4" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2175,4 +2175,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9cad0c39845844280a3c0d574b5f086b3474d9f7128918678f6c108799efb78c" +content-hash = "7f8e0ee0f519995e751ed32ac83e74e70637359d54e3386d4e9c56a2559cf2ae" diff --git a/pyproject.toml b/pyproject.toml index 01fdace1d..d7e0c2e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,10 +55,10 @@ coverage = {extras = ["toml"], version = "^7.2.7"} [tool.poetry.group.integration.dependencies] pytest = "^7.4.0" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.3", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.28.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v4.2.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^2.9.44.0" mysql-connector-python = "~8.0.33" tenacity = "^8.2.2"