boxes 3.4.0 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b749a9a33b2dda40aad6917ca20448e445bebea00260a9b00dcc4f5f4548ff0d
4
- data.tar.gz: aec4f6c96166beffb081e7780a60a9d26290c1b4bd85a61f6770c42b8a89c1ba
3
+ metadata.gz: 64f7614db739d07260c15f81d3814fd5314caa0a3771008c04e601852e8c9155
4
+ data.tar.gz: 11fd1f51aece67b81e2c3b49e82f768da36a3f08763f95b7c87a32083a094f8a
5
5
  SHA512:
6
- metadata.gz: a98de9c699d352be12dbda5094fa675c5c089ffb41b6abd8b6d1c3dfe1e62771738bd9eb2c4a869eecfe3cf78de81cca3247a3b451c6a2735e0b3f9019c87c57
7
- data.tar.gz: 27e2ee3e684309739e70945b84799e9c128c492b5a4a0cbceed3ce1fd371875715808a4777ffadaca221cba705504122a14b1934759ac69b1a7a884c24e51d82
6
+ metadata.gz: bdd2f70eeacaf86e775754ae870695f57141bcb630a9cae505c821af26fe5176b53cabb95fbcb95f72a371294fd23a6302550b2735f6bd8c697f0199d0f50300
7
+ data.tar.gz: fc201425ff25f3a7c214688c14a658c9588324d92910398c1fe78e67c089c008486f3efeeb9c909240fa779cda04d40aa01da205b1b6d04c71bf8ac6db1650c6
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.5.3
1
+ ruby-2.6.3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 3.5.0 (27/05/2019)
4
+
5
+ * Refresh Rubies:
6
+ - Drop 2.1, 2.2,
7
+ - Add 2.6,
8
+ - Bump to current patch of 2.3, 2.4, 2.5.
9
+ * Upgrade Ruby to 2.6.3.
10
+ * Update Ubuntu Bionic from 18.04.1 to 18.04.2.
11
+ * Update Ubuntu Xenial from 16.04.5 to 16.04.6.
12
+ * Update Ubuntu Trusty from 14.04.5 to 14.04.6.
13
+ * Update Debian Stretch from 9.6.0 to 9.9.0.
14
+ * Drop Ubuntu Precise (12.04).
15
+ * Drop Debian Wheezy (7).
16
+
3
17
  ## 3.4.0 (02/12/2018)
4
18
 
5
19
  * Update Debian Stretch ISO to 9.6.0.
data/lib/boxes/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Boxes
2
- VERSION = "3.4.0".freeze
2
+ VERSION = "3.5.0".freeze
3
3
  end
data/scripts/ruby.sh CHANGED
@@ -27,11 +27,10 @@ cd ruby-install-$rubyinstall_version/
27
27
  make install
28
28
 
29
29
  # install a set of recent MRI Rubies.
30
- ruby-install ruby 2.1.10
31
- ruby-install ruby 2.2.9
32
- ruby-install ruby 2.3.6
33
- ruby-install ruby 2.4.3
34
- ruby-install ruby 2.5.0
30
+ ruby-install ruby 2.3.8
31
+ ruby-install ruby 2.4.6
32
+ ruby-install ruby 2.5.5
33
+ ruby-install ruby 2.6.3
35
34
 
36
35
  # update gems and install bundler
37
36
  source /usr/local/share/chruby/chruby.sh
@@ -25,8 +25,8 @@
25
25
  <%- end -%>
26
26
  "headless": true,
27
27
 
28
- "iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.6.0-amd64-netinst.iso",
29
- "iso_checksum": "c51d84019c3637ae9d12aa6658ea8c613860c776bd84c6a71eaaf765a0dd60fe",
28
+ "iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.9.0-amd64-netinst.iso",
29
+ "iso_checksum": "d4a22c81c76a66558fb92e690ef70a5d67c685a08216701b15746586520f6e8e",
30
30
  "iso_checksum_type": "sha256",
31
31
 
32
32
  "ssh_username": "vagrant",
@@ -26,8 +26,8 @@
26
26
  <%- end -%>
27
27
  "headless": true,
28
28
 
29
- "iso_url": "http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04.1-server-amd64.iso",
30
- "iso_checksum": "a5b0ea5918f850124f3d72ef4b85bda82f0fcd02ec721be19c1a6952791c8ee8",
29
+ "iso_url": "http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04.2-server-amd64.iso",
30
+ "iso_checksum": "a2cb36dc010d98ad9253ea5ad5a07fd6b409e3412c48f1860536970b073c98f5",
31
31
  "iso_checksum_type": "sha256",
32
32
 
33
33
  "ssh_username": "vagrant",
@@ -26,8 +26,8 @@
26
26
  <%- end -%>
27
27
  "headless": true,
28
28
 
29
- "iso_url": "http://releases.ubuntu.com/trusty/ubuntu-14.04.5-server-amd64.iso",
30
- "iso_checksum": "dde07d37647a1d2d9247e33f14e91acb10445a97578384896b4e1d985f754cc1",
29
+ "iso_url": "http://releases.ubuntu.com/trusty/ubuntu-14.04.6-server-amd64.iso",
30
+ "iso_checksum": "b17d7c1e9d0321ad5810ba77b69aef43f0f29a5422b08120e6ee0576c4527c0e",
31
31
  "iso_checksum_type": "sha256",
32
32
 
33
33
  "ssh_username": "vagrant",
@@ -26,8 +26,8 @@
26
26
  <%- end -%>
27
27
  "headless": true,
28
28
 
29
- "iso_url": "http://releases.ubuntu.com/xenial/ubuntu-16.04.5-server-amd64.iso",
30
- "iso_checksum": "c94de1cc2e10160f325eb54638a5b5aa38f181d60ee33dae9578d96d932ee5f8",
29
+ "iso_url": "http://releases.ubuntu.com/xenial/ubuntu-16.04.6-server-amd64.iso",
30
+ "iso_checksum": "16afb1375372c57471ea5e29803a89a5a6bd1f6aabea2e5e34ac1ab7eb9786ac",
31
31
  "iso_checksum_type": "sha256",
32
32
 
33
33
  "ssh_username": "vagrant",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxes
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.0
4
+ version: 3.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Charlton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-02 00:00:00.000000000 Z
11
+ date: 2019-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: claide
@@ -197,9 +197,7 @@ files:
197
197
  - templates/debian/jessie64.erb
198
198
  - templates/debian/preseed.cfg
199
199
  - templates/debian/stretch64.erb
200
- - templates/debian/wheezy64.erb
201
200
  - templates/ubuntu/bionic64.erb
202
- - templates/ubuntu/precise64.erb
203
201
  - templates/ubuntu/preseed.cfg
204
202
  - templates/ubuntu/trusty64.erb
205
203
  - templates/ubuntu/xenial64.erb
@@ -222,8 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
222
220
  - !ruby/object:Gem::Version
223
221
  version: '0'
224
222
  requirements: []
225
- rubyforge_project:
226
- rubygems_version: 2.7.6
223
+ rubygems_version: 3.0.3
227
224
  signing_key:
228
225
  specification_version: 4
229
226
  summary: A command line tool to take the complexity out of building Vagrant boxes.
