Skip to content

Commit 08e48d0

Browse files
Update canonical/data-platform-workflows action to v30 (#204)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [canonical/data-platform-workflows](https://redirect.github.com/canonical/data-platform-workflows) | action | major | `v29.0.5` -> `v30.0.0` | --- ### Release Notes <details> <summary>canonical/data-platform-workflows (canonical/data-platform-workflows)</summary> ### [`v30.0.0`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v30.0.0) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v29.2.0...v30.0.0) ##### What's Changed - breaking(sync_docs.yaml): Add `not bug or enhancement` label to PRs by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/281](https://redirect.github.com/canonical/data-platform-workflows/pull/281) **Full Changelog**: canonical/data-platform-workflows@v29...v30.0.0 ### [`v29.2.0`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v29.2.0) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v29.1.0...v29.2.0) ##### What's Changed - compatible: Add check_charm_pr.yaml by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/278](https://redirect.github.com/canonical/data-platform-workflows/pull/278) **Full Changelog**: canonical/data-platform-workflows@v29.1.0...v29.2.0 ### [`v29.1.0`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v29.1.0) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v29.0.5...v29.1.0) ##### What's Changed - compatible: Deprecate integration_test_charm.yaml by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/275](https://redirect.github.com/canonical/data-platform-workflows/pull/275) **Full Changelog**: canonical/data-platform-workflows@v29.0.5...v29.1.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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTY3LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIm5vdCBidWcgb3IgZW5oYW5jZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 296bfec commit 08e48d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

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

7171
build:
7272
name: Build charm
73-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.5
73+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v30.0.0
7474

7575
integration-test:
7676
name: Integration test charm

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Release charm
2020
needs:
2121
- ci-tests
22-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.5
22+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v30.0.0
2323
with:
2424
channel: dpe/edge
2525
artifact-prefix: ${{ needs.ci-tests.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/sync_docs.yaml@v29.0.5
13+
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v30.0.0
1414
with:
1515
reviewers: a-velasco
1616
permissions:

0 commit comments

Comments
 (0)