From da6ae31de13e2cb0ece7b913ea0a78b156cdc4cf Mon Sep 17 00:00:00 2001 From: Dario Faccin <35623244+dariofaccin@users.noreply.github.com> Date: Tue, 26 May 2026 08:13:27 +0200 Subject: [PATCH 1/2] chore: remove lib checks (#306) --- .github/workflows/integrate.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 30ba0464..0172ddf2 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -8,13 +8,6 @@ on: required: true jobs: - quality-checks: - name: Quality checks - uses: canonical/charmed-kubeflow-workflows/.github/workflows/_quality-checks.yaml@main - secrets: inherit - with: - charm-path: "." - lint: name: Lint runs-on: ubuntu-24.04 From acf5480100008b13ec61133270a033250db70ea0 Mon Sep 17 00:00:00 2001 From: Noha Ihab <49988746+NohaIhab@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:28:39 +0200 Subject: [PATCH 2/2] fix: bump Rust version to 1.92.0 (#279) * chore: bump Rust version to 1.92.0 * fix: pin juju terraform provider --- charmcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charmcraft.yaml b/charmcraft.yaml index 3fd4570a..b1c6bf36 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -74,7 +74,7 @@ parts: # rpds-py (Python package) >=0.19.0 requires rustc >=1.76, which is not available in the # Ubuntu 22.04 archive. Install rustc and cargo using rustup instead of the Ubuntu archive rustup set profile minimal - rustup default 1.83.0 # renovate: charmcraft-rust-latest + rustup default 1.92.0 # renovate: charmcraft-rust-latest craftctl default # Include requirements.txt in *.charm artifact for easier debugging