Skip to content

Commit d08f38e

Browse files
Update data-platform-workflows to v26.0.1
1 parent adc54e4 commit d08f38e

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
lint:
2525
name: Lint
26-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v26.0.0
26+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v26.0.1
2727

2828
unit-test:
2929
name: Unit test charm
@@ -45,7 +45,7 @@ jobs:
4545

4646
build:
4747
name: Build charm
48-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v26.0.0
48+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v26.0.1
4949
with:
5050
cache: true
5151
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
@@ -72,7 +72,7 @@ jobs:
7272
- lint
7373
- unit-test
7474
- build
75-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v26.0.0
75+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v26.0.1
7676
with:
7777
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
7878
architecture: ${{ matrix.architecture }}

.github/workflows/release.yaml

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

4343
build:
4444
name: Build charm
45-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v26.0.0
45+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v26.0.1
4646
with:
4747
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
4848

@@ -51,7 +51,7 @@ jobs:
5151
needs:
5252
- ci-tests
5353
- build
54-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v26.0.0
54+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v26.0.1
5555
with:
5656
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
5757
channel: 14/edge

.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@v26.0.0
13+
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v26.0.1
1414
with:
1515
reviewers: a-velasco
1616
permissions:

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ optional = true
6565
[tool.poetry.group.integration.dependencies]
6666
lightkube = "^0.15.5"
6767
pytest = "^8.3.3"
68-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
68+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
6969
pytest-operator = "^0.38.0"
70-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
71-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
72-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
70+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
71+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
72+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7373
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
7474
juju = "<=3.6.1.0"
7575
psycopg2-binary = "^2.9.10"

0 commit comments

Comments
 (0)