Skip to content

Commit

Permalink
[DPE-5103] Update lib/deps (#453)
Browse files Browse the repository at this point in the history
* Bump the data platform lib to last available version.
  • Loading branch information
Gu1nness authored Aug 9, 2024
1 parent 884497b commit 0cad0b2
Show file tree
Hide file tree
Showing 78 changed files with 1,449 additions and 685 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ on:
jobs:
lint:
name: Lint
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v18.0.0
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v19.0.0

unit-test:
name: Unit test charm
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install tox & poetry
run: |
pipx install tox
Expand All @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- tests/integration/sharding_tests/application
- tests/integration/relation_tests/new_relations/application-charm
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v18.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v19.0.0
with:
path-to-charm-directory: ${{ matrix.path }}
cache: true
Expand All @@ -102,7 +102,7 @@ jobs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v18.0.0
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v19.0.0
with:
artifact-prefix: packed-charm-cache-true
cloud: lxd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/internal_version_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Compare with internal version on main branch
run: |
NEW_VERSION="$(< charm_internal_version)"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:

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

release-charm:
name: Release charm
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v18.0.0
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v19.0.0
with:
channel: 6/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand All @@ -37,7 +37,7 @@ jobs:
- release-charm
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release any bumped charm libs
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@v18.0.0
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v19.0.0
with:
jira-base-url: https://warthogs.atlassian.net
jira-project-key: DPE
Expand Down
2 changes: 1 addition & 1 deletion actions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Canonical Ltd.
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

get-primary:
Expand Down
2 changes: 1 addition & 1 deletion charm_internal_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15
16
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Canonical Ltd.
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

type: charm
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023 Canonical Ltd.
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

options:
Expand Down
Loading

0 comments on commit 0cad0b2

Please sign in to comment.