Skip to content

Commit 57ed266

Browse files
Update data-platform-workflows to v21
1 parent 9c46d4b commit 57ed266

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/ci.yaml

+3-3
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/lint.yaml@v20.0.1
25+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v21.0.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/build_charm.yaml@v20.0.1
47+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.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/integration_test_charm.yaml@v20.0.1
73+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21.0.1
7474
with:
7575
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
7676
architecture: ${{ matrix.architecture }}

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252

5353
build:
5454
name: Build charm
55-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v20.0.1
55+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21.0.1
5656

5757
release:
5858
name: Release charm
5959
needs:
6060
- ci-tests
6161
- build
62-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v20.0.1
62+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v21.0.1
6363
with:
6464
channel: 1/edge
6565
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

.github/workflows/sync_docs.yaml

+1-1
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@v20.0.1
13+
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v21.0.1
1414
secrets:
1515
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
1616
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}

poetry.lock

+9-9
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
@@ -59,11 +59,11 @@ optional = true
5959
[tool.poetry.group.integration.dependencies]
6060
lightkube = "*"
6161
pytest = "^8.3.2"
62-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
62+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
6363
pytest-operator = "^0.36.0"
64-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
65-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
66-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v20.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
64+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
65+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
66+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6767
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
6868
juju = "<=3.5.2.0"
6969
tenacity = "*"

0 commit comments

Comments
 (0)