Skip to content

Commit 0884c0b

Browse files
Update data-platform-workflows to v16.2.1 (#272)
[![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 | patch | `v16.2.0` -> `v16.2.1` | | [canonical/data-platform-workflows](https://togithub.com/canonical/data-platform-workflows) | action | patch | `v16.2.0` -> `v16.2.1` | | [pytest-operator-cache](https://togithub.com/canonical/data-platform-workflows) | integration | patch | `v16.2.0` -> `v16.2.1` | | [pytest-operator-groups](https://togithub.com/canonical/data-platform-workflows) | integration | patch | `v16.2.0` -> `v16.2.1` | --- ### Release Notes <details> <summary>canonical/data-platform-workflows (allure-pytest-collection-report)</summary> ### [`v16.2.1`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.2.1) [Compare Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.2.0...v16.2.1) ##### What's Changed - patch(\_sync_docs.yaml): Update source of gatekeeper action by [@&#8203;a-velasco](https://togithub.com/a-velasco) in [https://github.com/canonical/data-platform-workflows/pull/201](https://togithub.com/canonical/data-platform-workflows/pull/201) **Full Changelog**: canonical/data-platform-workflows@v16.2.0...v16.2.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecb17dd commit 0884c0b

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-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/[email protected].0
67+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
6868
with:
6969
cache: true
7070

@@ -83,7 +83,7 @@ jobs:
8383
- lint
8484
- unit-test
8585
- build
86-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
86+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
8787
with:
8888
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
8989
cloud: microk8s

.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/[email protected].0
18+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
1919

2020
release:
2121
name: Release charm
2222
needs:
2323
- ci-tests
2424
- build
25-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
25+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
2626
with:
2727
channel: 8.0/edge
2828
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_issue_to_jira.yaml

Lines changed: 1 addition & 1 deletion
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/[email protected].0
12+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

Lines changed: 7 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
@@ -63,15 +63,15 @@ pytest-mock = "^3.11.1"
6363
[tool.poetry.group.integration.dependencies]
6464
pytest = "^7.4.0"
6565
pytest-operator = "^0.28.0"
66-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
67-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
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"}
6868
juju = "^3.2.2"
6969
mysql-connector-python = "~8.0.33"
7070
pyyaml = "^6.0.1"
7171
tenacity = "^8.2.2"
7272
ops = "<2.10.0"
7373
allure-pytest = "^2.13.2"
74-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
74+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7575

7676

7777
[tool.coverage.run]

0 commit comments

Comments
 (0)