Skip to content

Commit 8a23de5

Browse files
Update data-platform-workflows to v29.0.5 (#843)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e58c5f commit 8a23de5

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
lint:
2929
name: Lint
30-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
30+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
3131

3232
unit-test:
3333
name: Unit test charm
@@ -49,7 +49,7 @@ jobs:
4949

5050
build:
5151
name: Build charm
52-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
52+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
5353

5454
integration-test:
5555
strategy:
@@ -73,7 +73,7 @@ jobs:
7373
- lint
7474
- unit-test
7575
- build
76-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
76+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
7777
with:
7878
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
7979
architecture: ${{ matrix.architecture }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Release charm
4545
needs:
4646
- ci-tests
47-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].4
47+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
4848
with:
4949
channel: 14/edge
5050
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/[email protected].4
13+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].5
1414
with:
1515
reviewers: a-velasco
1616
permissions:

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ optional = true
5959
[tool.poetry.group.integration.dependencies]
6060
lightkube = "^0.17.1"
6161
pytest = "^8.3.4"
62-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/github_secrets"}
62+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.5", subdirectory = "python/pytest_plugins/github_secrets"}
6363
pytest-operator = "^0.39.0"
64-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
65-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
66-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.4", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
64+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.5", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
65+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.5", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
66+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.5", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6767
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
6868
juju = "<=3.6.1.0"
6969
psycopg2-binary = "^2.9.10"

0 commit comments

Comments
 (0)