Skip to content

Commit f24a48a

Browse files
Update data-platform-workflows to v17.0.1 (#555)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5af0e1c commit f24a48a

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
lint:
2424
name: Lint
25-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
25+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
2626

2727
unit-test:
2828
name: Unit test charm
@@ -44,7 +44,7 @@ jobs:
4444

4545
build:
4646
name: Build charm
47-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
47+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
4848
with:
4949
cache: true
5050

@@ -70,7 +70,7 @@ jobs:
7070
- lint
7171
- unit-test
7272
- build
73-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
73+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
7474
with:
7575
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
7676
architecture: ${{ matrix.architecture }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424

2525
build:
2626
name: Build charm
27-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
27+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
2828

2929
release:
3030
name: Release charm
3131
needs:
3232
- ci-tests
3333
- build
34-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
34+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].1
3535
with:
3636
channel: 14/edge
3737
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: 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
@@ -68,10 +68,10 @@ optional = true
6868

6969
[tool.poetry.group.integration.dependencies]
7070
pytest = "^8.3.1"
71-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
71+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
7272
pytest-operator = "^0.35.0"
73-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
74-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
73+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
74+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7575
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
7676
juju = "<=3.5.0.0"
7777
boto3 = "*"
@@ -80,7 +80,7 @@ landscape-api-py3 = "^0.9.0"
8080
mailmanclient = "^3.3.5"
8181
psycopg2-binary = "^2.9.9"
8282
allure-pytest = "^2.13.5"
83-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
83+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v17.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
8484

8585
# Testing tools configuration
8686
[tool.coverage.run]

0 commit comments

Comments
 (0)