Skip to content

Commit b3f5bfa

Browse files
Update canonical/data-platform-workflows action to v34 (#431)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [canonical/data-platform-workflows](https://redirect.github.com/canonical/data-platform-workflows) | action | major | `v32.2.3` -> `v34.0.1` | --- ### Release Notes <details> <summary>canonical/data-platform-workflows (canonical/data-platform-workflows)</summary> ### [`v34.0.1`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v34.0.1) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v34.0.0...v34.0.1) ##### What's Changed - patch(release\_charm.yaml): Fix release if charm directory is not git repository root by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [#&#8203;306](https://redirect.github.com/canonical/data-platform-workflows/pull/306) **Full Changelog**: <canonical/data-platform-workflows@v34.0.0...v34.0.1> ### [`v34.0.0`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v34.0.0) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v33.0.0...v34.0.0) ##### What's Changed - breaking: Update actions/checkout to v5 by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [#&#8203;303](https://redirect.github.com/canonical/data-platform-workflows/pull/303) **Full Changelog**: <canonical/data-platform-workflows@v33.0.0...v34.0.0> ### [`v33.0.0`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v33.0.0) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v32.2.3...v33.0.0) ##### What's Changed - breaking(build\_charm.yaml): Add safeguard that charm refresh compatibility tags were available during build by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [#&#8203;304](https://redirect.github.com/canonical/data-platform-workflows/pull/304) **Full Changelog**: <canonical/data-platform-workflows@v32.2.3...v33.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 01:00 AM and 05:59 AM, only on Tuesday ( * 1-5 * * 2 ) 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjciLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIm5vdCBidWcgb3IgZW5oYW5jZW1lbnQiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carl Csaposs <[email protected]>
1 parent 9faabb9 commit b3f5bfa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/approve_renovate_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010
jobs:
1111
approve-pr:
1212
name: Approve Renovate pull request
13-
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v32.2.3
13+
uses: canonical/data-platform-workflows/.github/workflows/approve_renovate_pr.yaml@v34.0.1
1414
permissions:
1515
pull-requests: write # Needed to approve PR

.github/workflows/check_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ on:
1515
jobs:
1616
check-pr:
1717
name: Check pull request
18-
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v32.2.3
18+
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v34.0.1

.github/workflows/ci.yaml

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

5454
build:
5555
name: Build charm
56-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.2.3
56+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v34.0.1
5757

5858
integration-test:
5959
name: Integration test charm

.github/workflows/promote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
promote:
2727
name: Promote charm
28-
uses: canonical/data-platform-workflows/.github/workflows/[email protected] # Use v32 after this charm adds refresh v3
28+
uses: canonical/data-platform-workflows/.github/workflows/[email protected] # Use v32+ after this charm adds refresh v3
2929
with:
3030
track: '8.0'
3131
from-risk: ${{ inputs.from-risk }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Release charm
2323
needs:
2424
- ci-tests
25-
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v32.2.3
25+
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v34.0.1
2626
with:
2727
track: '8.0'
2828
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@v32.2.3
13+
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v34.0.1
1414
with:
1515
reviewers: a-velasco
1616
permissions:

0 commit comments

Comments
 (0)