Skip to content

v1.0.1

Latest

Choose a tag to compare

@tonyandrewmeyer tonyandrewmeyer released this 05 Jun 08:24
Immutable release. Only release title and notes can be modified.
642425f

Snap repair release. PyPI contents are identical to v1.0.0.

Snap fixes

  • Repaired the venv shebang so bin/borescope resolves to the bundled venv interpreter instead of the bare stage-package one. (1.0.0 raised ModuleNotFoundError on every invocation.)
  • Bundled juju 4 inside the snap via stage-snaps, working around strict confinement's snap-to-snap exec block. Juju 4 clients talk to both 3.x and 4.x controllers.
  • Added network, network-bind, and a dot-local-share-juju personal-files plug for the bundled juju.
  • Filled in title, contact, license, issues, source-code, website snap metadata.

Post-install

After sudo snap install borescope, run:

sudo snap connect borescope:dot-local-share-juju

so the bundled juju can read your JUJU_DATA.

See #30 for the full diff and the CHANGELOG for details.