Skip to content

Commit 309117b

Browse files
Update data-platform-workflows to v21.0.1 (#174)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [canonical/data-platform-workflows](https://redirect.github.com/canonical/data-platform-workflows) | action | patch | `v21.0.0` -> `v21.0.1` | | [pytest-github-secrets](https://redirect.github.com/canonical/data-platform-workflows) | integration | patch | `v21.0.0` -> `v21.0.1` | | [pytest-operator-cache](https://redirect.github.com/canonical/data-platform-workflows) | integration | patch | `v21.0.0` -> `v21.0.1` | | [pytest-operator-groups](https://redirect.github.com/canonical/data-platform-workflows) | integration | patch | `v21.0.0` -> `v21.0.1` | --- ### Release Notes <details> <summary>canonical/data-platform-workflows (canonical/data-platform-workflows)</summary> ### [`v21.0.1`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v21.0.1) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v21.0.0...v21.0.1) ##### What's Changed - patch(build_\*.yaml): Switch ARM runner image by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/233](https://redirect.github.com/canonical/data-platform-workflows/pull/233) **Full Changelog**: canonical/data-platform-workflows@v21.0.0...v21.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-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9ea24c commit 309117b

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
build:
6868
name: Build charm
69-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
69+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
7070
with:
7171
# Use of cache blocked by https://github.com/canonical/charmcraft/issues/1456
7272
# Details: https://github.com/canonical/charmcraftcache/issues/3

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515

1616
build:
1717
name: Build charm
18-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
18+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
1919

2020
release:
2121
name: Release charm
2222
needs:
2323
- ci-tests
2424
- build
25-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
25+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
2626
with:
2727
channel: dpe/edge
2828
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_docs.yaml

Lines changed: 1 addition & 1 deletion
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].1
1414
with:
1515
reviewers: a-velasco
1616
permissions:

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ pytest-mock = "^3.14.0"
6363
[tool.poetry.group.integration.dependencies]
6464
pytest = "^8.2.2"
6565
pytest-operator = "^0.35.0"
66-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
67-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
68-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
66+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
67+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
68+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
6969
juju = "^3.5.2.0"
7070
mysql-connector-python = "~8.0.33"
7171
tenacity = "^8.5.0"

0 commit comments

Comments
 (0)