|
|
|
|
@@ -1,3 +1,134 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 26 15:44:33 UTC 2025 - Alessio Biancalana <dottorblaster@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Update to 1.8.2.2:
|
|
|
|
|
* docs: update command for GNOME installation by @amnexya in https://github.com/89luca89/distrobox/pull/1873
|
|
|
|
|
* Fix typo in nested Podman instructions by @atimeofday in https://github.com/89luca89/distrobox/pull/1879
|
|
|
|
|
* docs: note that Podman and Distrobox are now pre-installed on SteamOS 3.5+ by @kavishgr in https://github.com/89luca89/distrobox/pull/1881
|
|
|
|
|
* docs: clarify distrobox-host-exec behavior by @jaluoma in https://github.com/89luca89/distrobox/pull/1882
|
|
|
|
|
* docs: fix reference to #28 in README.md by @dottorblaster in https://github.com/89luca89/distrobox/pull/1891
|
|
|
|
|
* init: fix stat syntax error in rootful detection by @john-holt4 in https://github.com/89luca89/distrobox/pull/1907
|
|
|
|
|
* docs: fix mdlint issues in compatibility matrix by @dottorblaster in https://github.com/89luca89/distrobox/pull/1908
|
|
|
|
|
* create: fix failing to create containers from images that print to stdout with no input by @bsutherland333 in https://github.com/89luca89/distrobox/pull/1912
|
|
|
|
|
* docs: systemd unit example to mount root as a shared mount by @yehorb in https://github.com/89luca89/distrobox/pull/1911
|
|
|
|
|
* assemble: /dev/null stdin for distrobox enter execs by @dottorblaster and @balanza in https://github.com/89luca89/distrobox/pull/1915
|
|
|
|
|
* feat: set compopt filenames for --file in bash completion by @yedayak in https://github.com/89luca89/distrobox/pull/1916
|
|
|
|
|
* enter: preserve SHELL with unshared groups by @Kamorst in https://github.com/89luca89/distrobox/pull/1917
|
|
|
|
|
* fix: don't use --pty with buggy su implementations by @Kamorst in https://github.com/89luca89/distrobox/pull/1919
|
|
|
|
|
* init: restrict find pattern to libcuda so it doesn't pick up non-NVIDIA libs by @miaulightouch in https://github.com/89luca89/distrobox/pull/1918
|
|
|
|
|
* create: direct stderr to /dev/null to prevent incorrect eval by @dottorblaster and @inc0 in https://github.com/89luca89/distrobox/pull/1920
|
|
|
|
|
* chore(version): bump to 1.8.2.2 by @dottorblaster in https://github.com/89luca89/distrobox/pull/1921
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 6 14:11:47 UTC 2025 - Alessio Biancalana <dottorblaster@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Update to 1.8.2.1:
|
|
|
|
|
* fix: Alt -> ALT by @x1z53 (gh#89luca89/distrobox#1868)
|
|
|
|
|
* init: fix wrong $HOME when using --init by @Kamorst (gh#89luca89/distrobox#1871)
|
|
|
|
|
* chore: bump version to 1.8.2.1 by @dottorblaster (gh#89luca89/distrobox#1872)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Oct 31 17:44:31 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Update to 1.8.2.0:
|
|
|
|
|
* Decommission Clearlinux
|
|
|
|
|
* assemble:
|
|
|
|
|
- add unshare-groups support (gh#89luca89/distrobox#1675)
|
|
|
|
|
- extend manifest definitions with include
|
|
|
|
|
(gh#89luca89/distrobox#1860)
|
|
|
|
|
- fix accidental file globbing during parsing
|
|
|
|
|
(gh#89luca89/distrobox#1713)
|
|
|
|
|
* completion:
|
|
|
|
|
- Bash completion enhancements (gh#89luca89/distrobox#1848)
|
|
|
|
|
* create:
|
|
|
|
|
- Support --userns=keep-id:size= (gh#89luca89/distrobox#1667)
|
|
|
|
|
- explicitly prefer using crun if present
|
|
|
|
|
- indentation for --root usage in distrobox-create
|
|
|
|
|
(gh#89luca89/distrobox#1846)
|
|
|
|
|
- fix formatting and quoting issues
|
|
|
|
|
(gh#89luca89/distrobox#1862)
|
|
|
|
|
* enter:
|
|
|
|
|
- Allow whitespaces in environment variables
|
|
|
|
|
(gh#89luca89/distrobox#1811)
|
|
|
|
|
* export:
|
|
|
|
|
- fix doas case, fix missing sudo_prefix when local execution
|
|
|
|
|
* host-exec:
|
|
|
|
|
- fail for HTTP response codes >= 400 (curl --fail)
|
|
|
|
|
(gh#89luca89/distrobox#1787)
|
|
|
|
|
* init:
|
|
|
|
|
- Support Chimera Linux guests (gh#89luca89/distrobox#1778)
|
|
|
|
|
- Fixes Vulcan ICD config files for NVIDIA driver host
|
|
|
|
|
integration (openSUSE, Fedora) (gh#89luca89/distrobox#1688)
|
|
|
|
|
- add altlinux in distrobox (gh#89luca89/distrobox#1512)
|
|
|
|
|
- create xdg-open distrobox-host-exec symlink only if --init
|
|
|
|
|
not used (gh#89luca89/distrobox#1818)
|
|
|
|
|
- exclude schroot mountpoint from socket search, improve
|
|
|
|
|
performance (gh#89luca89/distrobox#1836)
|
|
|
|
|
- fix formatting on /etc/shaddow stat-ing
|
|
|
|
|
(gh#89luca89/distrobox#1836)
|
|
|
|
|
- fix missing sudo binary on doas distro, make export aware of
|
|
|
|
|
it
|
|
|
|
|
- fix on systemd, we don't do remount in containers
|
|
|
|
|
- fix passwordless doas
|
|
|
|
|
- improve nvidia symlinks resolution
|
|
|
|
|
(gh#89luca89/distrobox#1668)
|
|
|
|
|
- make the default fish_prompt an autoloaded function
|
|
|
|
|
(gh#89luca89/distrobox#1672)
|
|
|
|
|
- mask systemd-resolved in case we use host's network
|
|
|
|
|
- setup correct chimera base-full-man dep
|
|
|
|
|
(gh#89luca89/distrobox#1826)
|
|
|
|
|
* install:
|
|
|
|
|
- add option to suppress color (gh#89luca89/distrobox#1709)
|
|
|
|
|
* upgrade:
|
|
|
|
|
- fix upgrade command when on doas systems
|
|
|
|
|
* Many updates to Documentation
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 25 18:24:09 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Update to 1.8.1.2:
|
|
|
|
|
* Nvidia hotfixes:
|
|
|
|
|
- init: improve nvidia symlinks resolution (#1668)
|
|
|
|
|
- init: mask systemd-resolved in case we use host's network
|
|
|
|
|
- Changes from 1.8.1 -> 1.8.1.1
|
|
|
|
|
* Update install (#1664)
|
|
|
|
|
* init: improve nvidia integration, avoid directory mounts and
|
|
|
|
|
possible mount loops
|
|
|
|
|
* Revert "export: potential improvements to pull-request
|
|
|
|
|
#1102"(#1608)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 21 10:15:10 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
|
|
|
|
|
|
- update to 1.8.1:
|
|
|
|
|
* assemble: add clone in distrobox assemble by @PawsFunctions in #1618
|
|
|
|
|
* completions: zsh reworked. fixed not completing container names. by @fredricocalamari in #1603
|
|
|
|
|
* create: better check clone support
|
|
|
|
|
* create: properly handle platform specification for alien architectures. Fix #1644
|
|
|
|
|
* distrobox-enter: improve cmd composition speed by @TigerGorilla2 in #1649
|
|
|
|
|
* docs: Cut 80% of the source package size by optimizing/cleaning doc images by @eugenesan in #1586
|
|
|
|
|
* docs: Fix misspelling in Useful tips section by @brandondong in #1645
|
|
|
|
|
* docs: Update compatibility list
|
|
|
|
|
* docs: Update compatibility.md for fedora toolbox images by @ImBearChild in #1637
|
|
|
|
|
* docs: add deepin 23 docker image by @chenchongbiao in #1632
|
|
|
|
|
* docs: fix nvidia container toolkit commands. Fix #1654
|
|
|
|
|
* docs: update Podman inside Distrobox by @alexandrevicenzi in #1597
|
|
|
|
|
* enter: Replace tac with awk to be more portable by @shtayerc in #1591
|
|
|
|
|
* enter: Stop importing zsh FPATH into container by @jgroman in #1636
|
|
|
|
|
* enter: fix additional flags composition, Fix #1594
|
|
|
|
|
* export: potential improvement to pull-request #1102 by @AbduEhab in #1608
|
|
|
|
|
* fix:repeat trigger update locale when locale exists by @heysion in #1614
|
|
|
|
|
* init: Strip single quotes when parsing locale.conf by @catgirlconspiracy in #1605
|
|
|
|
|
* init: add timeout to systemd bringup wait. Fix #1641
|
|
|
|
|
* init: fix missing hooks in pacman, Fix #1595, Fix #1602, Fix #1610, Fix #1619
|
|
|
|
|
* init: fix prompt not sourcing on some distros
|
|
|
|
|
* init: fix runtime sync fallback by @xz-dev in #1622
|
|
|
|
|
* init: improve nvidia integration, skip files when directory is already a ro-mountpoint, log with warnings
|
|
|
|
|
* init: move pkg manager exclude lists to separate step, always run them.
|
|
|
|
|
* init: provide default prompt for fish shell by @Boria138 in #1588
|
|
|
|
|
* init: simplify nvidia 32bit dir detection
|
|
|
|
|
* rm: fix redundant print with quotes. Fix #1634
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Oct 16 10:14:35 UTC 2024 - Martin Sirringhaus <martin.sirringhaus@suse.com>
|
|
|
|
|
|
|
|
|
|
|