Skip to content

Commit 9389e79

Browse files
Dependencies update (#188)
This PR, updates: - all python dependencies - all charm libs - fixes a typo in the name of the charm - fixes a unit test - fixes a linting issue
1 parent 656db23 commit 9389e79

27 files changed

Lines changed: 3537 additions & 1642 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- .
126126
- tests/integration/application-charm
127127
name: Build charm | ${{ matrix.path }}
128-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v29.0.0
128+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v32.1.0
129129
with:
130130
cache: false
131131
path-to-charm-directory: ${{ matrix.path }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Release charm
2020
needs:
2121
- ci-tests
22-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v29.0.0
22+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v32.1.0
2323
with:
2424
channel: 2/edge
2525
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}

.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@24.0.6
13+
uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@32.1.0
1414
secrets:
1515
discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }}
1616
discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }}

charmcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ parts:
7474
# rpds-py (Python package) >=0.19.0 requires rustc >=1.76, which is not available in the
7575
# Ubuntu 22.04 archive. Install rustc and cargo using rustup instead of the Ubuntu archive
7676
rustup set profile minimal
77-
rustup default 1.83.0 # renovate: charmcraft-rust-latest
77+
rustup default 1.88.0 # renovate: charmcraft-rust-latest
7878
7979
craftctl default
8080
# Include requirements.txt in *.charm artifact for easier debugging

0 commit comments

Comments
 (0)