This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Changes
130 lines (104 loc) · 3.88 KB
/
Changes
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
1.4.7 2015-10-19
- Changes in reponse to changes with the Crypt::SSLeay package
1.4.6 2015-05-04
- Improve account show when account has a credit
- Add TTL to linode domain record-list output
- Fix incorrect short option for --group on group command
1.4.5 2015-01-16
- Fix experimental warning for keys in CLI.pm
1.4.4 2015-01-12
- Fix for issue #19, Debian package changes for Perl
- Fix for issue #25, allow a file path for nodebalancer ssl configs
- Fix for issue #27, don't require a .linodecli directory, until needed
- Update year(s) to 2015
1.4.3 2014-12-23
- Remove testing URL that was left in
1.4.2 2014-12-17
- Load datacenter names when needed (warmup), remove hard-coded dc's
1.4.1 2014-12-16
- Version number increase to match packaging release
1.4.0 2014-12-16
- Add support and documentation for Linode Images
- Update packaged-in WebService::Linode module
- Patch from Zack Snow fixing an issue with deleting NodeBalancer configs
- Fix issue with pubkeys when creating a linode using StackScripts
1.3.2 2014-04-22
- Fix issue with fuzzy matching distributions
- Documentation updates for new plans
1.3.1 2014-03-18
- Fix issue with create in Domain, NodeBalancer, and Stackscript
1.3.0 2014-03-17
- Support for adding public IP addresses
- New linode-linode actions: plans, locations, distros
- Improvements to configure tool menu options
- Documentation updates
- Update packaged-in WebService::Linode module
1.2.0 2014-02-19
- Support rebuilding a Linode
- Support deploying and rebuilding with a StackScript
- Minor documentation updates
1.1.2 2014-02-12
- Fix issue with gathering user agent in some cases
1.1.1 2014-02-12
- Support for adding private IPs
- Exit nonzero on partial failures
- Additional help output
- Add system hostname to two-factor token label
- Add OS/distribution to user agent
- Add supplemental information for some errors
1.1.0 2014-02-04
- Support for multiple accounts
- Two-factor authentication support
- General improvements to the configure tool
- Fix fuzzy matching bug on distribution, location, etc.
1.0.0 2014-01-27
- Documentation updates
- Provide option hints in configure tool
- Check for hostname on a CNAME record create
- Provide 0 exit status for --help
- Provide nonzero exit status when label isn't found
- Allow passing in root password as ENV variable
- Provide group name in JSON output
- Use datacenter label for JSON output
0.3.2 2014-01-23
- Fix domain create label bug
- Support path globbing for SSH pubkey
- Fix domain documentation typos
- Update copyright dates
0.3.1 2014-01-21
- Update references for NodeBalancer support
0.3.0 2014-01-21
- NodeBalancer support
- More robust configuration helper
- SSH key support when creating a Linode
- Support listing IP addresses on Linodes
- Fix a bug with listing multiple objects
0.2.5 2014-01-14
- Colorized output data
- Updated documentation
- Fix a minor issue with account info
0.2.4 2014-01-07
- Ensure label is unique when creating Linode
- Update packaged-in WebService::Linode module
- Fix minor documentation typo
0.2.3 2013-12-31
- Improved label handling with partial matching
- Customizable wait timeout for long-running calls
0.2.2 2013-12-24
- Linode account list command
- Adjustments to show, list, and JSON output
- List table width improvements
- Fix message ordering when creating a Linode
0.2.1 2013-12-18
- Fix an issue with library paths
0.2.0 2013-12-18
- Domain and domain record management support
- Improvements to list display output
- Improved argument parsing
- Patched issue with account info
0.1.1 2013-12-11
- StackScript source output command
- Configure method now creates .linodecli with correct perms
- Configure method no longer requires an API key before running
0.1.0 2013-12-05
- Initial packaging release