Skip to content

Commit e3df94c

Browse files
Update data-platform-workflows to v20 (#479)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1044d75 commit e3df94c

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
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@v18.0.0
19+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v20.0.1
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@v18.0.0
59+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1
6060
with:
6161
cache: true
6262

@@ -82,7 +82,7 @@ jobs:
8282
- lint
8383
- unit-test
8484
- build
85-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v18.0.0
85+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v20.0.1
8686
with:
8787
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
8888
architecture: ${{ matrix.architecture }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636

3737
build:
3838
name: Build charm
39-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v18.0.0
39+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1
4040

4141
release:
4242
name: Release charm
4343
needs:
4444
- lib-check
4545
- ci-tests
4646
- build
47-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v18.0.0
47+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.1
4848
with:
4949
channel: 8.0/edge
5050
artifact-prefix: ${{ needs.build.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/_sync_docs.yaml@v18.0.0
13+
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v20.0.1
1414
secrets:
1515
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
1616
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ parameterized = "^0.9.0"
5050

5151
[tool.poetry.group.integration.dependencies]
5252
pytest = "^7.4.0"
53-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
54-
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/microceph"}
53+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
54+
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/microceph"}
5555
pytest-operator = "^0.28.0"
56-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
57-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
56+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
57+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
5858
juju = "^3.2.2"
5959
ops = "^2.15.0"
6060
mysql-connector-python = "~8.0.33"
@@ -65,7 +65,7 @@ urllib3 = "^1.26.16"
6565
lightkube = "^0.14.0"
6666
kubernetes = "^27.2.0"
6767
allure-pytest = "^2.13.2"
68-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
68+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6969
pytest-asyncio = "^0.21.1"
7070

7171
[tool.coverage.run]

0 commit comments

Comments
 (0)