Skip to content

Commit

Permalink
Update data-platform-workflows to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 6eeb646 commit ad28e87
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.1.1
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v24.0.0

integration-test:
strategy:
Expand All @@ -37,7 +37,7 @@ jobs:
name: Integration test charm | ${{ matrix.juju.agent }}
needs:
- lint
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.1.1
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v24.0.0
with:
artifact-prefix: packed-charm-
architecture: ${{ matrix.architecture }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
update-bundle:
name: Update bundle
uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v23.1.1
uses: canonical/data-platform-workflows/.github/workflows/_update_bundle.yaml@v24.0.0
with:
path-to-bundle-file: releases/latest/postgresql-bundle.yaml
reviewers: canonical/data-platform-postgresql
Expand Down
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ optional = true

[tool.poetry.group.integration.dependencies]
pytest = "^8.3.4"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.38.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v24.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
juju = "<=3.6.0.0"
psycopg2-binary = "^2.9.10"
Expand Down

0 comments on commit ad28e87

Please sign in to comment.