-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCHANGELOG
66 lines (54 loc) · 3 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
* Thu Jun 23 2011 Dan Prince <[email protected]> - 2.6.1
- Use /sbin/ifconfig instead of ifconfig when testing for tap/tun.
* Tue Jun 21 2011 Dan Prince <[email protected]> - 2.6.0
- Update to support images that have Chef preinstalled.
- Skip missing nodes when trying to install Chef.
- Added vpn_connection_type option w/ support for using command line
openvpn or network_manager.
- Add support for 'udp' VPN protocol. Default protocol is 'tcp'.
UDP support requires Cloud Servers VPC 2.2.0 or greater.
* Thu Apr 24 2011 Dan Prince <[email protected]> - 2.5.2
- Raise an error in the chef:poll_clients task if a timeout occurs.
- Use CDN to install Chef for Ubuntu.
* Thu Apr 16 2011 Dan Prince <[email protected]> - 2.5.1
- Updates to support Ruby 1.9.2.
* Thu Apr 14 2011 Dan Prince <[email protected]> - 2.5.0
- Make /root/cookbook-repos on the Chef server if it doesn't exist.
- Add cache_file option to the VPC Client class.
- Implement 'rdesktop' task for Windows servers.
- Implement 'group:vpn_gateway_ip' task.
- Store client information in the server group cache.
* Thu Mar 27 2011 Dan Prince <[email protected]> - 2.4.0
- Implement 'chef:poll_clients' task.
* Thu Mar 22 2011 Dan Prince <[email protected]> - 2.3.2
- Display the correct owner name when listing remote groups.
* Thu Feb 17 2011 Dan Prince <[email protected]> - 2.3.1
- Ignore kill errors when bootstrapping Chef on Ubuntu.
* Thu Feb 15 2011 Dan Prince <[email protected]> - 2.3.0
- Support for setting server group VPN device (tap/tun)
- Fix issue where chef client would occasionally not start on Ubuntu.
- Use regex's instead of start_with? (support Ruby 1.8.6)
* Thu Feb 6 2011 Dan Prince <[email protected]> - 2.2.0
- Support command execution with 'rake ssh'.
- The 'chef:tail_logs' task now supports the SERVER_NAME variable.
- Support for Ubuntu 10.10 maverick.
- Add support for connecting to servers which require SSL client auth.
- Implement 'group:add_server' task.
- Implement 'group:delete_server' task.
- Implement 'group:list REMOTE=true' task.
- Implement 'group:join' task.
- Update the 'chef:install' task to support the SERVER_NAME variable.
- The 'chef:sync_repos' task is now 'chef:push_repos'.
- Implement a 'chef:pull_repos' task.
* Tue Jan 11 2011 Dan Prince <[email protected]> - 2.1.0
- Implement 'rake vpn' tasks.
- Set permission to 0600 on tmp/server_group files.
- Create config/TOOLKIT_VERSION when running chef-vpc-toolkit -upgrade.
- Set 'StrictHostKeyChecking no' when using ssh.
* Thu Dec 7 2010 Dan Prince <[email protected]> - 2.0.1
- Automatically load rake files from the tasks directory.
- Rename config file from cloud_toolkit.conf to chef_vpc_toolkit.conf.
- Rename variable that can be used to override default config file location
to be called CHEF_VPC_TOOLKIT_CONF.
* Thu Oct 26 2010 Dan Prince <[email protected]> - 2.0.0
- Initial open source release.