2020-08-24 17:19:57 +00:00
|
|
|
|
Overview of changes in 0.0.94
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Add contribution guidelines
|
|
|
|
|
* Add fedora-toolbox image definition for Fedora 34
|
|
|
|
|
* Add more information to errors from creating symbolic links when setting up
|
|
|
|
|
the toolbox container in the entry point
|
|
|
|
|
* Ensure binaries built on Fedora 33 run on Fedoras 32 & 31
|
|
|
|
|
* Install the tests
|
|
|
|
|
* Make it more obvious when falling back to /bin/bash
|
|
|
|
|
* Document that sudo(8) should work without a password
|
|
|
|
|
* Mount a tmpfs at /tmp to match the host
|
|
|
|
|
* Update issue templates
|
|
|
|
|
|
|
|
|
|
|
2020-07-24 15:44:51 +00:00
|
|
|
|
Overview of changes in 0.0.93
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Ensure reproducible builds by using the -trimpath build flag
|
|
|
|
|
* Fix the test suite to work with the Go implementation
|
|
|
|
|
* Make listing of containers and images more robust against changes in the JSON
|
|
|
|
|
returned by Podman
|
|
|
|
|
* List out dependencies and installation instructions
|
|
|
|
|
* Re-enable highlighting of running containers
|
|
|
|
|
* Show the spinner only when connected to a terminal
|
|
|
|
|
* Speed things up by caching the Podman version at runtime
|
|
|
|
|
* Update hint after creating a container to use the new syntax
|
|
|
|
|
* Use the correct verb format for string
|
|
|
|
|
|
|
|
|
|
|
2020-07-03 13:54:02 +00:00
|
|
|
|
Overview of changes in 0.0.92
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Embed the version from Meson into the binary
|
|
|
|
|
* Make it build on aarch64
|
|
|
|
|
|
|
|
|
|
|
2020-06-27 14:27:02 +00:00
|
|
|
|
Overview of changes in 0.0.91
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Add gvfs-client to the fedora-toolbox images
|
|
|
|
|
* Adjust for changes in JSON output from 'podman ps' and 'podman images' in
|
|
|
|
|
Podman 2.0
|
|
|
|
|
* Lower the Go build requirements to make it easier to build on Fedora
|
|
|
|
|
* Show an error if $PWD is missing inside the container
|
|
|
|
|
|
|
|
|
|
|
2020-03-06 16:47:30 +00:00
|
|
|
|
Overview of changes in 0.0.90
|
2020-06-27 14:27:02 +00:00
|
|
|
|
=============================
|
2020-03-06 16:47:30 +00:00
|
|
|
|
|
|
|
|
|
* Rewrite Toolbox in Go
|
|
|
|
|
* Remove support for toolbox containers created by Toolbox 0.0.9 and older
|
|
|
|
|
* Add option --version to show current Toolbox version
|
|
|
|
|
* Add options --log-level and --log-podman as possible future replacements for
|
|
|
|
|
--verbose and --very-verbose
|
|
|
|
|
* Clean up the spinner when aborted by SIGINT (or ctrl+c) and such
|
|
|
|
|
* Fix duplication in the output of the list command
|
|
|
|
|
* Mark the reset command as deprecated (replaced by 'podman system reset')
|
|
|
|
|
* Support specifying the name of a toolbox container as an argument to the
|
|
|
|
|
create and enter commands, in addition to the --container option
|
|
|
|
|
|
|
|
|
|
|
2020-01-14 14:47:45 +00:00
|
|
|
|
Overview of changes in 0.0.18
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Check /usr/share/profile.d when bind mounting toolbox.sh
|
|
|
|
|
* Mount /media only if it is available
|
|
|
|
|
* Set up /media and /mnt to match the host
|
|
|
|
|
* Unbreak 'enter' when SELinux is disabled
|
|
|
|
|
|
|
|
|
|
|
2019-11-20 17:08:03 +00:00
|
|
|
|
Overview of changes in 0.0.17
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Add a --very-verbose or -vv option
|
|
|
|
|
* Deprecate all toolbox containers that don't use a reflexive entry point
|
|
|
|
|
* Ensure that 'run' has at least one argument for the command
|
|
|
|
|
* Give access to the host's systemd journal
|
|
|
|
|
* Wipe out the container's /sys/fs/selinux to not advertise SELinux
|
|
|
|
|
|
|
|
|
|
|
2019-10-29 15:09:44 +00:00
|
|
|
|
Overview of changes in 0.0.16
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Add a reset command
|
|
|
|
|
* Document requirements for distro support
|
|
|
|
|
* Don't use a toolbox container until after it has been configured
|
|
|
|
|
* Drop the coloured heading from 'list'
|
|
|
|
|
* Miscellaneous fixes to Bash completion
|
|
|
|
|
* Remove the hidden --sudo option and the /etc/sudoers.d snippet
|
|
|
|
|
* Try to migrate to a supported OCI runtime if 'podman start' suggests so
|
|
|
|
|
* Unbreak 'run' if container lacks files that are redirected to the host
|
|
|
|
|
|
|
|
|
|
|
2019-09-30 14:21:56 +00:00
|
|
|
|
Overview of changes in 0.0.15
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Be forgiving of a missing /etc/profile.d/toolbox.sh in 'run'
|
|
|
|
|
* Don't sanity check /etc/subgid and /etc/subuid when running as root
|
|
|
|
|
* Install only flatpak-spawn, not the rest of flatpak-xdg-utils, in the images
|
|
|
|
|
* Let the terminal know the active container only on some Fedora variants
|
|
|
|
|
* Rely on 'podman system migrate' always being present
|
|
|
|
|
* Simplify code by dropping compatibility with 'podman create' < 1.4.0
|
|
|
|
|
* Switch to using /usr/lib/os-release instead of /etc/os-release
|
|
|
|
|
* Unbreak 'create' on Silverblue
|
|
|
|
|
* Update default release to 30 when running on non-fedora hosts
|
|
|
|
|
|
|
|
|
|
|
2019-09-18 16:47:43 +00:00
|
|
|
|
Overview of changes in 0.0.14
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Adjust the grep match pattern to be more specific
|
|
|
|
|
* Don't exit with a non-zero code from 'toolbox list -i'
|
|
|
|
|
* Expose a few more host locations inside the container under /run/host
|
|
|
|
|
* Give access to the system Flatpak directory
|
|
|
|
|
* Give access to the system libvirt instance
|
|
|
|
|
* Mount /run/media only if it is available
|
|
|
|
|
* Preserve the host's ulimits when creating toolbox containers
|
|
|
|
|
* Work around 'podman exec' resetting the terminal size to 80x24
|
|
|
|
|
|
|
|
|
|
|
2019-09-05 13:03:34 +00:00
|
|
|
|
Overview of changes in 0.0.13
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Drop PackageKit-command-not-found from the images
|
|
|
|
|
* Improve the help or usage output
|
|
|
|
|
* Simplify code by taking advantage of 'podman create --userns=keep-id'
|
|
|
|
|
* Simplify code by taking advantage of 'podman exec --workdir ...'
|
|
|
|
|
* Tighten the Silverblue check for the welcome message
|
|
|
|
|
|
|
|
|
|
|
2019-07-22 12:28:41 +00:00
|
|
|
|
Overview of changes in 0.0.12
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Create /run/.toolboxenv inside the toolbox container's entry point too
|
|
|
|
|
* Don't use 'podman cp' to copy toolbox.sh to old containers
|
|
|
|
|
* Drop the "immutable" term
|
|
|
|
|
* Unbreak /etc/localtime & /etc/timezone if /run/host/monitor is absent
|
|
|
|
|
|
|
|
|
|
|
2019-06-21 14:31:50 +00:00
|
|
|
|
Overview of changes in 0.0.11
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Allow Qt applications to work without QT_X11_NO_MITSHM
|
|
|
|
|
* Check if /etc/subgid and /etc/subuid have entries for the user
|
|
|
|
|
* Give access to the entire /dev from the host operating system
|
|
|
|
|
* Keep /etc/host.conf, /etc/localtime and /etc/timezone synchronized with the
|
|
|
|
|
host
|
|
|
|
|
* Notify the terminal about the current toolbox container in use
|
|
|
|
|
* Prevent Podman from complaining about 'podman cp --pause=true ...'
|
|
|
|
|
* Unbreak rendering & wrapping of commands typed at an interactive prompt
|
|
|
|
|
* Unbreak setting up /home as a symbolic link
|
|
|
|
|
|
|
|
|
|
|
2019-05-21 16:55:47 +00:00
|
|
|
|
Overview of changes in 0.0.10
|
|
|
|
|
=============================
|
|
|
|
|
|
|
|
|
|
* Add a run command
|
|
|
|
|
* Create /run/.toolboxenv in 'toolbox enter' for identification
|
|
|
|
|
* Drop the Buildah dependency and the user-specific customized image
|
|
|
|
|
* Keep /etc/hosts and /etc/resolv.conf synchronized with the host
|
|
|
|
|
* Migrate existing containers when Podman is updated
|
|
|
|
|
* Retain the PS1 across su(1) and sudo(8)
|
|
|
|
|
* Set the Kerberos credential cache type only if Kerberos is available
|
|
|
|
|
* Support column(1) from bsdmainutils
|
|
|
|
|
* Support 'sudo' as default sudo(8) group
|
|
|
|
|
* Use a magenta hexagon instead of 🔹 in the PS1
|
|
|
|
|
|
|
|
|
|
|
2019-04-30 10:29:09 +00:00
|
|
|
|
Overview of changes in 0.0.9
|
|
|
|
|
============================
|
|
|
|
|
|
|
|
|
|
* Add Bash completion
|
|
|
|
|
* Allow connecting to Wayland displays other than "wayland-0"
|
|
|
|
|
* Ask for confirmation before downloading the base image
|
|
|
|
|
* Improve the onboarding experience
|
|
|
|
|
* Make it available inside the toolbox container
|
|
|
|
|
* Make 'toolbox enter' create or fall back to a container when possible
|
|
|
|
|
* Set TOOLBOX_CONTAINER in the environment to identify as a toolbox
|
|
|
|
|
* Set default release to 29 when running on non-fedora hosts
|
|
|
|
|
* Show welcome texts on interactive shells
|
|
|
|
|
|
|
|
|
|
|
2019-04-12 14:44:16 +00:00
|
|
|
|
Overview of changes in 0.0.8
|
|
|
|
|
============================
|
|
|
|
|
|
|
|
|
|
* Add label for tagging, not tied to the fedora-toolbox name
|
|
|
|
|
* Add short variants for various options in 'create' and 'enter'
|
|
|
|
|
* Ensure that names of toolbox containers don't have a colon
|
|
|
|
|
* Enable Travis
|
|
|
|
|
* Fix miscellaneous issues pointed out by https://www.shellcheck.net/
|
|
|
|
|
* Give access to Kerberos if KCM credential caches are being used
|
|
|
|
|
* Improve the onboarding experience
|
|
|
|
|
* Reduce the sizes of the images by removing temporary files created by DNF
|
|
|
|
|
* Use a lighter entry point than /bin/sh
|
|
|
|
|
|
|
|
|
|
|
2019-03-14 13:02:19 +00:00
|
|
|
|
Overview of changes in 0.0.7
|
|
|
|
|
============================
|
|
|
|
|
|
|
|
|
|
* Add fedora-toolbox image definition for Fedora 31
|
|
|
|
|
* Add flatpak-xdg-utils to Fedoras 29 and 30
|
|
|
|
|
* Add manuals
|
|
|
|
|
* Add rm and rmi commands
|
|
|
|
|
* Be more informative when creating the working container
|
|
|
|
|
* Clarify the error message if the toolbox container is not found
|
|
|
|
|
* Don't create volumes in the image for bind mounts from the host
|
|
|
|
|
* Fix miscellaneous issues pointed out by https://www.shellcheck.net/
|
|
|
|
|
* Give access to /dev/bus for control transfers from USB devices
|
|
|
|
|
* Give access to removable devices and other temporary mounts
|
|
|
|
|
* Lots of Bash-isms removed for POSIX correctness
|
|
|
|
|
* Make the --image flag override the base toolbox image, as documented
|
|
|
|
|
* Make the spinner more efficient
|
|
|
|
|
* Restore documentation removed from the base Fedora images
|
|
|
|
|
|
|
|
|
|
|
2019-02-21 18:41:28 +00:00
|
|
|
|
Overview of changes in 0.0.6
|
|
|
|
|
============================
|
|
|
|
|
|
|
|
|
|
* Add a list command
|
|
|
|
|
* Drop the "fedora" prefix and rename the project as just "toolbox"
|
|
|
|
|
* Fix typos pointed out by https://www.shellcheck.net/
|
|
|
|
|
* Lots of Bash-isms removed for POSIX correctness
|
|
|
|
|
* Make --container and --image command-specific options
|
|
|
|
|
* Make it work inside the toolbox container itself
|
|
|
|
|
* Shorten the prefix for debug and error messages
|
|
|
|
|
* Use the host's PID namespace for the toolbox container
|
|
|
|
|
* Use the standard error output for error messages
|
|
|
|
|
|
|
|
|
|
|
2019-02-11 14:17:47 +00:00
|
|
|
|
Overview of changes in 0.0.5
|
|
|
|
|
============================
|
|
|
|
|
|
|
|
|
|
* Give access to mounts under $HOME, and make autofs work
|
|
|
|
|
* Show a spinner when creating the toolbox
|
|
|
|
|
|
|
|
|
|
|
2019-01-21 14:29:43 +00:00
|
|
|
|
Overview of changes in 0.0.4
|
|
|
|
|
============================
|
|
|
|
|
|
|
|
|
|
* Avoid spooky root-like behaviour for non-root interactive shells
|
|
|
|
|
* Give access to the FUSE kernel module
|
|
|
|
|
* Improve the readability of the debug output
|
|
|
|
|
* Set up $HOME and /home to match the host
|
|
|
|
|
* Try to enter the same directory inside the toolbox
|
|
|
|
|
|
|
|
|
|
|
2019-01-04 12:41:43 +00:00
|
|
|
|
Overview of changes in 0.0.3
|
|
|
|
|
============================
|
|
|
|
|
|
|
|
|
|
* Clean up the Buildah working containers on error
|
|
|
|
|
* Unbreak creating the toolbox if the toolbox image already exists
|
|
|
|
|
|
|
|
|
|
|
2018-11-12 14:49:04 +00:00
|
|
|
|
Overview of changes in 0.0.2
|
|
|
|
|
============================
|
|
|
|
|
|
|
|
|
|
* Allow an 'F' or 'f' prefix when specifying the release
|
|
|
|
|
* Avoid a Bash-ism (ie. ==) and stick to POSIX (ie. =)
|
|
|
|
|
* Fallback to /bin/bash if $SHELL doesn't exist in the toolbox container
|
|
|
|
|
* Give access to the system D-Bus instance
|
|
|
|
|
* Make shm_open work
|
|
|
|
|
|
|
|
|
|
|
2018-10-19 17:25:13 +00:00
|
|
|
|
Overview of changes in 0.0.1
|
|
|
|
|
============================
|
|
|
|
|
|
|
|
|
|
* First preview release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
2020-05-12 14:56:52 +00:00
|
|
|
|
Copyright © 2018 – 2020 Red Hat, Inc.
|
2018-10-19 17:25:13 +00:00
|
|
|
|
All rights reserved.
|
|
|
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
|
notice and this notice are preserved.
|