From 61b9487097849f00f45d740f94fe1639b5c81aab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 17:36:21 +0200 Subject: [PATCH] Update data-platform-workflows to v13 (#187) 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 eda6869c1..bd0bdbe96 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@v12.7.2 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v13.0.0 unit-test: name: Unit test charm @@ -40,7 +40,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.7.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.0.0 with: cache: true @@ -58,7 +58,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.7.2 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.0.0 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: lxd diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3163d858e..344a34096 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,14 +24,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.7.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.0.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.7.2 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.0.0 with: channel: 1/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index 50749e156..5d33f511e 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@v12.7.2 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13.0.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 1764c5c59..459738ed7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1480,8 +1480,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v12.7.2" -resolved_reference = "c4494b672c958f0296d1270c396106382738e812" +reference = "v13.0.0" +resolved_reference = "b662fd727b538a4b2a65f25d9c25b9bd76e197ad" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1518,8 +1518,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v12.7.2" -resolved_reference = "c4494b672c958f0296d1270c396106382738e812" +reference = "v13.0.0" +resolved_reference = "b662fd727b538a4b2a65f25d9c25b9bd76e197ad" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1537,8 +1537,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v12.7.2" -resolved_reference = "c4494b672c958f0296d1270c396106382738e812" +reference = "v13.0.0" +resolved_reference = "b662fd727b538a4b2a65f25d9c25b9bd76e197ad" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2089,4 +2089,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "a281851afa46002d40da92e379539a4f3976dee14f30cd786452fbf5a3588923" +content-hash = "3800a868130ae4fea14ac01eba6dda85b30a7abef2afb3c5f97a4468a380d481" diff --git a/pyproject.toml b/pyproject.toml index 59311fa06..a749b2c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,10 +66,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.1.1" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.7.2", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.34.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.7.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.7.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.3.0.0" tenacity = "*" mailmanclient = "^3.3.5"