Skip to content

Commit 05abf68

Browse files
Update data-platform-workflows to v29.0.5 (#365)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [allure-pytest-collection-report](https://redirect.github.com/canonical/data-platform-workflows) | integration | patch | `v29.0.0` -> `v29.0.5` | | [canonical/data-platform-workflows](https://redirect.github.com/canonical/data-platform-workflows) | action | patch | `v29.0.0` -> `v29.0.5` | | [pytest-operator-cache](https://redirect.github.com/canonical/data-platform-workflows) | integration | patch | `v29.0.0` -> `v29.0.5` | | [pytest-operator-groups](https://redirect.github.com/canonical/data-platform-workflows) | integration | patch | `v29.0.0` -> `v29.0.5` | --- ### Release Notes <details> <summary>canonical/data-platform-workflows (allure-pytest-collection-report)</summary> ### [`v29.0.5`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v29.0.5) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v29.0.4...v29.0.5) ##### What's Changed - patch(build_\*.yaml): Use GitHub-hosted free ARM runners by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/274](https://redirect.github.com/canonical/data-platform-workflows/pull/274) **Full Changelog**: canonical/data-platform-workflows@v29.0.4...v29.0.5 ### [`v29.0.4`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v29.0.4) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v29.0.3...v29.0.4) ##### What's Changed - patch(build_charm.yaml): Update doc link to shorthand notation syntax by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/273](https://redirect.github.com/canonical/data-platform-workflows/pull/273) **Full Changelog**: canonical/data-platform-workflows@v29.0.3...v29.0.4 ### [`v29.0.3`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v29.0.3) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v29.0.2...v29.0.3) ##### What's Changed - patch: Update pyproject.toml by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/272](https://redirect.github.com/canonical/data-platform-workflows/pull/272) **Full Changelog**: canonical/data-platform-workflows@v29.0.2...v29.0.3 ### [`v29.0.2`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v29.0.2) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v29.0.1...v29.0.2) ##### What's Changed - patch(integration_test_charm.yaml): Collect snap download debug logs by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/271](https://redirect.github.com/canonical/data-platform-workflows/pull/271) **Full Changelog**: canonical/data-platform-workflows@v29.0.1...v29.0.2 ### [`v29.0.1`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v29.0.1) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v29.0.0...v29.0.1) ##### What's Changed - patch(release_\*.yaml): Fix comment in docs by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/270](https://redirect.github.com/canonical/data-platform-workflows/pull/270) **Full Changelog**: canonical/data-platform-workflows@v29.0.0...v29.0.1 </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/mysql-router-k8s-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7475d39 commit 05abf68

File tree

5 files changed

+28
-17
lines changed

5 files changed

+28
-17
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
build:
7070
name: Build charm
71-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
71+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
7272

7373
integration-test:
7474
strategy:
@@ -92,7 +92,7 @@ jobs:
9292
- lint
9393
- unit-test
9494
- build
95-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
95+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
9696
with:
9797
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
9898
architecture: ${{ matrix.architecture }}

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Release charm
1818
needs:
1919
- ci-tests
20-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
20+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
2121
with:
2222
channel: 8.0/edge
2323
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

.github/workflows/sync_docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
sync-docs:
1212
name: Sync docs from Discourse
13-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
13+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
1414
with:
1515
reviewers: a-velasco,izmalk
1616
permissions:

poetry.lock

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

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ ops = "^2.9.0"
5252
[tool.poetry.group.integration.dependencies]
5353
pytest = "^8.2.2"
5454
pytest-operator = "^0.35.0"
55-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
56-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
55+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.5", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
56+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.5", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
5757
juju = "^3.6.0.0"
5858
mysql-connector-python = "~8.0.33"
5959
pyyaml = "^6.0.1"
6060
tenacity = "^8.5.0"
6161
allure-pytest = "^2.13.5"
62-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
62+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.5", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6363

6464
[tool.coverage.run]
6565
branch = true

0 commit comments

Comments
 (0)