Skip to content

Commit a8c142c

Browse files
Update data-platform-workflows to v23 (#326)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [allure-pytest-collection-report](https://redirect.github.com/canonical/data-platform-workflows) | integration | major | `v22.0.0` -> `v23.0.2` | | [canonical/data-platform-workflows](https://redirect.github.com/canonical/data-platform-workflows) | action | major | `v22.0.0` -> `v23.0.2` | | [pytest-operator-cache](https://redirect.github.com/canonical/data-platform-workflows) | integration | major | `v22.0.0` -> `v23.0.2` | | [pytest-operator-groups](https://redirect.github.com/canonical/data-platform-workflows) | integration | major | `v22.0.0` -> `v23.0.2` | --- ### Release Notes <details> <summary>canonical/data-platform-workflows (allure-pytest-collection-report)</summary> ### [`v23.0.2`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v23.0.2) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v23.0.1...v23.0.2) ##### What's Changed - patch(\_update_bundle.yaml): Hardcode snap channels for `charmed_postgresql` and `charmed_pgbouncer` by [@&#8203;lucasgameiroborges](https://redirect.github.com/lucasgameiroborges) in [https://github.com/canonical/data-platform-workflows/pull/241](https://redirect.github.com/canonical/data-platform-workflows/pull/241) **Full Changelog**: canonical/data-platform-workflows@v23.0.1...v23.0.2 ### [`v23.0.1`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v23.0.1) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v23.0.0...v23.0.1) ##### What's Changed - patch: Add \_update_bundle.yaml by [@&#8203;lucasgameiroborges](https://redirect.github.com/lucasgameiroborges) in [https://github.com/canonical/data-platform-workflows/pull/239](https://redirect.github.com/canonical/data-platform-workflows/pull/239) **Full Changelog**: canonical/data-platform-workflows@v23.0.0...v23.0.1 ### [`v23.0.0`](https://redirect.github.com/canonical/data-platform-workflows/releases/tag/v23.0.0) [Compare Source](https://redirect.github.com/canonical/data-platform-workflows/compare/v22.0.0...v23.0.0) ##### What's Changed - breaking: Remove update_bundle.yaml by [@&#8203;carlcsaposs-canonical](https://redirect.github.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/238](https://redirect.github.com/canonical/data-platform-workflows/pull/238) **Full Changelog**: canonical/data-platform-workflows@v22...v23.0.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguMTE0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8fe759b commit a8c142c

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-15
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
build:
6666
name: Build charm
67-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v22.0.0
67+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.2
6868
with:
6969
cache: true
7070

@@ -96,7 +96,7 @@ jobs:
9696
- lint
9797
- unit-test
9898
- build
99-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v22.0.0
99+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.0.2
100100
with:
101101
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
102102
architecture: ${{ matrix.architecture }}

.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/build_charm.yaml@v22.0.0
18+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.2
1919

2020
release:
2121
name: Release charm
2222
needs:
2323
- ci-tests
2424
- build
25-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v22.0.0
25+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.2
2626
with:
2727
channel: 8.0/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/sync_docs.yaml@v22.0.0
13+
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v23.0.2
1414
with:
1515
reviewers: a-velasco,izmalk
1616
permissions:

poetry.lock

Lines changed: 18 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
@@ -51,14 +51,14 @@ ops = "^2.9.0"
5151
[tool.poetry.group.integration.dependencies]
5252
pytest = "^8.2.2"
5353
pytest-operator = "^0.35.0"
54-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
55-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
54+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
55+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
5656
juju = "^3.5.2.0"
5757
mysql-connector-python = "~8.0.33"
5858
pyyaml = "^6.0.1"
5959
tenacity = "^8.5.0"
6060
allure-pytest = "^2.13.5"
61-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
61+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.2", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6262

6363

6464
[tool.coverage.run]

0 commit comments

Comments
 (0)