@@ -1,60 +0,0 @@
1
- {
2
- "provisioners": [
3
- {
4
- "type": "shell",
5
- "scripts": [
6
- "scripts/postinstall.sh",
7
- "scripts/vmtools.sh",
8
- <%- @scripts.each do |script| -%>
9
- "scripts/<%= script %>",
10
- <%- end -%>
11
- "scripts/purge.sh"
12
- ],
13
- "execute_command": "echo 'vagrant' | {{ .Vars }} sudo -E -S bash '{{ .Path }}'"
14
- }
15
- ],
16
- "builders": [
17
- {
18
- "name": "<%= @name %>",
19
- "type": "<%= @provider %>-iso",
20
- <%- if @provider == "vmware" -%>
21
- "guest_os_type": "debian7-64",
22
- "tools_upload_flavor": "linux",
23
- <%- else -%>
24
- "guest_os_type": "Debian_64",
25
- <%- end -%>
26
- "headless": true,
27
-
28
- "iso_url": "http://debian.ethz.ch/debian-cd/7.8.0/amd64/iso-cd/debian-7.8.0-amd64-netinst.iso",
29
- "iso_checksum": "e39c36d6adc0fd86c6edb0e03e22919086c883b37ca194d063b8e3e8f6ff6a3a",
30
- "iso_checksum_type": "sha256",
31
-
32
- "ssh_username": "vagrant",
33
- "ssh_password": "vagrant",
34
- "ssh_timeout": "15m",
35
-
36
- "http_directory": "templates/debian",
37
-
38
- "boot_command": [
39
- "<esc><wait>",
40
- "install ",
41
- "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
42
- "debian-installer=en_US auto=true locale=en_US kbd-chooser/method=us ",
43
- "netcfg/get_hostname={{ .Name }} ",
44
- "netcfg/get_domain=vagrantup.com ",
45
- "fb=false debconf/frontend=noninteractive ",
46
- "console-setup/ask_detect=false console-keymaps-at/keymap=us ",
47
- "keyboard-configuration/xkb-keymap=us ",
48
- "<enter>"
49
- ],
50
-
51
- "shutdown_command": "echo 'shutdown -h now' > shutdown.sh; echo 'vagrant'|sudo -S sh 'shutdown.sh'"
52
- }
53
- ],
54
-
55
- "post-processors": [
56
- {
57
- "type": "vagrant"
58
- }
59
- ]
60
- }
@@ -1,60 +0,0 @@
1
- {
2
- "provisioners": [
3
- {
4
- "type": "shell",
5
- "scripts": [
6
- "scripts/postinstall.sh",
7
- "scripts/vmtools.sh",
8
- <%- @scripts.each do |script| -%>
9
- "scripts/<%= script %>",
10
- <%- end -%>
11
- "scripts/purge.sh"
12
- ],
13
- "execute_command": "echo 'vagrant' | {{ .Vars }} sudo -E -S bash '{{ .Path }}'"
14
- }
15
- ],
16
-
17
- "builders": [
18
- {
19
- "name": "<%= @name %>",
20
- "type": "<%= @provider %>-iso",
21
- <%- if @provider == "vmware" -%>
22
- "guest_os_type": "ubuntu-64",
23
- "tools_upload_flavor": "linux",
24
- <%- else -%>
25
- "guest_os_type": "Ubuntu_64",
26
- <%- end -%>
27
- "headless": true,
28
-
29
- "iso_url": "http://releases.ubuntu.com/12.04/ubuntu-12.04.5-server-amd64.iso",
30
- "iso_checksum": "769474248a3897f4865817446f9a4a53",
31
- "iso_checksum_type": "md5",
32
-
33
- "ssh_username": "vagrant",
34
- "ssh_password": "vagrant",
35
- "ssh_timeout": "15m",
36
-
37
- "http_directory": "templates/ubuntu",
38
-
39
- "boot_command": [
40
- "<esc><esc><enter><wait>",
41
- "/install/vmlinuz noapic ",
42
- "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
43
- "debian-installer=en_US auto locale=en_US kbd-chooser/method=us ",
44
- "hostname={{ .Name }} ",
45
- "fb=false debconf/frontend=noninteractive ",
46
- "keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ",
47
- "keyboard-configuration/variant=USA console-setup/ask_detect=false ",
48
- "initrd=/install/initrd.gz -- <enter>"
49
- ],
50
-
51
- "shutdown_command": "echo 'shutdown -P now' > shutdown.sh; echo 'vagrant'|sudo -S sh 'shutdown.sh'"
52
- }
53
- ],
54
-
55
- "post-processors": [
56
- {
57
- "type": "vagrant"
58
- }
59
- ]
60
- }