Skip to content

Commit 266066c

Browse files
Update data-platform-workflows to v16.3.3 (#276)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [allure-pytest-collection-report](https://togithub.com/canonical/data-platform-workflows) | integration | minor | `v16.2.1` -> `v16.3.3` | | [canonical/data-platform-workflows](https://togithub.com/canonical/data-platform-workflows) | action | minor | `v16.2.1` -> `v16.3.3` | | [pytest-operator-cache](https://togithub.com/canonical/data-platform-workflows) | integration | minor | `v16.2.1` -> `v16.3.3` | | [pytest-operator-groups](https://togithub.com/canonical/data-platform-workflows) | integration | minor | `v16.2.1` -> `v16.3.3` | --- ### Release Notes <details> <summary>canonical/data-platform-workflows (allure-pytest-collection-report)</summary> ### [`v16.3.3`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.3.3) [Compare Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.3.2...v16.3.3) ##### What's Changed - patch(integration_test_charm.yaml): Fix step name by [@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/205](https://togithub.com/canonical/data-platform-workflows/pull/205) **Full Changelog**: canonical/data-platform-workflows@v16.3.2...v16.3.3 ### [`v16.3.2`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.3.2) [Compare Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.3.1...v16.3.2) ##### What's Changed - patch(integration_test_charm.yaml): Shorten recommended job name by [@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/206](https://togithub.com/canonical/data-platform-workflows/pull/206) **Full Changelog**: canonical/data-platform-workflows@v16.3.1...v16.3.2 ##### Migration instructions Replace ```yaml name: Integration test charm ``` with ```yaml name: Integration ``` when calling integration_test_charm.yaml Example: [https://github.com/canonical/mysql-router-k8s-operator/pull/285](https://togithub.com/canonical/mysql-router-k8s-operator/pull/285) ### [`v16.3.1`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.3.1) [Compare Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.3.0...v16.3.1) ##### What's Changed - patch(update_bundle.yaml): Assume amd64 architecture by [@&#8203;lucasgameiroborges](https://togithub.com/lucasgameiroborges) in [https://github.com/canonical/data-platform-workflows/pull/207](https://togithub.com/canonical/data-platform-workflows/pull/207) ##### New Contributors - [@&#8203;lucasgameiroborges](https://togithub.com/lucasgameiroborges) made their first contribution in [https://github.com/canonical/data-platform-workflows/pull/207](https://togithub.com/canonical/data-platform-workflows/pull/207) **Full Changelog**: canonical/data-platform-workflows@v16.3.0...v16.3.1 ### [`v16.3.0`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.3.0) [Compare Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.2.2...v16.3.0) ##### What's Changed - compatible(integration_test_charm.yaml): Add support for microk8s on IS hosted runners by [@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/203](https://togithub.com/canonical/data-platform-workflows/pull/203) **Full Changelog**: canonical/data-platform-workflows@v16.2.2...v16.3.0 ### [`v16.2.2`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.2.2) [Compare Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.2.1...v16.2.2) ##### What's Changed - patch(build_charm.yaml): Add information about charmcraftcache to usage doc by [@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical) in [https://github.com/canonical/data-platform-workflows/pull/204](https://togithub.com/canonical/data-platform-workflows/pull/204) **Full Changelog**: canonical/data-platform-workflows@v16.2.1...v16.2.2 </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/canonical/mysql-router-k8s-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Carl Csaposs <[email protected]>
1 parent 92ba15a commit 266066c

File tree

5 files changed

+27
-16
lines changed

5 files changed

+27
-16
lines changed

.github/workflows/ci.yaml

+3-3
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@v16.2.1
67+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.3
6868
with:
6969
cache: true
7070

@@ -85,12 +85,12 @@ jobs:
8585
agent: 3.4.3 # renovate: juju-agent-pin-minor
8686
allure_on_amd64: true
8787
architecture: arm64
88-
name: Integration test charm | ${{ matrix.juju.agent }} | ${{ matrix.architecture }}
88+
name: Integration | ${{ matrix.juju.agent }} | ${{ matrix.architecture }}
8989
needs:
9090
- lint
9191
- unit-test
9292
- build
93-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.2.1
93+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.3.3
9494
with:
9595
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
9696
architecture: ${{ matrix.architecture }}

.github/workflows/release.yaml

+2-2
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@v16.2.1
18+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.3
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@v16.2.1
25+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.3.3
2626
with:
2727
channel: 8.0/edge
2828
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_issue_to_jira.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
sync:
1111
name: Sync GitHub issue to Jira
12-
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.2.1
12+
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.3.3
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

+18-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ ops = "^2.9.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 = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
67-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
66+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
67+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6868
juju = "^3.2.2"
6969
mysql-connector-python = "~8.0.33"
7070
pyyaml = "^6.0.1"
7171
tenacity = "^8.5.0"
7272
allure-pytest = "^2.13.5"
73-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
73+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7474

7575

7676
[tool.coverage.run]

0 commit comments

Comments
 (0)