Skip to content

Commit 6e2307c

Browse files
Update data-platform-workflows to v13.1.0 (#431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b135038 commit 6e2307c

File tree

5 files changed

+22
-21
lines changed

5 files changed

+22
-21
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
lint:
1818
name: Lint
19-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v13.0.0
19+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v13.1.0
2020

2121
unit-test:
2222
name: Unit test charm
@@ -56,7 +56,7 @@ jobs:
5656

5757
build:
5858
name: Build charm
59-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.0.0
59+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.1.0
6060
with:
6161
cache: true
6262

@@ -75,7 +75,7 @@ jobs:
7575
- lint
7676
- unit-test
7777
- build
78-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.0.0
78+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.1.0
7979
with:
8080
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
8181
cloud: lxd

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737

3838
build:
3939
name: Build charm
40-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.0.0
40+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.1.0
4141

4242
release:
4343
name: Release charm
4444
needs:
4545
- ci-tests
4646
- build
47-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.0.0
47+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.1.0
4848
with:
4949
channel: 8.0/edge
5050
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@v13.0.0
12+
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13.1.0
1313
with:
1414
jira-base-url: https://warthogs.atlassian.net
1515
jira-project-key: DPE

poetry.lock

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

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ parameterized = "^0.9.0"
6262

6363
[tool.poetry.group.integration.dependencies]
6464
pytest = "^7.4.0"
65-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
66-
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/microceph"}
65+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
66+
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/microceph"}
6767
pytest-operator = "^0.28.0"
68-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
69-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
68+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
69+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7070
juju = "^3.2.2"
7171
mysql-connector-python = "~8.0.33"
7272
tenacity = "^8.2.2"

0 commit comments

Comments
 (0)