Skip to content

Update dependency charmlibs-snap to v2 - #650

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/charmlibs-snap-2.x
Open

Update dependency charmlibs-snap to v2#650
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/charmlibs-snap-2.x

Conversation

@renovate

@renovate renovate Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
charmlibs-snap (source, changelog) ==1.0.1.post0==2.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 5, 2026 04:17
@renovate
renovate Bot enabled auto-merge (squash) September 5, 2026 04:17
@renovate
renovate Bot force-pushed the renovate/charmlibs-snap-2.x branch from 0e6181c to 76040e0 Compare September 5, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants