Releases: tonyandrewmeyer/borescope
Releases · tonyandrewmeyer/borescope
v1.0.1
Immutable
release. Only release title and notes can be modified.
Snap repair release. PyPI contents are identical to v1.0.0.
Snap fixes
- Repaired the venv shebang so
bin/borescoperesolves to the bundled venv interpreter instead of the bare stage-package one. (1.0.0 raisedModuleNotFoundErroron 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 adot-local-share-jujupersonal-filesplug for the bundled juju. - Filled in
title,contact,license,issues,source-code,websitesnap 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.
v1.0.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Align CLI with Canonical CLI standards by @tonyandrewmeyer in #20
- chore(deps): bump Go to 1.26 to clear stdlib CVE alerts by @tonyandrewmeyer in #21
- docs(site): overhaul marketing + docs design by @tonyandrewmeyer in #22
- docs: add llms.txt and per-page Markdown companions by @tonyandrewmeyer in #23
- fix(logs): refuse logs --follow as a pipe stage (closes #19) by @tonyandrewmeyer in #26
- chore(deps): Bump actions/dependency-review-action from 4 to 5 by @dependabot[bot] in #27
- chore: migrate from tox to Make by @tonyandrewmeyer in #24
- feat: add Ubuntu Workshop definition for local development by @tonyandrewmeyer in #25
- chore: prepare 1.0.0 release by @tonyandrewmeyer in #29
Full Changelog: v0.1.0b2...v1.0.0
v0.1.0b2
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore(deps): Bump github/codeql-action from 4.35.5 to 4.36.0 by @dependabot[bot] in #1
- chore(deps): Bump actions/attest from 1 to 4 by @dependabot[bot] in #3
- chore(deps): Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #2
- Address code-review findings: bug fixes, hardening, and test coverage by @tonyandrewmeyer in #7
- Add POSIX-conformance spread suite for shell commands by @tonyandrewmeyer in #8
- Add an "All spread tasks" rollup for branch protection by @tonyandrewmeyer in #9
- docs: add a Diátaxis documentation site by @tonyandrewmeyer in #13
- Add Atheris fuzz harness for the shell parser by @tonyandrewmeyer in #15
- spread: add POSIX XCU lexical-clause tasks by @tonyandrewmeyer in #14
- snap: switch from classic to strict confinement by @tonyandrewmeyer in #17
- chore: prepare release 0.1.0b2 (first strict-snap) by @tonyandrewmeyer in #18
New Contributors
- @dependabot[bot] made their first contribution in #1
- @tonyandrewmeyer made their first contribution in #7
Full Changelog: https://github.com/tonyandrewmeyer/borescope/commits/v0.1.0b2