*Note: Markdown table generated at https://www.tablesgenerator.com/markdown_tables#
hyperv x86_64 |
parallels x86_64 |
parallels aarch64 |
qemu x86_64 |
qemu aarch64 |
virtualbox x86_64 |
virtualbox aarch64 |
vmware x86_64 |
vmware aarch64 |
|
---|---|---|---|---|---|---|---|---|---|
almalinux-8 | x | x | x | x | |||||
almalinux-9 | x | x | x | x | x | ||||
amazonlinux-2 | x | ||||||||
amazonlinux-2023 | x | ||||||||
centos-7 | x | x | x | x | |||||
centos-stream-8 | x | x | x | x | |||||
centos-stream-9 | x | ||||||||
debian-11 | x | x | x | x | |||||
debian-12 | x | x | x | x | x | ||||
fedora-38 | x | x | x | x | x | ||||
fedora-39 | |||||||||
freebsd-13 | x | x | x | ||||||
freebsd-14 | x | x | |||||||
opensuse-leap-15 | x | x | x | x | |||||
oraclelinux-7 | x | x | x | x | |||||
oraclelinux-8 | x | x | x | ||||||
oraclelinux-9 | x | x | x | x | |||||
rhel-7 | license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
rhel-8 | license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
rhel-9 | license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
license needed |
rockylinux-8 | x | x | x | x | |||||
rockylinux-9 | x | x | x | x | |||||
sles-12 | license needed |
license needed |
na | license needed |
na | license needed |
na | license needed |
na |
sles-13 | license needed |
license needed |
na | license needed |
na | license needed |
na | license needed |
na |
solaris-11 | license needed |
license needed |
na | license needed |
na | license needed |
na | license needed |
na |
ubuntu-20.04 | x | x | x | x | x | ||||
ubuntu-22.04 | x | x | x | x | |||||
ubuntu-23.10 | x | x | x | x | x | ||||
windows-10 | x | na | na | x | na | na | |||
windows-11 | x | x | na | x | na | ||||
windows-2016 | x | na | na | x | na | na | |||
windows-2019 | x | na | na | x | na | na | |||
windows-2022 | x | na | na | x | na | na |
- Fix failing builds
- migrate from http directory for hosting files to floppy_files or cd_files in source templates
- This makes all builds compatible with hyper-v gen 2 which removes floppy disk capability
- This also makes things universal for Virtualbox 6.1 to 7.x due to latter requiring extra config for guests on NAT to be able to connect to host
- Also eliminates any potential networking issues
- Update pipelines to only run on updated pkrvars files
- Look into making all build uefi default builds
- Create CD pipeline to upload vagrant boxes after PR is merged
- Create CD pipeline to build and upload new versions of vagrant boxes once every 3 months with the latest patches
- Add back iso check, packer lint, and amazonlinux builds to build pipeline
- Fix amazonlinux 2 build script
- Added amazonlinux 2023 build scripts
- Migrate Virtualbox and Qemu builds to github hosted runners from self-hosted runners
- Added test-kitchen and kitchen-vagrant dependencies to gemspec
- Added arg for bento test command to specify a specific build to test - this passes the arg to the kitchen test command
- Fix vagrant post-processor to specify custom vagrant file for freebsd builds
- Remove gui true from windows custom vagrant file
- Fix test to skip removing linux-firmware on oraclelinux
- Renamed oracle boxes to oraclelinux for consistency and remove edge cases in code
- Removed unused -c flag for specifying a specific config file for bento build
- Added --on-error flag to bento build command to pass to packer command
- Added cpu architecture support to bento build command, so it'll only test builds that work with the current cpu architecture
- Remove additional Ubuntu user-date last-command that may be locking macaddress
- Add to test to move failed test boxes to builds/failed_testing directory
- Changed ssh_timeout to 15m
- Update upload message to show architecture
- Fix open-vm-tools install for vmware builds
- Fix amazonlinux 2 build script
- Added amazonlinux 2023 build scripts
- Allow failed tests to continue and report at the end each test that failed
- Added amazonlinux aarch64 packer templates
- removed unneeded config from amazon user-data script for seed.iso
- Added additional qemu variables for various qemu source properties
- Added virtualbox-ovf vbox_source_path and vbox_checksum variables
- Added recursive flag to rhel cleanup scripts for persistent network files
- Fix metadata file box_basename
- Updated Debian 11 to 11.9
- Updated Debian 12 to 12.5
- Added Windows 11 aarch64 template
- Added Vagrant Cloud architecture flags so amd64 and arm64 boxes can live under the same cloud box
- Setting amd64 as default architecture for uploads, configurable in the builds.yml file
- Update descriptions mentioning chef to progress chef
- Update README.md to reflect vagrant version for new architecture support
- Fix upload private or public flag lookup in builds.yml
- Fix yum cleanup script for oracle linux 7 error removing linux-firmware
- Fix ubuntu user-data post command modifying a file that doesn't exist on 23.10
- Fix build list generation on aarch64 machines
- Updated Debian 12 to 12.4
- Updated RockyLinux 9 to 9.3
- Updated Oracle Linux 8 to 8.9
- Updated Oracle Linux 9 to 9.3
- Added FreeBSD 14
- Removed FreeBSD 12
- Added Fedora 39
- Removed Fedora 37
- Remove Scientific Linux 7
- Remove Springdale Linux builds
- Removed Ubuntu 23.04
- Added Ubuntu 23.10
- Added bento upload to use vagrant account configured in builds.yml
- Updated windows vagrant template to default to 4GB of memory
- Default hyperv to generation 2
- Removed EOL OS builds Windows2012r2, Ubuntu 18.04, Ubuntu 22.10, Debian 10
- Remove use of deprecated chef-solo provisioner and cookbooks for widnows builds
- Add boot_wait variables for each provider
- Adjusted default_boot_wait for linux to 5s
- Added --vars and --var_files flags
- Fixed upload description for libvirt to add qemu hv and version
- Updated ubuntu 20.04 boot_command
- Changed workflows to be based on cpu architecture
- Updated Bento to continue builds even if one fails and report all failures at the end and exit with exit code 1
- Added qemu clone of libvirt box when metadata file is created for uploading to vagrant qemu provider
- Made build shell scripts customizable through packer variable
- Added ability to configure bento upload of private or public boxes in builds.yml, defaults to private
- Update RHEL 9 clones to 9.2
- Update RHEL 8 clones to 8.8
- Added Debian 12 variables
- Fixed pipeline issue with plugins
- Updated debian 11 iso url
- switched pipeline to use bento build command and upload box and metadata.json files
- add opensuse-leap aarch64 build
- updated opensuse-leap to 15.5
- Bento command exits with error status and code when a build fails for a provider
- fixed bento metadata generation for aarch64 machines
- Updated VMware disk and cdrom adaptor type to sata for aarch64 build compatability
- Added "arm-" to aarch64 pkrvars files vmware_guest_os_type
- Fixed readme example for bento debian build
- Added pkrvars file for amazon 2023, more work needed to build vagrant box if/when amazon releases images for providers
- Removed EOL Fedora 36 build
- Added Fedora 38 build
- Added Ubuntu 23.04 x86_64 and aarch64
- Switched vmware plugin back to official one with fusion 13 arm64 guest additions fix
- Updated Bento app to support arm64 builds and upload to vagrant
- Added Freebsd aarch64 templates
- Added new default VMware hardware configuration settings
- Update Debian 11 to 11.7
- fixed pipeline secrets issue for github api requests and secrets not working for forked repos
- add back the bento ruby code and updated it to work with hcl2 templates, Json templates are no longer supported
- made bento builds for all templates configurable through the builds.yml file on which OSes to skip
- Added a cleanup step in build pipelines for cancelled jobs that otherwise leave vm in place
- added aarch64 builds and runner
- Fix failing builds
- Finish removal of deprecated chef-solo provider to powershell provider for windows
- migrate from http directory for hosting files to cd_files in source templates
- This makes all builds compatable with hyper-v gen 2 which removes floppy disk capability
- This also makes things universal for Virtualbox 6.1 to 7.x due to latter requiring extra config for guests on NAT to be able to connect to host
- Update pipelines to only run on updated pkrvars files
- Look into making all build uefi default builds
- Create CD pipeline to upload vagrant boxes after PR is merged
- Create CD pipeline to build and upload new versions of vagrant boxes once every 3 months with the latest patches
- Ubuntu 18.04 aarch64
- fixed Ubuntu aarch64 builds
- various box fixes as found
- added qemu pipeline builds
- added hyperv pipeline builds
- added vmware pipeline builds
- Fix failing builds
- Add more Virtualization providers to build pipelines
- vmware
- aarch64 - vmware plugin has issues with fusion 13
- virtualbox
- aarch64 - Vbox Beta support currently
- vmware
- Finish removal of deprecated chef-solo provider to powershell provider for windows
- migrate from http directory for hosting files to cd_files in source templates
- This makes all builds compatable with hyper-v gen 2 which removes floppy disk capability
- This also makes things universal for Virtualbox 6.1 to 7.x due to latter requiring extra config for guests on NAT to be able to connect to host
- Update pipelines to only run on updated pkrvars files
- Create CD pipeline to upload vagrant boxes after PR is merged
- Create CD pipeline to build and upload new versions of vagrant boxes once every 3 months with the latest patches
- When running packer build command the output directory is relative to the working directory the command is currently running in. Suggest running packer build commands from bento root directory for build working files to be placed in bento/builds/(build_name) directory by default. If the output_directory variable isn't overwritten a directory called builds/(build_name) will be created in the current working directory that you are running the command from
- fixed x86_64 Ubuntu 22.10 build
- set qemu_accelerator to null
- fixed bug in output_directory variable - the provisioner option doesn't take template variables only hcl variables
- updated AMZ_README_FIRST.md with how to use the updated script and actions it'll perform
- updated README.md with vbox 7 fix and added note on builds directory being relative to the current working directory
- OpenSUSE Leap 15 - x86_64
- SpringdaleLinux 7 - x86_64
- almalinux 8 - aarch64
- CentOS 7 - aarch64
- CentOS-Stream 8 - aarch64
- CentOS-Stream - aarch64
- Fedora 36 - aarch64
- Fedora 37 - aarch64
- OracleLinux 7 - aarch64
- OracleLinux 8 - aarch64
- Ubuntu 22.04 - aarch64
- Ubuntu 22.10 - aarch64
- Fix failing builds
- Add more Virtualization providers to build pipelines
- Finish removal of deprecated chef-solo provider to powershell provider for windows
- migrate from http directory for hosting files to cd_files in source templates
- This makes all builds compatable with hyper-v gen 2 which removes floppy disk capability
- This also makes things universal for Virtualbox 6.1 to 7.x due to latter requiring extra config for guests on NAT to be able to connect to host
- Update pipelines to only run on updated pkrvars files
- Create CD pipeline to upload vagrant boxes after PR is merged
- Create CD pipeline to build and upload new versions of vagrant boxes once every 3 months with the latest patches
- Manual run command from within the bento directory
packer build -only=virtualbox-iso.vm -var-file=os_pkrvars/almalinux/almalinux-9-x86_64.pkrvars.hcl ./packer_templates
- Old Bento code and Json templates moved to protected branch
bento_old_json_templates
- All x86_64 builds are currently tested on macos-12 with virtualbox 6.1.38 in Github Actions
- All aarch64 buiils are currently tested on internal runner with M1 macos-13.1 and parallels 18.1.1
- Source, builder, variable hcl code found in packer_templates folder
- Pkrvars.hcl files representing each OS, version, architecture found in os_pkrvars folders
- CentOS 7.9 - aarch64
- CentOS-Stream 8 - aarch64
- CentOS-Stream 9 - aarch64
- Fedora 37 - aarch64
- OracleLinux 7.9 - aarch64
- OracleLinux 8.7 - aarch64
- OracleLinux 9.1 - aarch64
- Rhel 7.9 - aarch64
- Rhel 8.7 - aarch64
- Rhel 9.1 - aarch64
- Rhel 9.1 - x86_64
- RockyLinux 8.7 - aarch64
- RockyLinux 9.1 - aarch64
- Springdalelinux 9.1 - x86_64
- Ubuntu 22.10 - aarch64
- Debian 9 - all archs
- Debian 10.13 - i386
- Debian 11.6 - i386
- Freebsd 12.3 - all archs
- Freebsd 12.4 - i386
- OracleLinux 6 - all archs
- Rhel 6 - all archs
- Sles 11 - all archs
- Ubuntu 16.04 - all archs
- Windows 2012 - all archs
- rewrite of json templates to hcl2
- Added linting checks of files and scripts
- Added a build pipeline for integration testing
- Removed 32bit OS builds
- Added several more aarch64(arm64) builds
- OpenSUSE Leap 15 - x86_64
- SpringdaleLinux 8 - x86_64
- Ubuntu 22.10 - x86_64
- CentOS 7 - aarch64
- CentOS-Stream 8 - aarch64
- CentOS-Stream - aarch64
- Fedora 36 - aarch64
- Fedora 37 - aarch64
- OracleLinux 7 - aarch64
- OracleLinux 8 - aarch64
- Ubuntu 22.04 - aarch64
- Ubuntu 22.10 - aarch64
- Fix failing builds
- Add more Virtualization providers to build pipelines
- Finish removal of deprecated chef-solo provider to powershell provider for windows
- migrate from http directory for hosting files to cd_files in source templates
- This makes all builds compatable with hyper-v gen 2 which removes floppy disk capability
- This also makes things universal for Virtualbox 6.1 to 7.x due to latter requiring extra config for guests on NAT to be able to connect to host
- Update pipelines to only run on updated pkrvars files
- Create CD pipeline to upload vagrant boxes after PR is merged
- Create CD pipeline to build and upload new versions of vagrant boxes once every 3 months with the latest patches
- almalinux 8.6 #1414 (stromweld)
- almalinux 9.0 #1414 (stromweld)
- rocklinux 8.6 #1414 (stromweld)
- windows 11 #1414 (stromweld)
- windows 2022 #1414 (stromweld)
- Debian 9.6 #1138 (cheeseplus)
- Fedora 29 #1126 (avanzzzi)
- CentOS 7.6 #1152 (artem-sidorenko)
- Oracle Linux 7.6 #1146 (tas50)
- FreeBSD 12.0-RELEASE #1153 (lwhsu)
- Ubuntu 18.10 #1124 (chenhan1218)
- FreeBSD 11.1 #1120 (juliandunn)
- FreeBSD 10.4 #1142 (tas50)
- Whiteout all spaces #1151 (Sorbog)
- Reduce centos locale size #1149 (Sorbog)
- Update from rhel 7.5 to 7.6 #1143 (chrispoupart)
- Support for fedora29 in libvirt and public release #1137 (avanzzzi)
- Fix build/upload of freebsd-11.2-i386 #1136 (tmm1)
- Update for Ubuntu 16.04.5 i386 #1134 (sheurich)
- Update for Ubuntu 16.04.5 amd64 #1133 (sheurich)
- add vmware-iso to windows 2016 #1132 (mkinney)
- update debian provision: purge installation-report in cleanup.sh #1131 (UniIsland)
- Make sure to disable UAC on windows #1130 (tas50)
- Fix the download link for Windows 2012R2 #1128 (tas50)
- Fix startup mount error on Parallels 14 guest tools #1122 (max-arnold)
v201808.24.0 (2018-09-02)
- CentOS 5.11 (resurrected)
- OpenSUSE 15
- Use a faster scientific mirror #1081 (tas50)
- Install the latest 2008-06 update for 2k8r2 #1080 (tas50)
- Update RHELs to 6.10 / 7.5 #1079 (tas50)
- Blank netplan machine-id (DUID) so Ubuntu machines get unique ID generated on boot. #1073 (NoahO)
- openSUSE: no space issue and SLES network persistence #1072 (bkonick)
- Set correct permissions on /etc/sudoers.d/vagrant #1067 (kbpease)
- Ubuntu 18.04: Use en_US.UTF-8 locale instead of en_US #1066 (davejagoda)
- Increase build time memory to 4GB on Windows boxes #1061 (tas50)
v201806.08.0 (2018-06-07)
- Ubuntu 18.04 (Release version)
- CentOS 7.5 #1037 (artem-sidorenko)
- Fedora 28 #1035 (fkrull)
- HardenedBSD v1100055.2 #1033 (nusenu)
- fedora, centos, rhel: added deltarpm to kickstart files #1030 (muellerbe)
- Clean up network configs #1025 (Superdawg)
- OpenSuse: Create a new 'vagrant' group for vagrant user #1020 (hwoarang)
- Improvements for Windows 2008 R2 #1057 (tas50)
- Update for Ubuntu 16.04.4 #1056 (JBenPiel)
- Initial windows support #1053 (tas50)
- centos, rhel, oracle: remove previous kernels to minimize image size #1052 (ceetav)
- Scientific Linux templates #1051 (githubfoam)
- Fix Fedora cleanup script not to cause unintended software removal. #1050 (mgruner)
- VirtualBox 5.2.12
- Parallels 13.3.1
- VMware Fusion 10.1.2
- Packer 1.2.3
- Vagrant 2.1.1
- Ubuntu 18.04 (pre-release)
- HardenedBSD 11
- FreeBSD 10/11 32bit
- Ubuntu 16.04+ and Debian 9: fix issues with disabling predictable interface names
- Ubuntu/Debian: further mitigate apt locks at startup
- Multiple platforms: cleanup errant *.iso files
- OpenSUSE Leap: disable Snappter/btrfs snapshots, increase disk size
- VirtualBox 5.2.6 (Note: we are not using 5.2.8)
- Parallels 13.3.0
- VMware Fusion 10.1.1
- Packer 1.2.1
- Vagrant 2.0.3
- Hyper-V 10.0.16299.15
- Ubuntu: remove linux-firmware bloat w/o removing package and breaking upgrades
- macOS: enable autologin for vagrant user
- Ubuntu 17.04
- Windows Nano TP3
- VirtualBox 5.2.6
- Parallels 13.2.0
- VMware Fusion 10.1.1
- Packer 1.1.3
- Vagrant 2.0.1
- Oracle Linux 7.4
- VirtualBox 5.2.4
- Parallels 13.2.0
- Packer 1.1.3
- Vagrant 2.0.1
- Debian 9.3
- Debian 8.10
- Fedora 27
- centos-7.4
- centos-6.9
- ubuntu-17.10
- ubuntu-17.04
- ubuntu-16.04
- ubuntu-14.04
- VirtualBox 5.2.4
- VMware Fusion 10.1.0
- Parallels 13.2.0
- Hyper-V 10.0.16299.15
- Packer 1.1.3
- Vagrant 2.0.1
- Ubuntu 17.10
- Debian 9.2
- Debian 8.10
- FreeBSD 10.4
- CentOS 7.4
- VirtualBox 5.1.30
- VMware Fusion 10.0.1
- Parallels 13.1.1
- Packer 1.1.1
- Vagrant 2.0.0
- SLES fixes
- 1GB of RAM as default for boxen
- re-organized into platform folders
- hyper-V fixes
- qemu fixes
- Debian 9.1
- Debian 8.9
- FreeBSD 11.1
- Top level slugs for point release platforms, i.e. centos-7 -> centos-7.3
- Move to date based versioning scheme
YYYYMM.DD.PATCH
- Automatically update RHEL-ish platforms as we do with other platforms
- VirtualBox 5.1.26
- VMware Fusion 8.5.8
- VMware Workstation 12.5.7
- Parallels 13.0.0
- Packer 1.0.4
2.3.8 (2017-07-20)
- Fedora 26
- Suppress VMX whitelisting warning by removing interfaces at end of build
- Use archive.ubuntu.com instead of US specific domain
- Latest Tooling
- VirtualBox 5.1.24
- VMware Fusion 8.5.8
- Parallels 12.2.1
- Packer 1.0.3
- OmniOS
- Ubuntu 12.04
- SLES 12 / 12 SP1
- Fedora cleanup and size reduction
- Release for fixed VirtualBox 5.1.22
- Release primarily around broken VirtualBox 5.1.20/21 (fixed)
- CentOS 6.9 #788
- Mostly rebuilt for updated hypervisors: VirtualBox 5.1.18 and VMware Fusion 8.5.5
- Better cleanup for Fedora boxes
- Debian 8.7
2.3.2 (2016-12-19)
- CentOS and RHEL 7.3 #739 (rickard-von-essen)
- SLES 12 SP2 #735 ([mattiasgiese])
- Update VMware tools to fix CentOS 7.3 build #743 (cheeseplus)
- Remove CentOS requiretty sudoers workaround, this is now the default #740 (mvermaes)
- Use the bento-ya gem, add builds.yml #745 (cheeseplus)
2.3.1 (2016-11-30)
- Fedora 25 #725 (rickard-von-essen)
- FreeBSD 11.0 #492 (rickard-von-essen)
- macOS Sierra #715 (kameghamegha)
- OpenSUSE Leap 42.2 #723 (rickard-von-essen)
- Oracle Linux 6.8 #733 (cheeseplus)
- Oracle Linux 7.3 #733 (cheeseplus)
- Oracle Linux 5.11
- Ubuntu 16.10 #697 (rickard-von-essen)
- RFC: Switch FreeBSD installation to bsdinstall #558
- Reduce size of Linux images #718 (tas50)
- Avoid breaking of chef package resource on fedora #709 (artem-sidorenko)
- Use UTF-8 locale on Debian / Ubuntu boxes #702 (iamthad)
- Install libpam-systemd on systemd-enabled Debian versions. Fix #712. #693 (jfilip)
- Provisionally keeping Perl. Redux of #714 #731 (cheeseplus)
- Remove unused http files #700 (rickard-von-essen)
- Remove unused scripts #698 (rickard-von-essen)
- CentOS 5.11-x86_64 building w/ vbox 5.1.x. Fix #729. #730 (cheeseplus)
- Get Solaris 11 to build again #687 (tas50)
- Get OmniOS boxes building again #683 (tas50)
- Fix SLES builds #684, #707 (tas50)
- OpenSuSE 13.2 builds for all providers but will not start properly under VMware Fusion/Workstation
- OpenSuSE Leap 42.2 builds for all providers but will only start properly under VMware Fusion/Workstation
2.3.0 (2016-09-30)
Due to issues with upstream projects that bento relies upon, the 2.3.0 release may appear to break. Please ensure that Virtualbox is at least 5.1.6 and Vagrant at least 1.8.6 before reporting issues.
- add Debian 8.6 #669
- Changed the vagrant users UID from 900 to 1000. Fix #688 #675 (rickard-von-essen)
- Updating build.sh with more env vars #672 (cheeseplus)
- Add script to disable system sleep for Mac OS X #656 (cblecker)
- Renames "ubuntu-server" task -> "server" for Ubuntu 14.04 #654 (conorsch)
- Speed up booting process for FreeBSD saving 10 seconds in boot time #648 (amontalban)
- Check to see if release has already taken place #644 (cheeseplus)
- Add script for sles-12-sp1 #643 (oven)
- Refactored vmware tools scripts #638 (svpace)
- CentOS 5 guests in VirtualBox 5.1.x fatally exit with a guru mediation error so v2.3.0 does not exist on Atlas
- Packer 0.11.0 (master)
- VirtualBox 5.1.16
- VMware Fusion 8.5.1
- VMware Workstation 12.5.1
- Parallels Pro 12.0.2
- Vagrant 1.8.6
2.2.9 (2016-08-01)
- OpenSUSE Leap 42.1: requires 768 Mb memory. #632 (rickard-von-essen)
- Update for 16.04.1 iso #629
- For reals fixed 16.04 pkg lock bug #637 (cheeseplus)
- VMware: HGFS not working - Ubuntu 16.04 #591
- Fedora 22
- Packer 0.10.1
- VirtualBox 5.0.26
- VMware Fusion 8.1.1
- VMware Workstation 12.1.1
- Parallels Pro 11.2.1
2.2.8 (2016-07-22)
- Archiving all non-current builds #622 (cheeseplus)
- Add Fedora 24 and dedupe kickstart scripts #623 (tas50)
- 16.04 should use open-vm-tools #621 (cheeseplus)
- Updated Debian 7 to 7.11 #608 (rickard-von-essen)
- Updated Debian 8 to 8.5 #607 (rickard-von-essen)
- Updated CentOS and RHEL to 6.8 #605 (rickard-von-essen)
- Disable automated package upgrades on Debian-like boxes #612 (jrb)
- Fix new-style device naming from Network Manager on RHEL/CentOS 7 #617 (legal90)
- update apt sources to use archive.debian.org for packages #614 (apollocatlin)
- apt.systemd.daily creates conflict in xenial64 box #616
- FreeBSD: Root password not set! #610
- ubuntu-16.04: unattended updates locking dpkg #609
- Fix vagrant.sh failing on Solaris nodes #606 (tas50)
- Packer 0.10.1
- VirtualBox 5.0.24
- VMware Fusion 8.1.1
- Parallels Pro 11.2.0
2.2.7 (2016-05-20)
- Ubuntu: HWE BEGONE! pt 1 - Fix for VMware HGFS on 14.04 #584 (davidmnoriega)
- Ubuntu: HWE BEGONE! pt 2 - The Pangolining #587 (cheeseplus)
- OpenSuSE: Switching to more reliable mirror #583 (cheeseplus)
- Added "disk_size" user variable #596 (svpace)
- Ubuntu 16.04: 70-persistent-net.rules "hack" messes with update-initramfs triggers #592
- VMware: use correct script flags based on version #590
- Packer 0.10.1
- VirtualBox 5.0.20
- VMware Fusion 8.1.1
- VMware Workstation 12.1.1
- Parallels Pro 11.2.0
2.2.6 (2016-04-28)
- Packer 0.10.0
- VirtualBox 5.0.16
- VMware Fusion 8.1.1
- Parallels Pro 11.1.3
- Debian 8.4 #559 (kenhys)
- Debian 7.10 #563 (kenhys)
- FreeBSD 10.3 #557 (tas50)
- OmniOS 151018 #565 (tas50)
- Ubuntu 16.04 #545 (cheeseplus)
- VMWare: tie network device to pci slot 32 #566 (rmoriz)
- VMware: Fedora 23 box builds but can't connect #521
- Publish Ubuntu 15.10 boxes on Atlas #506
2.2.5 (2016-03-29)
- Ubuntu: use dist-upgrade and install build packages in preseed #551 (cheeseplus)
2.2.4 (2016-03-29)
- CALL FOR MAINTAINERS #537
- Proposal: Move bento under test-kitchen org #536
- /tmp directory is cleaned upon restart? #535
- bento/centos-7.2 missing from atlas #524
- sles 12 mirror no more exist #520
- Pipeline: Update to VMware Fusion 8.1.0 #519
- error when building boxes with packer #514
- Ubuntu 12.04 HGFS module failing in VMWare #512
- Uncompressed boxes for VMware and Parallels are to large #505
- OpenSUSE Leap (and Tumbleweed) #504
- Ubuntu 14.04 HGFS kernel module not working for VMWare 8.0.2 #496
- Any support (or planned support) for building Amazon AMIs? #490
- ARM builds #486
- Minimize script results in large (non-sparse) image file for QEMU builder #369
- Cutting 2.2.4 #550 (cheeseplus)
- Update mirror URL for Debian 8.2 #544 (legal90)
- Updating maintainers #543 (cheeseplus)
- Updating for 14.04.4 release #542 (cheeseplus)
- Update the packer download URL and use 0.9.0 #540 (tas50)
- Minor readme updates #539 (tas50)
- Fix guest_os_type for VirtualBox #534 (juliandunn)
- Sudo path changed #530 (scotthain)
- update solaris 11 box to 11.3 #528 (chris-rock)
- update sha1 for omnios #527 (chris-rock)
- Add support for Debian GNU/Linux 8.3 #526 (kenhys)
- simplify distro detection for RHEL-derivatives #525 (ceetav)
- Add support for OpenSUSE Leap 42.1 - x86_64 #523 (rickard-von-essen)
- Fix links to Fedora 23 boxes. #518 (juliandunn)
- Cutting 2.2.3 #515 (cheeseplus)
2.2.3 (2015-12-28)
- minimize.sh fails with no swap partition #420
- Workstation 11.1.2 Tools incompatible with current builds #377
- Debian cleanup script removes C/C++ compiler and therefore breaks DKMS support #509
- RHEL 6.7 image has wrong guest #501
- Fedora 23 x86_64 and virtualbox: no vboxsf #500
- Broken url on description #493
- Porposal Fedora 23 #491
- Ubuntu 15.10 #482
- /dev/sr0 is readonly #480
- Ubuntu 14.04 Fails to build with bento/packer #477
- The download link to fedora 21 vmware 64 is broken #472
- Debian 8.2 vagrant box doesn't have HGFS kernel module #463
- Unable to have synced_folder with Fedora 22 VirtualBox #459
- Fedora 22 VM Tools not installed #458
- Update Virtualbox Guest Addition from 5.0.2 to 5.0.4 #448
- Standardize iso_checksum / iso_checksum_type on sha256 #440
- rhel/centos 6 and 7, virtualbox guest additions #412
- opscode-centos-7.1 Virtualbox box not able to NFS mount #388
- Vagrant public key file could be empty #258
- Revert "fix or suppress all shellcheck warnings" #513 (cheeseplus)
- Stops DKMS package from being removed. #510 (RobertDeRose)
- Enterprise Linux 7.2 (RHEL/CentOS/OEL) #508 (rickard-von-essen)
- Fix error in cleanup.sh script introduced in d01cb1d7 #507 (rickard-von-essen)
- Fix RHEL 6.7 guest type #503 (juliandunn)
- Fix dhcp settings cleanup in Ubuntu 12.04 and higher #498 (legal90)
- Disable automatic udev rules for network interfaces in CentOS #497 (legal90)
- Fix grep character class syntax in sshd.sh script #495 (legal90)
- fix or suppress all shellcheck warnings #494 (jhoblitt)
- Support Fedora 23 #489 (rickard-von-essen)
- attempt to manage sshd_config in an [more] idempotent manner #487 (jhoblitt)
- Add template for OS X 10.11 El Capitan #484 (legal90)
- Ubuntu 15.10 support #483 (rickard-von-essen)
- Support swapless builders in minimize.sh #479 (sheldonh)
- Be more aggressive about removing "bento-*" vagrant boxes #476 (cheeseplus)
- [DRY] up rhel #475 (cheeseplus)
- [DRY] SLES #474 (cheeseplus)
- [DRY] Oracle Linux #473 (cheeseplus)
- Minimized AutoYaST profiles for SLES 11.3/12 to enhance readability #373 ([mattiasgiese])
2.2.2 (2015-10-07)
- bento/centos-6.7 won't vagrant up after halt or reload #468
- Build process broken under VMware Workstation 11.1.2 #467
- minimize.sh leads to unexpected error in packer (vagrant 1.7.2) #320
- Ubuntu 14.04 VMware HGFS modules not loaded #283
- Cutting 2.2.2 release #471 (cheeseplus)
- The sha changed :/ #470 (cheeseplus)
- Adding shared folder as part of test-kitchen run #469 (cheeseplus)
- Adding OmniOS r151014 #466 (cheeseplus)
- Fixing Fedora 22 build tools to fix vm tools #465 (cheeseplus)
- Adds host only network for nano and enables file and printer sharing #464 (mwrock)
- Windows Nano #462 (mwrock)
- squashed commit to add qemu options for all boxes #461 (dmlb2000)
- bento command needs two dashes #457 (mmckinst)
- remove duplicate auth/authconfig and use sha512 algorithm for password hashing #456 (mmckinst)
- Making upload/release optional #455 (cheeseplus)
- use --force-install for VMware tools #454 (cheeseplus)
- Fixing templates #453 (cheeseplus)
- Remove the headless option for Parallels builder. #452 (rickard-von-essen)
- Adding verification (tk) stage to build process #451 (cheeseplus)
2.2.1 (2015-09-16)
- Debian 7.9 #444
- Building boxes results in files with unhelpful names #433
- fedora-22 Bento Box Corruption? #432
- Manually building baseboxes #430
- Missing 13 Boxes #427
- "yum update" for RHEL/CentOS boxes #425
- We need fedora-22 for DNF testing #419
- Ubuntu 12.04 downloadable box up-to-date? #417
- Using bento boxes with Vagrant #410
- chef.github.io/bento is outdated #409
- vagrant box
chef/freebsd-10.0
: Unable to install packages #407 - debian-7.8 box broken by VMWare Fusion 7.1.1 to 7.1.2 update #397
- Parallels boxes? #371
- Building a Windows image #343
- chef/fedora-21 #333
- Ubuntu sudoers file only allows to run as root #302
- Puppet support in bento? #251
- rename box prefixes to bento- instead of opscode- #208
- DRY up opensuse #450 (cheeseplus)
- [fedora-*] DRYness pass #449 (cheeseplus)
- Updating platforms to use sha256 #447 (cheeseplus)
- Add Debian 7.9 template #446 (cheeseplus)
- Use bento prefix for box names in README #445 (leejones)
- Setting basename to a more sensible default #442 (cheeseplus)
- Debian 8.2 #439 (cheeseplus)
- Add "vm_name" parameter to Mac OS X templates for Parallels builder #438 (legal90)
- Revert "Rename centos images for clarity" #437 (cheeseplus)
- Add Parallels builder to Mac OS X templates #436 (legal90)
- Updating readme to reflect reality #434 (cheeseplus)
- Add Fedora 22 box links #431 (cheeseplus)
- Adding s3 upload to Rakefile and add buildkite shell script #429 (cheeseplus)
- Adding Fedora 21 back to matrix #428 (cheeseplus)
- Add Fedora 22 boxes #418 (rickard-von-essen)
- Enable key insertion on OS X #415 (tas50)
- Rename centos images for clarity #406 (patcon)
- CentOS kickstarts: Change sed to not rewrite sudo comments #326 (mvermaes)
2.2.0 (2015-08-26)
- Update Readme and small fixes/cleanup to Rake tasks #426 (cheeseplus)
- Freebsd 10.2 #424 (geoffgarside)
- CentOS 6.6 -> 6.7 #423 (cheeseplus)
- Update to Ubuntu 14.04.3. #421 (William-Yeh)
- Opscode -> Chefs and other minor stuff #414 (tas50)
- [macosx-*] Increase disk_size to ~40G from ~20G. #413 (fnichol)
2.1.0 (2015-08-07)
- Shortening vm_name to avoid Parallels box corruption #400 (cheeseplus)
- [debian-*] Improve DRYness, correctness, & speed of Debian templates. #404 (fnichol)
- [freebsd-*] Improve DRYness, correctness, & speed of FreeBSD templates. #403 (fnichol)
- Fixing headless check #401 (cheeseplus)
- Adding support for headless mode #399 (cheeseplus)
- Box build pipeline #398 (cheeseplus)
- [centos-*] Improve DRYness, correctness, and speed of CentOS templates. #396 (fnichol)
- [macosx-*, ubuntu-*] Remove name prefixes from templates. #395 (fnichol)
- [ubuntu-*] Improve DRYness, correctness, and speed of Ubuntu templates. #394 (fnichol)
- Adding Debian 8.1 links, removing Debian 8.0 templates #393 (cheeseplus)
- Add @cheeseplus to MAINTAINERS.md #392 (fnichol)
2.0.0 (2015-07-03)
- Do not write metadata files when
bento build
is in dry run mode #368 - fix OmniOS build under VMWare #178
- Don't write metadata file in
bento build
dry run mode. #380 (fnichol)
- Release Debian 8.0 boxes #381
- Upload Ubuntu 15.04 to S3 Bucket #376
- Add build metadata to boxes and build artifacts #364
- Add support for Debian 8 #355
- centos-7.1 vmware box got uploaded as virtualbox #351
- chef/centos-7.1 on atlas #346
- Add support for Ubuntu 15.04 #345
- Why are definitions removed (RHEL 7.0 was just removed) #344
- Please fix CentOS 7 README links #340
- Latest Ubuntu 14.04 Fails to install kernel headers #335
- centos 7.1 image request #334
- Guest Additions are installed without dkms support #332
- need to get the correct cacert.pem for AWS on CentOS boxes #325
- Use the SATA HDD controller for faster disk IO speeds #324
- Better package miror for Debian #322
- Error building debian7.8-amd-64 #319
- Fedora kickstart script downloads CA cert bundle over HTTP #318
- CentOS and Fedora boxes packed without docs? #317
- Create Fedora 21 box #312
- [SLES] zypper-locks.sh not working #309
- Upload Boxes for Parallels to Atlas #308
- Single disk configuration for VMware #307
- Build new boxes for VMware Fusion 7 #304
- FreeBSD 9.3 (amd64) box broken #301
- OpenSUSE 13.2 should specify netdevice=eth0 #299
- vagrant-vbguest plugin compatibility #297
- Ubuntu 14.04.1 #290
- Everything looks fine, but not able to mount the device? #279
- opscode.github.io/bento is out-of-date (centos-6.4) #277
- sudo with SSH agent forwarding #273
- Upload rhel-6.5 box to bento AWS repo #271
- Importing opscode-centos-6.4 fails with virtualbox error #264
- Chef should get permission to distribute proprietary boxes for testing use #261
- Should the CentOS 7.0 box be listed in the README? #260
- Chef binary not installed on FreeBSD 9.2 and 10.0 #250
- chef\debian-7.4 not able to run sudo apt-get update with error in description. #242
- Box chef/ubuntu-12.10 / 13.04 fails to install any packages #240
- chef/ubuntu-13.10 no chef_solo? #238
- virtualbox - opscode_ubuntu-1204_chef-provisionerless.box 404 #236
- VirtualBox: Mounting shared folder with vboxsf failed #234
- Ubuntu 14.04: No guest IP was given to the Vagrant core NFS helper #232
- VMware boxes claim to be built on VMware Fusion, but report VMware Desktop #231
- add more swap #228
- error processing drive #227
- centos-5.10 add net-tools #226
- merge bento and packer-windows #225
- Deploy all those boxes to vagrant cloud #224
- Example of establishing SSH keys #223
- [Enhancement] Packer template for Windows #222
- Missing credentials for root #217
- Virtualbox and debian-7.4: cannot download preseed.cfg #215
- Bug with minimize.sh (Ubuntu 14.04 amd64) #214
- Ubuntu 14.04 box vboxvfs broken? #207
- Can we disable SELinux in the CentOS box images? #200
- Debian 7.4 64bit #198
- Links for FreeBSD 10 boxes give NoSuchKey error (HTTP 404) #197
- Unable to provision a fedora-19 machine with private-network #196
- Vagrant 1.5.1 errors with opscode_ubuntu-12.04_chef-provisionerless.box #193
- Fixed size /tmp in Fedora 19 box #188
- Configure Oracle Linux boxes with an update source #186
- slim down CentOS/RHEL box builds with updated ks.cfg #179
- add Oracle Linux templates #177
- red hat linux 5.10 box cannot download packages #173
- 'Error downloading kickstart file' within Oracle VM VirtualBox #172
- move single-request-reopen from ks.cfg #171
- [macosx-*] Add support for {http,https,no}_proxy environment variables. #391 (fnichol)
- Remove files that are no longer referenced by any templates. #390 (fnichol)
- [macosx-*] Improve DRYness & correctness of Mac templates. #389 (fnichol)
- Add provider metadata to metdata files on build. #387 (fnichol)
- updated debian's download redirector address #386 (rmoriz)
- preliminary debian 8.1 templates #385 (rmoriz)
- Add Mac OS X 10.10 template. #384 (fnichol)
- Update README with Debian 8.0 boxes. #383 (fnichol)
- Add Debian 8.0 amd64/i386 templates. #382 (fnichol)
- Update README with Ubuntu 15.04 boxes. #378 (fnichol)
- Add Ubuntu 15.04 amd64/i386 templates. #375 (fnichol)
- Add build metadata to boxes and build artifacts. #365 (fnichol)
- Remove
chef\_version
user variable & remove Chef installation option. #362 (fnichol) - Normalize Bento templates #361 (fnichol)
- TravisCI project updates #360 (fnichol)
- [ubuntu-12.04-*] Update URL paths to use 12.04.5. #359 (fnichol)
- Remove VeeWee definitions from project #358 (fnichol)
- Add packer/bin/bento for building templates. #357 (fnichol)
- update README to point to Boxcutter intead of basebox #354 (OBrienCommaJosh)
- Add MAINTAINERS.md file. #347 (fnichol)
- Add RHEL 7.1 JSON file. #342 (lopaka)
- Solaris 10u11 - zfs base box #341 (scotthain)
- Updated README with CentOS 7.1 boxes #339 (juliandunn)
- Fix "sudoers.sh" for Ubuntu #338 (legal90)
- Switch to SATA HDD for Linux VMs on virtualbox #331 (irvingpop)
- Update to Ubuntu 14.04.2. #330 (juliandunn)
- Remove extraneous ks.cfg #329 (juliandunn)
- Fixes #325, #318 - don't download cacert.pem #328 (jtimberman)
- change mirror to http.debian.net, fixes #322 #323 (rmoriz)
- Fix mac address issue for ens33 on centos 7 #321 (alappe)
- Update to Ubuntu 14.04.1 #315 (juliandunn)
- Update travis.yml for opscode to chef org rename #314 (cmluciano)
- Added Fedora 21 VB base boxes to README #313 (dfarrell07)
- Remove EOL Fedora 19 content #311 (juliandunn)
- Make script zypper-locks.sh workable #310 (berendt)
- centos-6.6: Force to set SELinux to a permissive mode #306 (legal90)
- added Fedora 21 support #305 (juliandunn)
- Removed some more unnecessary firmware packages #303 (yves-vogl)
- #299 OpenSUSE 13.2 should specify netdevice=eth0 #300 (rickard-von-essen)
- FreeBSD/i386: Fixed incorrect output filename. #293 (juliandunn)
- Minimal support for a compilation environment. #291 (yzl)
- Update all box links to latest #288 (nshemonsky)
- Remove curl from CentOS boxes from here on in. #287 (juliandunn)
- adds ubuntu 14.10 configuration #286 (vincentaubert)
- update debian packer json to 7.7 #285 (vincentaubert)
- add note in readme about vmware fusion provider #284 (smith)
- Reduce Linux box size by not packing a swap partition gubbish #281 (ceetav)
- Parallels: Support of FreeBSD and OmniOS. Some fixes #278 (legal90)
- Updated RHEL to 5.11. #276 (juliandunn)
- Updated Oracle Enterprise Linux definitions to 5.11 #275 (juliandunn)
- Upgrade CentOS 5 to 5.11 #274 (eshamow)
- Fix syntax and typo share_folder -> synced_folder of console message. #272 (jevonearth)
- Fix packer validation failures. #269 (juliandunn)
- Fix erroneous virtualbox output directory for vmware-iso build #267 (eshamow)
- Remove EOL Ubuntu 12.10 #266 (eshamow)
- Update 12.04 logic to handle outdated apt cache on distro #265 (eshamow)
- Document CentOS 7.0 box. #262 (juliandunn)
- update to FreeBSD 9.3 #259 (juliandunn)
- Update README to reflect current Debian boxes and remove old Ubuntu #254 (juliandunn)
- Updated to Ubuntu 12.04.5 LTS. #253 (juliandunn)
- Update Debian 6.0.9 to 6.0.10 #252 (juliandunn)
- Update documentation #246 (juliandunn)
- Remove Ubuntu 13.10 as it is EOL as of July 17, 2014. #245 (juliandunn)
- Upgrade to OmniOS r151010j #244 (juliandunn)
- Fix bugs on building VMWare box #243 (juliandunn)
- Support OpenSUSE 13.1 #241 (simonoff)
- Switch to newest Debian release (7.5 -> 7.6) #239 (fadenb)
- Support CentOS 7.0 #237 (andytson)
- Updated checksum and mirror to GA release #233 (juliandunn)
- fix vmware-vmx tools install #230 (rjocoleman)
- Corrected some copy paste errors in SLES configuration. #221 (rickard-von-essen)
- Cleanup the boxes to actually work #219 (sethvargo)
- Dependency Fix #218 (bdwyertech)
- Update Debian Wheezy to 7.5 #216 (tmatilai)
- Update to OmniOS r151008t #212 (juliandunn)
- Support Red Hat Enterprise Linux 7 Release Candidate. #210 (juliandunn)
- Add links to new ubuntu images #209 (Maks3w)
- Cleanup inconsistencies in Ubuntu templates. #206 (juliandunn)
- Add templates for Ubuntu 14.04 #205 (rjocoleman)
- Update vagrant.sh #204 (sbarber)
- The wget failed in Debian distro #199 (rhacker)
- Make sure to update checksums and ISOs for vmware-iso builder too. #191 (juliandunn)
- BENTO-116: use ISO for Ubuntu 12.04.04, not 12.04.03 #190 (client9)
- Bugfixes for FreeBSD 10 #189 (juliandunn)
- slim down Fedora boxes using same ks.cfg minimizations as CentOS #187 (juliandunn)
- Remove Ubuntu 13.04: EOL as of January 27, 2014 #185 (juliandunn)
- Slim down box builds by removing unnecessary firmware and docs. #183 (juliandunn)
- Force CRLF on Autounattend files for Windows #175 (juliandunn)
- Update Debian 6.0.8 to 6.0.9 #170 (tmatilai)
- Updated to OmniOS r151008j #169 (juliandunn)
- End-of-life: Fedora 18 and Debian 7.2 #168 (juliandunn)
- BENTO-112 add single-request-reopen to resolv.conf #165 (rjocoleman)
- Add Packer templates for Debian 7.4 #164 (tmatilai)
- Use sudoers.d in Debian #163 (tmatilai)
- Fix DHCP lease directory name in Debian #162 (tmatilai)
- Allow
packer\_cache
to be symlink #161 (tmatilai) - Debian 7.3.0 support #160 (fadenb)
- Finalize FreeBSD 10 support #159 (juliandunn)
- support mirror variable for iso_url in all centos/vmware builders #158 (adler)
- [BENTO-111] Added a .gitattributes and a note for Windows hosts #157 (maoueh)
- Don't disable selinux on Fedora; just make it Permissive. #156 (juliandunn)
- Fixing outdated command in README #155 (apetresc)
- Update vmtools branch logic to reflect new providers in packer 0.5.1- #154 (lwieske)
- Repair FreeBSD definitions after they got corrupted by a Packer bug. #153 (juliandunn)
- Update to packer 0.5.1 #152 (lwieske)
- Update sshd.sh #150 (sc0ttruss)
- Update to packer 0.4.1. #148 (juliandunn)
- Allow building provisionered OmniOS boxes. #146 (juliandunn)
- Rewrite chef.sh to be more cross-platform. #145 (juliandunn)
- Fix FreeBSD i386 not passing env vars through properly #141 (juliandunn)
- Update readme for CentOS 6.5 #137 (juliandunn)
- Make Thor actually exit non-zero when a validation error occurs. #136 (juliandunn)
- Fix broken CentOS 6.5 i386 template #135 (juliandunn)
- Allow RHEL mirror URL to be customized at box build time #134 (juliandunn)
- [BENTO-83] Add working templates for SuSE Linux Enterprise Server 11 #132 (juliandunn)
- Reduce memory usage of FreeBSD box to 512M #129 (juliandunn)
- Repair incorrect SHA1 checksum on Ubuntu 12.04-i386 box #128 (juliandunn)
- Upgrade FreeBSD box to 9.2 #127 (juliandunn)
- Fix incorrect FreeBSD i386 guest_os_type #126 (juliandunn)
- Bash is dead, Long live Bash. #120 (petecheslock)
- Migrate to RHEL 6.5. Also be consistent about the output package name. #119 (juliandunn)
- Fix incorrect CPU type on Ubuntu 12.10. #117 (juliandunn)
- [BENTO-91] Re-fix sudoers rules for Ubuntu >= 12.04 #116 (juliandunn)
- BENTO-96 fix execute_command for debian to include env vars #115 (fourseven)
- BENTO-94 and BENTO-95 Fixes #114 (bflad)
- Fix documentation in README; add info on how to build legacy veewee base... #112 (juliandunn)
- Fix .gitignore for iso dir #110 (juliandunn)
- Add Windows 2012R2 server definitions. #107 (juliandunn)
- Added templates for RHEL. #106 (juliandunn)
- [BENTO-5] Add NFS client capability to CentOS and Fedora templates. #105 (andytson)
- Fix all Packer validation errors #104 (juliandunn)
- CentOS 6.4 won't install with only 384MB of RAM #102 (juliandunn)
- Debian 6.0.8 #100 (someara)
- Debian 7.2.0 #99 (someara)
- Upgrade to CentOS 5.10 #97 (juliandunn)
- added ubuntu-13.10 packer templates w/debian sudoers scripts #96 (routelastresort)
- Use proper packer env var for checking VirtualBox #95 (juliandunn)
- fixing packer templates to work on vmware #93 (someara)
- Fix box names #90 (tduffield)
- Clean FreeBSD boxes to save space. #89 (juliandunn)
- Remove bash from the FreeBSD image. #88 (juliandunn)
- Cleanup shutdown scripts #87 (tduffield)
- removed name field from all templates #86 (tduffield)
- Since the 12.04 release, Ubuntu uses the more standard "sudo" group #84 (whiteley)
- Fixup readme for packer #83 (juliandunn)
- [BENTO-84] Update Ubuntu LTS definitions to 12.04.3 #81 (juliandunn)
- Updated to vagrant-windows that works under Vagrant 1.2 and 1.3 #80 (juliandunn)
- Added Fedora 19 to list of documented boxes. #78 (juliandunn)
- [BENTO-82] Import same fix from PR#72 to i386 box. #77 (juliandunn)
- Bump to Vagrant 1.2.7 #76 (juliandunn)
- [BENTO-13] ensure
kudzu
is uninstalled on CentOS boxes #75 (schisamo) - Ensure /etc/sudoers sed replacement works for Debian 7.x. #73 (justsee)
- Add preseed command to comment out cdrom in /etc/apt/sources.list. #72 (justsee)
- [BENTO-80] Sudoer should use secure_path by default #70 (jamesonjlee)
- Added definitions for SUSE Linux Enterprise Server 11 SP3. #68 (juliandunn)
- Added definitions for Fedora 19, Schrodinger's Cat #66 (juliandunn)
- [BENTO-58] Switch to manual partitioning since autopart makes /tmp too small to actually run tests sensibly #65 (juliandunn)
- [BENTO-50] Add documentation for all current baseboxes #64 (juliandunn)
- [BENTO-56] Fix missing vagrant user in the sudoers file #63 (juliandunn)
- [BENTO-54] Fix Debian 7 definitions #62 (vaskas)
- [BENTO-53] Fixed paths for Debian 6.0.7 ISOs #61 (hectcastro)
- [BENTO-49] Debian 6 definitions broken: missing sshd.sh #60 (zuazo)
- [BENTO-48] Add SLES11SP2 definitions #59 (juliandunn)
- [BENTO-47] Regenerate Autounattend.xml for Windows 2012 to unbreak it. #57 (juliandunn)
- Fix Gemfile and Gemfile.lock. #55 (juliandunn)
- [BENTO-46] Update centos 6.4 definitions to use the common components. #54 (lewg)
- [BENTO-45] Install vmware tools if on fusion provider. #53 (lewg)
- Fix PR#33 - CentOS 5.8 is in the vault now. #52 (juliandunn)
- [BENTO-41] Check to see if you're on VirtualBox #51 (lewg)
- [BENTO-19] Use the VirtualBox ISO that veewee attaches to the machine #50 (juliandunn)
- Upgrade to veewee that has hooks (we may use them) #49 (juliandunn)
- [BENTO-37] Added definitions for ubuntu 13.04. #48 (juliandunn)
- Add Debian 7.0.0 definitions #47 (jtimberman)
- [BENTO-35] Do not ship Chef with our baseboxes anymore. #46 (juliandunn)
- [BENTO-10] Add "UseDNS no" to all sshd configs #45 (juliandunn)
- Fix Windows 8 Enterprise box builds. #44 (juliandunn)
- Windows 8 and 2012 fixes #43 (juliandunn)
- Added ubuntu-12.10 definitions. #41 (johnbellone)
- Update documentation for Chef 11.4.4. Update Gemfile for vagrant 1.2.2. #40 (juliandunn)
- Add a task to update apt-get on boot in ubuntu. #39 (whilp)
- update build directions, new links for Chef 11.4.0 baseboxes #38 (juliandunn)
- fix Windows box builds for Vagrant 1.1 #37 (juliandunn)
- Added defs for CentOS 5.9 and 6.4 boxes. Bugfix CentOS 5.8 x86_64 box. #36 (juliandunn)
- Repin gemset to Vagrant 1.1 versions and veewee head #35 (juliandunn)
- [BENTO-31] debian 6.0.5 is no longer available, change to 6.0.7 #32 (ctdk)
- Vagrant11+2008 #30 (hh)
- Windows+2012+8 #29 (hh)
- [BENTO-28] Use Centos, not RedHat for os_type_id #27 (chulkilee)
- [BENTO-24] "#" is not a valid comment character for Windows batch files #22 (juliandunn)
- Update to ubuntu 12.04.2 #20 (rnewson)
- [BENTO-20] add fedora 18 support #17 (josephholsten)
- BENTO-17 passes validation for windows 7 and 2008R2 #15 (hh)
- [BENTO-2] Update Ubuntu iso filenames, md5sums. #6 (torandu)
- [BENTO-4] Updated centos 6.2 iso urls to use the vault.centos.org url #4 (cburyta)
* This Change Log was automatically generated by github_changelog_generator