Skip to content

Commit 1011776

Browse files
Update data-platform-workflows to v29 (#104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0036f32 commit 1011776

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ on:
1616
jobs:
1717
lint:
1818
name: Lint
19-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v24.0.6
19+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v29.1.0
2020

2121
integration-test:
2222
name: Integration
2323
needs:
2424
- lint
25-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v24.0.6
25+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v29.1.0
2626
with:
2727
artifact-prefix: packed-charm- # required input, but not used
2828
architecture: amd64

.github/workflows/update_bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
update-bundle:
1111
name: Update bundle
12-
uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v24.0.6
12+
uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v29.1.0
1313
with:
1414
path-to-bundle-file: releases/latest/mysql-k8s-bundle.yaml
1515
reviewers: canonical/data-platform-mysql

poetry.lock

Lines changed: 13 additions & 13 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
@@ -22,11 +22,11 @@ codespell = "2.3.0"
2222

2323
[tool.poetry.group.integration.dependencies]
2424
pytest = "^8.3.3"
25-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.6", subdirectory = "python/pytest_plugins/github_secrets"}
25+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
2626
pytest-operator = "^0.38.0"
27-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.6", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
28-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.6", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
29-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.6", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
27+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
28+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
29+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
3030
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
3131
juju = ">=3.5.2.1"
3232
mysql-connector-python = "~8.0.33"

0 commit comments

Comments
 (0)