Skip to content

Commit

Permalink
Update dpw to v18 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Aug 8, 2024
1 parent bb236f4 commit d7a8a9a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v16.2.1
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v18.0.0

# unit-test:
# name: Unit test charm
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.1
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v18.0.0
with:
cache: true

Expand All @@ -65,7 +65,7 @@ jobs:
- lint
# - unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.2.1
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v18.0.0
with:
artifact-prefix: packed-charm-cache-true
cloud: lxd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.2.1
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v18.0.0

release:
name: Release charm
needs:
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.2.1
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v18.0.0
with:
channel: latest/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_issue_to_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
sync:
name: Sync GitHub issue to Jira
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.2.1
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v18.0.0
with:
jira-base-url: https://warthogs.atlassian.net
jira-project-key: DPE
Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ops = "^2.15.0"
tenacity = "^8.2.3"
jinja2 = "^3.1.4"
overrides = "7.7.0"
requests = "2.32.0"
requests = "2.32.3"
shortuuid = "1.0.13"
pydantic = "^1.10, <2"
cryptography = "^42.0.5"
Expand Down Expand Up @@ -65,11 +65,11 @@ parameterized = "^0.9.0"

[tool.poetry.group.integration.dependencies]
pytest = "^8.1.1"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.34.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.2.1", subdirectory = "python/pytest_plugins/microceph"}
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/microceph"}
juju = "^3.2.2"
ops = "^2.15.0"
tenacity = "^8.2.3"
Expand Down

0 comments on commit d7a8a9a

Please sign in to comment.