Skip to content

Update dependency charmlibs-snap to v2 (16/edge) - #1952

Open
renovate[bot] wants to merge 1 commit into
16/edgefrom
renovate/16/edge-major-python-dependencies
Open

renovate[bot] wants to merge 1 commit into
16/edgefrom
renovate/16/edge-major-python-dependencies

Conversation

@renovate

@renovate renovate Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
charmlibs-snap (source, changelog) ^1.0.1 → ^2.0.0 age confidence

Release Notes

canonical/charmlibs (charmlibs-snap)

v2.0.0

A ground-up rewrite of charmlibs.snap. The 1.x library was a straight migration of operator_libs_linux.v2.snap; 2.0 is a new, deliberately smaller API. It talks to snapd exclusively over the REST API (it no longer shells out to the snap CLI), has no caching layer, and has no runtime dependencies (the opentelemetry-api dependency and its tracing are gone). Function names, argument semantics, and error behaviour follow the snap CLI, so what you know from the command line carries over.

Every operation is a module-level function that takes the snap's name -- there are no Snap objects and no SnapCache. Every error the library raises is a subclass of Error, with typed subclasses for the cases a charm might want to handle. See the reference documentation for the full API, and how to migrate from 1.x to 2.0 for a walkthrough of the changes and a table mapping each 1.x name to its replacement.

If you can't migrate yet, pin charmlibs-snap<2. The 1.x series remains the drop-in replacement for operator_libs_linux.v2.snap.


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • Between 01:00 AM and 07:59 AM, only on Tuesday (* 1-7 * * 2)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner September 8, 2026 02:25
@renovate renovate Bot added the not bug or enhancement PR is not 'bug' or 'enhancement'. For release notes label Sep 8, 2026
github-actions[bot]
github-actions Bot previously approved these changes Sep 8, 2026
@github-actions github-actions Bot added the Libraries: Out of sync The charm libs used are out-of-sync label Sep 8, 2026
@renovate
renovate Bot force-pushed the renovate/16/edge-major-python-dependencies branch from cbd4452 to 105c771 Compare September 15, 2026 02:25
@renovate
renovate Bot force-pushed the renovate/16/edge-major-python-dependencies branch from 105c771 to 1271551 Compare September 22, 2026 02:17

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Libraries: Out of sync The charm libs used are out-of-sync not bug or enhancement PR is not 'bug' or 'enhancement'. For release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants