Skip to content

Commit 159f86d

Browse files
Update canonical/data-platform-workflows action to v30.1.3 (#398)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [canonical/data-platform-workflows](https://redirect.github.com/canonical/data-platform-workflows) | action | minor | `v30.0.2` -> `v30.1.3` | --- ### Release Notes <details> <summary>canonical/data-platform-workflows (canonical/data-platform-workflows)</summary> ### [`v30.1.3`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v30.1.3) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v30.1.2...v30.1.3) #### What's Changed - patch(\_promote_charm.yaml): Remove unused `--target` argument by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/288](https://redirect.github.com/canonical/data-platform-workflows/pull/288) **Full Changelog**: canonical/data-platform-workflows@v30.1.2...v30.1.3 ### [`v30.1.2`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v30.1.2) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v30.1.1...v30.1.2) #### What's Changed - patch(\_promote_charm.yaml): Fix OCI image digests by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/287](https://redirect.github.com/canonical/data-platform-workflows/pull/287) **Full Changelog**: canonical/data-platform-workflows@v30.1.1...v30.1.2 ### [`v30.1.1`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v30.1.1) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v30.1.0...v30.1.1) #### What's Changed - patch(\_promote_charm.yaml): Add OCI image sha256 digests by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/286](https://redirect.github.com/canonical/data-platform-workflows/pull/286) **Full Changelog**: canonical/data-platform-workflows@v30.1.0...v30.1.1 ### [`v30.1.0`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v30.1.0) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v30.0.2...v30.1.0) #### What's Changed - compatible(release_charm.yaml): Continue if .charm file already uploaded to Charmhub by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/285](https://redirect.github.com/canonical/data-platform-workflows/pull/285) **Full Changelog**: canonical/data-platform-workflows@v30.0.2...v30.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-k8s-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJub3QgYnVnIG9yIGVuaGFuY2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67ea4a7 commit 159f86d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.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@v30.0.2
18+
uses: canonical/data-platform-workflows/.github/workflows/check_charm_pr.yaml@v30.1.3

.github/workflows/ci.yaml

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

4949
build:
5050
name: Build charm
51-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v30.0.2
51+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v30.1.3
5252

5353
integration-test:
5454
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/_promote_charm.yaml@v30.0.2
28+
uses: canonical/data-platform-workflows/.github/workflows/_promote_charm.yaml@v30.1.3
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
@@ -17,7 +17,7 @@ jobs:
1717
name: Release charm
1818
needs:
1919
- ci-tests
20-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v30.0.2
20+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v30.1.3
2121
with:
2222
channel: 8.0/edge
2323
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@v30.0.2
13+
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v30.1.3
1414
with:
1515
reviewers: a-velasco,izmalk
1616
permissions:

0 commit comments

Comments
 (0)