A list of all the changes made to this repo, and the role it contains
- Added Ubuntu 24.04 support
- Removed Ubuntu 18.04 support
- Allow timezone to be overridden
- Add the
locate
command- We don't run
updatedb
because it can take too long
- We don't run
- Added Ubuntu 22.04 support
- Removed Ubuntu 16.04 support
- Kitchen will now use AWS for testing (A change forced by VirtualBox not supporting Apple Silicon)
- Fixed history command in zsh
- Added
fzf
package andzshrc
config (Ubuntu 20.04+ only) thefuck
is now only for Ubuntu 18.04+ due to python package availability changes- Added
ripgrep
(Ubuntu 20.04+ only)
- Fixed a Kitchen test issue regarding packages
- Updated zshrc to make the
scp
command behave like it does in bash regarding wildcards - Added support for optionally specifying DNS servers and as search domain to override dumb SystemD defaults
- Adding keybinding for [DELETE] key to function normally
- Adding a bindkey setting to make zsh behave a bit better when SSHing in from a Mac
- Adding some common bindkey settings to the zshrc profile
- Adding missing
test-kitchen
gem to Gemfile
- Removing redundant and unused code
- Properly testing
thefuck
python package is installed. - Switching root to zsh
- Deploying a custom system-wide zshrc file
- Adding Ubuntu 20.04 to metadata file.
- Renamed
master
branch tomain
- Changed the branch thefuck clones from to
main
- made sure
net-tools
is installed
- Added testing and support for Ubuntu 20.04
- Modified NTP configuration to work around Canonical's decision to change symlink paths with each LTS release
- Removed Python2 and Python2 packages as it's EOL
- Removed some duplicate code
- Minor documentation fixes in
CHANGELOG.md
- Minor documentation fixes
- Remove the
cloud-init
package - Fix some logic regarding NTP configuration
- Initial Release of repository
Role Changes:
ubuntu-base
- Initial release
Return to README