Skip to content

Commit 50193e8

Browse files
committed
Updated Chef references to 11.8.2.
1 parent af8cd86 commit 50193e8

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (3.2.16)
4+
activesupport (3.2.17)
55
i18n (~> 0.6, >= 0.6.4)
66
multi_json (~> 1.0)
77
addressable (2.3.5)
@@ -25,7 +25,7 @@ GEM
2525
buff-config (0.4.0)
2626
buff-extensions (~> 0.3)
2727
varia_model (~> 0.1)
28-
buff-extensions (1.0.0)
28+
buff-extensions (0.6.0)
2929
buff-ignore (1.1.1)
3030
buff-ruby_engine (0.1.0)
3131
buff-shell_out (0.1.1)
@@ -59,11 +59,11 @@ GEM
5959
faraday_middleware (~> 0.9.0)
6060
json
6161
rash
62-
em-winrm (0.5.4)
63-
eventmachine (= 1.0.3)
62+
em-winrm (0.5.5)
63+
eventmachine (~> 1.0.0)
6464
mixlib-log (>= 1.3.0)
6565
uuidtools (~> 2.1.1)
66-
winrm (~> 1.1.0)
66+
winrm (~> 1.1.2)
6767
erubis (2.7.0)
6868
eventmachine (1.0.3)
6969
excon (0.25.3)
@@ -89,7 +89,7 @@ GEM
8989
gyoku (1.1.1)
9090
builder (>= 2.1.2)
9191
hashie (2.0.5)
92-
highline (1.6.20)
92+
highline (1.6.21)
9393
hitimes (1.2.1)
9494
httpclient (2.3.4.1)
9595
httpi (0.9.7)
@@ -109,8 +109,8 @@ GEM
109109
chef (>= 0.10.10)
110110
fog (~> 1.12)
111111
knife-windows
112-
knife-windows (0.5.14)
113-
em-winrm (= 0.5.4)
112+
knife-windows (0.5.15)
113+
em-winrm (~> 0.5, >= 0.5.4)
114114
little-plugger (1.1.3)
115115
logging (1.8.2)
116116
little-plugger (>= 1.1.3)
@@ -124,7 +124,7 @@ GEM
124124
mixlib-config (1.1.2)
125125
mixlib-log (1.6.0)
126126
mixlib-shellout (1.3.0)
127-
multi_json (1.8.4)
127+
multi_json (1.9.0)
128128
multipart-post (1.2.0)
129129
net-http-persistent (2.9.4)
130130
net-scp (1.1.2)

contrib/digitalocean/provision-digitalocean-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
#################
4444
node_name="deis-controller-$(LC_CTYPE=C tr -dc A-Za-z0-9 < /dev/urandom | head -c 5 | xargs)"
4545
run_list="recipe[deis::controller]"
46-
chef_version=11.6.2
46+
chef_version=11.8.2
4747

4848
if [ $node_name = 'deis-controller-' ]; then
4949
echo "Couldn't generate unique name for deis-controller. Aborting."

contrib/rackspace/provision-rackspace-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fi
3232
#################
3333
node_name=deis-controller
3434
run_list="recipe[deis::controller]"
35-
chef_version=11.6.2
35+
chef_version=11.8.2
3636

3737
######################
3838
# Rackspace settings #

contrib/vagrant/provision-vagrant-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ git submodule init && git submodule update
5454
#################
5555
node_name=deis-controller
5656
run_list="recipe[deis::controller]"
57-
chef_version=11.6.2
57+
chef_version=11.8.2
5858

5959
################
6060
# SSH settings #

docs/operations/provision-controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Here is an example ``knife bootstrap`` command:
5151
.. code-block:: console
5252
5353
$ knife bootstrap 198.51.100.22 \
54-
> --bootstrap-version 11.6.2 \
54+
> --bootstrap-version 11.8.2 \
5555
> --ssh-user ubuntu \
5656
> --sudo \
5757
> --identity-file ~/.ssh/id_rsa \

0 commit comments

Comments
 (0)