Skip to content

Commit 328194b

Browse files
Update dpw to v9.0.2 (#185)
Includes workaround for canonical/charmcraft#1389 to fix release CI
1 parent 93860f7 commit 328194b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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].2
4848
with:
4949
charmcraft-snap-channel: beta
5050

@@ -61,7 +61,7 @@ jobs:
6161
- lint
6262
- unit-test
6363
- build
64-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
64+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
6565
with:
6666
artifact-name: ${{ needs.build.outputs.artifact-name }}
6767
cloud: microk8s

.github/workflows/release.yaml

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

3434
build:
3535
name: Build charm
36-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
36+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
3737
with:
3838
charmcraft-snap-channel: beta
3939

@@ -43,7 +43,7 @@ jobs:
4343
- lib-check
4444
- ci-tests
4545
- build
46-
uses: canonical/data-platform-workflows/.github/workflows/[email protected].0
46+
uses: canonical/data-platform-workflows/.github/workflows/[email protected].2
4747
with:
4848
channel: 8.0/edge
4949
artifact-name: ${{ needs.build.outputs.artifact-name }}

.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].2
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ pytest-mock = "^3.11.1"
5555
[tool.poetry.group.integration.dependencies]
5656
pytest = "^7.4.0"
5757
pytest-operator = "^0.28.0"
58-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
59-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
58+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
59+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6060
juju = "^3.2.2"
6161
mysql-connector-python = "~8.0.33"
6262
pyyaml = "^6.0.1"

0 commit comments

Comments
 (0)