Skip to content

Commit 105a6f6

Browse files
Update data-platform-workflows to v13 (#131)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [canonical/data-platform-workflows](https://togithub.com/canonical/data-platform-workflows) | action | major | `v12.6.2` -> `v13.0.0` | | [pytest-operator-cache](https://togithub.com/canonical/data-platform-workflows) | integration | major | `v12.6.2` -> `v13.0.0` | | [pytest-operator-groups](https://togithub.com/canonical/data-platform-workflows) | integration | major | `v12.6.2` -> `v13.0.0` | --- ### Release Notes <details> <summary>canonical/data-platform-workflows (canonical/data-platform-workflows)</summary> ### [`v13.0.0`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v13.0.0) [Compare Source](https://togithub.com/canonical/data-platform-workflows/compare/v12.7.2...v13.0.0) ##### What's Changed - breaking(release_charm.yaml): Remove support for `upstream-sources` by [@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/158](https://togithub.com/canonical/data-platform-workflows/pull/158) **Full Changelog**: canonical/data-platform-workflows@v12...v13.0.0 ### [`v12.7.2`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v12.7.2) [Compare Source](https://togithub.com/canonical/data-platform-workflows/compare/v12.7.1...v12.7.2) ##### What's Changed - patch: Add \_sync_docs.yaml by [@&#8203;a-velasco](https://togithub.com/a-velasco) in [https://github.com/canonical/data-platform-workflows/pull/157](https://togithub.com/canonical/data-platform-workflows/pull/157) ##### New Contributors - [@&#8203;a-velasco](https://togithub.com/a-velasco) made their first contribution in [https://github.com/canonical/data-platform-workflows/pull/157](https://togithub.com/canonical/data-platform-workflows/pull/157) **Full Changelog**: canonical/data-platform-workflows@v12.7.1...v12.7.2 ### [`v12.7.1`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v12.7.1) [Compare Source](https://togithub.com/canonical/data-platform-workflows/compare/v12.7.0...v12.7.1) ##### What's Changed - patch(build_charm.yaml): Add comment about `libpq-dev` by [@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/156](https://togithub.com/canonical/data-platform-workflows/pull/156) **Full Changelog**: canonical/data-platform-workflows@v12.7.0...v12.7.1 ### [`v12.7.0`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v12.7.0) [Compare Source](https://togithub.com/canonical/data-platform-workflows/compare/v12.6.2...v12.7.0) ##### What's Changed - compatible(release_rock.yaml): Release multi-architecture image by [@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/155](https://togithub.com/canonical/data-platform-workflows/pull/155) **Full Changelog**: canonical/data-platform-workflows@v12.6.2...v12.7.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/canonical/mysql-router-k8s-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuMjQ1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 110e0ad commit 105a6f6

File tree

5 files changed

+33
-12
lines changed

5 files changed

+33
-12
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
build:
4646
name: Build charm
47-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2
47+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.0.0
4848
with:
4949
cache: true
5050

@@ -63,7 +63,7 @@ jobs:
6363
- lint
6464
- unit-test
6565
- build
66-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.6.2
66+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.0.0
6767
with:
6868
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
6969
cloud: microk8s

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ jobs:
3535

3636
build:
3737
name: Build charm
38-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2
38+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.0.0
3939

4040
release:
4141
name: Release charm
4242
needs:
4343
- lib-check
4444
- ci-tests
4545
- build
46-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.6.2
46+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.0.0
4747
with:
4848
channel: 8.0/edge
4949
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_issue_to_jira.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
sync:
1111
name: Sync GitHub issue to Jira
12-
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v12.6.2
12+
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13.0.0
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

+26-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ pytest-mock = "^3.11.1"
5555
[tool.poetry.group.integration.dependencies]
5656
pytest = "^7.4.0"
5757
pytest-operator = "^0.28.0"
58-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
59-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
58+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
59+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6060
juju = "^3.2.2"
6161
mysql-connector-python = "~8.0.33"
6262
pyyaml = "^6.0.1"

0 commit comments

Comments
 (0)