tugboat 2.2.4 → 3.0.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 +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG.md +284 -274
- data/README.md +1 -1
- data/features/cassettes/config/Array_of_SSH_Keys_in_Config.yml +1 -1
- data/features/cassettes/config/Single_SSH_key_as_number_in_config.yml +1 -1
- data/lib/tugboat.rb +4 -0
- data/lib/tugboat/middleware/create_droplet.rb +1 -1
- data/lib/tugboat/middleware/custom_logger.rb +3 -1
- data/lib/tugboat/middleware/inject_client.rb +3 -0
- data/lib/tugboat/middleware/list_regions.rb +2 -2
- data/lib/tugboat/middleware/list_sizes.rb +2 -2
- data/lib/tugboat/version.rb +1 -1
- data/license/dependency_decisions.yml +6 -0
- data/spec/cli/authorize_cli_spec.rb +2 -2
- data/spec/cli/create_cli_spec.rb +10 -10
- data/spec/cli/debug_cli_spec.rb +4 -4
- data/spec/cli/destroy_cli_spec.rb +14 -14
- data/spec/cli/destroy_image_cli_spec.rb +8 -8
- data/spec/cli/droplets_cli_spec.rb +13 -13
- data/spec/cli/env_variable_spec.rb +2 -2
- data/spec/cli/halt_cli_spec.rb +15 -15
- data/spec/cli/images_cli_spec.rb +6 -6
- data/spec/cli/info_cli_spec.rb +32 -32
- data/spec/cli/info_image_cli_spec.rb +13 -13
- data/spec/cli/keys_cli_spec.rb +1 -1
- data/spec/cli/password_reset_cli_spec.rb +13 -13
- data/spec/cli/rebuild_cli_spec.rb +48 -48
- data/spec/cli/regions_cli_spec.rb +3 -3
- data/spec/cli/resize_cli_spec.rb +12 -12
- data/spec/cli/restart_cli_spec.rb +12 -12
- data/spec/cli/sizes_cli_spec.rb +2 -2
- data/spec/cli/snapshot_cli_spec.rb +11 -11
- data/spec/cli/ssh_cli_spec.rb +6 -6
- data/spec/cli/start_cli_spec.rb +11 -11
- data/spec/cli/verify_cli_spec.rb +3 -3
- data/spec/cli/wait_cli_spec.rb +11 -11
- data/spec/middleware/check_credentials_spec.rb +1 -1
- data/spec/middleware/inject_client_spec.rb +2 -2
- data/spec/spec_helper.rb +1 -0
- data/tugboat.gemspec +3 -1
- metadata +34 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53af6b8dab5b169828d1fea354de3ff4c5fc29f8
|
4
|
+
data.tar.gz: 77917f984f507d09d2bdc3e10c9c4883798998a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 698a52fba746868a6687d5141620f0a348e0a4d0f4d89a048a863279c8214afdf60ec6c0f5b304b4fde4ae3bf3cff6d2dd2528c6a30369ede443c806db867ab2
|
7
|
+
data.tar.gz: 67b6c1af4dbb8ff02047c9c5a0c4a9294e2f8168ee7f7d89610b9bc91e62633c9dda2fa1d4f7646e507902e5e9aaaca1d6cc9708e115546cbdedb53b077d7c3f
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,449 +1,459 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## [v2.2.
|
4
|
-
[Full Changelog](https://github.com/
|
3
|
+
## [v2.2.4](https://github.com/petems/tugboat/tree/v2.2.4) (2017-03-18)
|
4
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v2.2.3...v2.2.4)
|
5
|
+
|
6
|
+
**Merged pull requests:**
|
7
|
+
|
8
|
+
- Fixes hashie warning for methods [\#264](https://github.com/petems/tugboat/pull/264) ([petems](https://github.com/petems))
|
9
|
+
- Adds `license\_finder` to Gemfile [\#263](https://github.com/petems/tugboat/pull/263) ([petems](https://github.com/petems))
|
10
|
+
- Update Travis Badge [\#262](https://github.com/petems/tugboat/pull/262) ([petems](https://github.com/petems))
|
11
|
+
- Adds THOR\_SHELL mocking environment variable [\#260](https://github.com/petems/tugboat/pull/260) ([petems](https://github.com/petems))
|
12
|
+
|
13
|
+
## [v2.2.3](https://github.com/petems/tugboat/tree/v2.2.3) (2017-03-02)
|
14
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v2.2.2...v2.2.3)
|
5
15
|
|
6
16
|
**Closed issues:**
|
7
17
|
|
8
|
-
- specify configuration file path [\#253](https://github.com/
|
9
|
-
- This compared to doctl? [\#251](https://github.com/
|
10
|
-
- API call to add ssh keys [\#245](https://github.com/
|
11
|
-
- `tugboat create` with options is not picking up default ssh key [\#234](https://github.com/
|
18
|
+
- specify configuration file path [\#253](https://github.com/petems/tugboat/issues/253)
|
19
|
+
- This compared to doctl? [\#251](https://github.com/petems/tugboat/issues/251)
|
20
|
+
- API call to add ssh keys [\#245](https://github.com/petems/tugboat/issues/245)
|
21
|
+
- `tugboat create` with options is not picking up default ssh key [\#234](https://github.com/petems/tugboat/issues/234)
|
12
22
|
|
13
23
|
**Merged pull requests:**
|
14
24
|
|
15
|
-
- Adds 'THOR\_SHELL' env mock for 'DEBUG' spec [\#259](https://github.com/
|
16
|
-
- Adds Rubocop Setup and fixes [\#258](https://github.com/
|
17
|
-
- Moves cucumber dependancy into gemspec [\#257](https://github.com/
|
18
|
-
- Fixes library pinning issues in `.gemspec` [\#256](https://github.com/
|
19
|
-
- Adds rb-readline [\#255](https://github.com/
|
20
|
-
- Adds a note in README about history [\#252](https://github.com/
|
21
|
-
- Update docs for `add-key` [\#246](https://github.com/
|
22
|
-
- Fix rake issue [\#244](https://github.com/
|
23
|
-
- \[doc\] fixing first --porcelain sample in readme [\#243](https://github.com/
|
25
|
+
- Adds 'THOR\_SHELL' env mock for 'DEBUG' spec [\#259](https://github.com/petems/tugboat/pull/259) ([petems](https://github.com/petems))
|
26
|
+
- Adds Rubocop Setup and fixes [\#258](https://github.com/petems/tugboat/pull/258) ([petems](https://github.com/petems))
|
27
|
+
- Moves cucumber dependancy into gemspec [\#257](https://github.com/petems/tugboat/pull/257) ([petems](https://github.com/petems))
|
28
|
+
- Fixes library pinning issues in `.gemspec` [\#256](https://github.com/petems/tugboat/pull/256) ([petems](https://github.com/petems))
|
29
|
+
- Adds rb-readline [\#255](https://github.com/petems/tugboat/pull/255) ([petems](https://github.com/petems))
|
30
|
+
- Adds a note in README about history [\#252](https://github.com/petems/tugboat/pull/252) ([petems](https://github.com/petems))
|
31
|
+
- Update docs for `add-key` [\#246](https://github.com/petems/tugboat/pull/246) ([petems](https://github.com/petems))
|
32
|
+
- Fix rake issue [\#244](https://github.com/petems/tugboat/pull/244) ([petems](https://github.com/petems))
|
33
|
+
- \[doc\] fixing first --porcelain sample in readme [\#243](https://github.com/petems/tugboat/pull/243) ([seeekr](https://github.com/seeekr))
|
24
34
|
|
25
|
-
## [v2.2.2](https://github.com/
|
26
|
-
[Full Changelog](https://github.com/
|
35
|
+
## [v2.2.2](https://github.com/petems/tugboat/tree/v2.2.2) (2016-02-18)
|
36
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v2.2.1...v2.2.2)
|
27
37
|
|
28
38
|
**Merged pull requests:**
|
29
39
|
|
30
|
-
- Changes authorize command to ask for array [\#241](https://github.com/
|
31
|
-
- Fix ssh key id as fixnum [\#240](https://github.com/
|
32
|
-
- Fix ssh wait option [\#239](https://github.com/
|
40
|
+
- Changes authorize command to ask for array [\#241](https://github.com/petems/tugboat/pull/241) ([petems](https://github.com/petems))
|
41
|
+
- Fix ssh key id as fixnum [\#240](https://github.com/petems/tugboat/pull/240) ([petems](https://github.com/petems))
|
42
|
+
- Fix ssh wait option [\#239](https://github.com/petems/tugboat/pull/239) ([petems](https://github.com/petems))
|
33
43
|
|
34
|
-
## [v2.2.1](https://github.com/
|
35
|
-
[Full Changelog](https://github.com/
|
44
|
+
## [v2.2.1](https://github.com/petems/tugboat/tree/v2.2.1) (2016-02-16)
|
45
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v2.2.0...v2.2.1)
|
36
46
|
|
37
47
|
**Merged pull requests:**
|
38
48
|
|
39
|
-
- Update reading config from current directory steps [\#238](https://github.com/
|
40
|
-
- Adds setup for Aruba tests to use VCR [\#237](https://github.com/
|
41
|
-
- Add example .tugboat file [\#236](https://github.com/
|
42
|
-
- Fix to allow setting an array of keys in config [\#235](https://github.com/
|
49
|
+
- Update reading config from current directory steps [\#238](https://github.com/petems/tugboat/pull/238) ([petems](https://github.com/petems))
|
50
|
+
- Adds setup for Aruba tests to use VCR [\#237](https://github.com/petems/tugboat/pull/237) ([petems](https://github.com/petems))
|
51
|
+
- Add example .tugboat file [\#236](https://github.com/petems/tugboat/pull/236) ([petems](https://github.com/petems))
|
52
|
+
- Fix to allow setting an array of keys in config [\#235](https://github.com/petems/tugboat/pull/235) ([petems](https://github.com/petems))
|
43
53
|
|
44
|
-
## [v2.2.0](https://github.com/
|
45
|
-
[Full Changelog](https://github.com/
|
54
|
+
## [v2.2.0](https://github.com/petems/tugboat/tree/v2.2.0) (2016-01-30)
|
55
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v2.1.0...v2.2.0)
|
46
56
|
|
47
57
|
**Merged pull requests:**
|
48
58
|
|
49
|
-
- Configuration support for IPv6 [\#233](https://github.com/
|
50
|
-
- Add Regions to info\_image [\#232](https://github.com/
|
51
|
-
- Install dependencies locally when developing [\#231](https://github.com/
|
52
|
-
- Adds simplecov-console for terminal coverage info [\#229](https://github.com/
|
53
|
-
- Updated simplecov's Multiple Formatters definition [\#228](https://github.com/
|
54
|
-
- Add Bundler.require\(:development\) for default rake tasks [\#227](https://github.com/
|
55
|
-
- Add debug logging [\#226](https://github.com/
|
56
|
-
- Refactor the response.success? into helper [\#225](https://github.com/
|
57
|
-
- Improves wait spec to actually perform wait [\#224](https://github.com/
|
59
|
+
- Configuration support for IPv6 [\#233](https://github.com/petems/tugboat/pull/233) ([petems](https://github.com/petems))
|
60
|
+
- Add Regions to info\_image [\#232](https://github.com/petems/tugboat/pull/232) ([bmamlin](https://github.com/bmamlin))
|
61
|
+
- Install dependencies locally when developing [\#231](https://github.com/petems/tugboat/pull/231) ([else](https://github.com/else))
|
62
|
+
- Adds simplecov-console for terminal coverage info [\#229](https://github.com/petems/tugboat/pull/229) ([petems](https://github.com/petems))
|
63
|
+
- Updated simplecov's Multiple Formatters definition [\#228](https://github.com/petems/tugboat/pull/228) ([jasnow](https://github.com/jasnow))
|
64
|
+
- Add Bundler.require\(:development\) for default rake tasks [\#227](https://github.com/petems/tugboat/pull/227) ([andrehjr](https://github.com/andrehjr))
|
65
|
+
- Add debug logging [\#226](https://github.com/petems/tugboat/pull/226) ([petems](https://github.com/petems))
|
66
|
+
- Refactor the response.success? into helper [\#225](https://github.com/petems/tugboat/pull/225) ([petems](https://github.com/petems))
|
67
|
+
- Improves wait spec to actually perform wait [\#224](https://github.com/petems/tugboat/pull/224) ([petems](https://github.com/petems))
|
58
68
|
|
59
|
-
## [v2.1.0](https://github.com/
|
60
|
-
[Full Changelog](https://github.com/
|
69
|
+
## [v2.1.0](https://github.com/petems/tugboat/tree/v2.1.0) (2015-12-01)
|
70
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v2.0.1...v2.1.0)
|
61
71
|
|
62
72
|
**Implemented enhancements:**
|
63
73
|
|
64
|
-
- --wait option would be useful for ssh [\#133](https://github.com/
|
74
|
+
- --wait option would be useful for ssh [\#133](https://github.com/petems/tugboat/issues/133)
|
65
75
|
|
66
76
|
**Fixed bugs:**
|
67
77
|
|
68
|
-
- Show private ip alongside public ip in droplets list [\#220](https://github.com/
|
69
|
-
- bug in connect [\#211](https://github.com/
|
70
|
-
- Wrong color for successful snapshot creation? [\#209](https://github.com/
|
71
|
-
- Seems to be a limit to the number of retrieved droplets [\#205](https://github.com/
|
72
|
-
- tugboat ssh not using ssh-agent? [\#160](https://github.com/
|
78
|
+
- Show private ip alongside public ip in droplets list [\#220](https://github.com/petems/tugboat/issues/220)
|
79
|
+
- bug in connect [\#211](https://github.com/petems/tugboat/issues/211)
|
80
|
+
- Wrong color for successful snapshot creation? [\#209](https://github.com/petems/tugboat/issues/209)
|
81
|
+
- Seems to be a limit to the number of retrieved droplets [\#205](https://github.com/petems/tugboat/issues/205)
|
82
|
+
- tugboat ssh not using ssh-agent? [\#160](https://github.com/petems/tugboat/issues/160)
|
73
83
|
|
74
84
|
**Closed issues:**
|
75
85
|
|
76
|
-
- 'fuzzy name' message shows up even when full name is used [\#132](https://github.com/
|
86
|
+
- 'fuzzy name' message shows up even when full name is used [\#132](https://github.com/petems/tugboat/issues/132)
|
77
87
|
|
78
88
|
**Merged pull requests:**
|
79
89
|
|
80
|
-
- Add specs to private ip in droplet list fix from \#222 [\#223](https://github.com/
|
81
|
-
- Lock simplecov version [\#222](https://github.com/
|
82
|
-
- Fix showing of private ips when running 'tugboat droplets' [\#221](https://github.com/
|
83
|
-
- Check credentials for all find droplets [\#219](https://github.com/
|
84
|
-
- Fix v2 API changes [\#218](https://github.com/
|
85
|
-
- Fixing error checking with new API 2.0 [\#217](https://github.com/
|
86
|
-
- Changes logic when no ssh\_key\_path has been set [\#216](https://github.com/
|
87
|
-
- Rename features folder [\#215](https://github.com/
|
88
|
-
- Add SSH -w command [\#214](https://github.com/
|
89
|
-
- Changes colour of successful snapshot to green [\#213](https://github.com/
|
90
|
-
- Pagination regression fix for API 2.0 [\#212](https://github.com/
|
91
|
-
- Fixes tests for each help text [\#208](https://github.com/
|
92
|
-
|
93
|
-
## [v2.0.1](https://github.com/
|
94
|
-
[Full Changelog](https://github.com/
|
90
|
+
- Add specs to private ip in droplet list fix from \#222 [\#223](https://github.com/petems/tugboat/pull/223) ([petems](https://github.com/petems))
|
91
|
+
- Lock simplecov version [\#222](https://github.com/petems/tugboat/pull/222) ([petems](https://github.com/petems))
|
92
|
+
- Fix showing of private ips when running 'tugboat droplets' [\#221](https://github.com/petems/tugboat/pull/221) ([mtbottle](https://github.com/mtbottle))
|
93
|
+
- Check credentials for all find droplets [\#219](https://github.com/petems/tugboat/pull/219) ([petems](https://github.com/petems))
|
94
|
+
- Fix v2 API changes [\#218](https://github.com/petems/tugboat/pull/218) ([pchaussalet](https://github.com/pchaussalet))
|
95
|
+
- Fixing error checking with new API 2.0 [\#217](https://github.com/petems/tugboat/pull/217) ([petems](https://github.com/petems))
|
96
|
+
- Changes logic when no ssh\_key\_path has been set [\#216](https://github.com/petems/tugboat/pull/216) ([petems](https://github.com/petems))
|
97
|
+
- Rename features folder [\#215](https://github.com/petems/tugboat/pull/215) ([petems](https://github.com/petems))
|
98
|
+
- Add SSH -w command [\#214](https://github.com/petems/tugboat/pull/214) ([petems](https://github.com/petems))
|
99
|
+
- Changes colour of successful snapshot to green [\#213](https://github.com/petems/tugboat/pull/213) ([petems](https://github.com/petems))
|
100
|
+
- Pagination regression fix for API 2.0 [\#212](https://github.com/petems/tugboat/pull/212) ([petems](https://github.com/petems))
|
101
|
+
- Fixes tests for each help text [\#208](https://github.com/petems/tugboat/pull/208) ([petems](https://github.com/petems))
|
102
|
+
|
103
|
+
## [v2.0.1](https://github.com/petems/tugboat/tree/v2.0.1) (2015-11-10)
|
104
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v2.0.0...v2.0.1)
|
95
105
|
|
96
106
|
**Implemented enhancements:**
|
97
107
|
|
98
|
-
- Setting client\_id and api\_key as environment variables in shell [\#176](https://github.com/
|
99
|
-
- API v2.0 Support [\#122](https://github.com/
|
108
|
+
- Setting client\_id and api\_key as environment variables in shell [\#176](https://github.com/petems/tugboat/issues/176)
|
109
|
+
- API v2.0 Support [\#122](https://github.com/petems/tugboat/issues/122)
|
100
110
|
|
101
111
|
**Fixed bugs:**
|
102
112
|
|
103
|
-
- Slugs don't work [\#204](https://github.com/
|
104
|
-
- New Droplets dont have IP address immediatly, so the info command fails [\#198](https://github.com/
|
113
|
+
- Slugs don't work [\#204](https://github.com/petems/tugboat/issues/204)
|
114
|
+
- New Droplets dont have IP address immediatly, so the info command fails [\#198](https://github.com/petems/tugboat/issues/198)
|
105
115
|
|
106
116
|
**Closed issues:**
|
107
117
|
|
108
|
-
- API 2.0 Release Candidate Guinea Pigs and Feedback [\#182](https://github.com/
|
109
|
-
- API 2.0 Switchover [\#161](https://github.com/
|
110
|
-
- API v2 Support [\#102](https://github.com/
|
118
|
+
- API 2.0 Release Candidate Guinea Pigs and Feedback [\#182](https://github.com/petems/tugboat/issues/182)
|
119
|
+
- API 2.0 Switchover [\#161](https://github.com/petems/tugboat/issues/161)
|
120
|
+
- API v2 Support [\#102](https://github.com/petems/tugboat/issues/102)
|
111
121
|
|
112
122
|
**Merged pull requests:**
|
113
123
|
|
114
|
-
- Fixes format for creating droplets [\#207](https://github.com/
|
115
|
-
- Fixes issue with new machines having no network [\#203](https://github.com/
|
124
|
+
- Fixes format for creating droplets [\#207](https://github.com/petems/tugboat/pull/207) ([petems](https://github.com/petems))
|
125
|
+
- Fixes issue with new machines having no network [\#203](https://github.com/petems/tugboat/pull/203) ([petems](https://github.com/petems))
|
116
126
|
|
117
|
-
## [v2.0.0](https://github.com/
|
118
|
-
[Full Changelog](https://github.com/
|
127
|
+
## [v2.0.0](https://github.com/petems/tugboat/tree/v2.0.0) (2015-11-03)
|
128
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v2.0.0.RC1...v2.0.0)
|
119
129
|
|
120
130
|
**Implemented enhancements:**
|
121
131
|
|
122
|
-
- If a command that requires arguments is entered without arguments, print the help for that. [\#191](https://github.com/
|
123
|
-
- Support traditional `-y` for automatically confirming a destructive action. [\#190](https://github.com/
|
124
|
-
- Allow specification of user data in create command [\#162](https://github.com/
|
125
|
-
- Multiple default SSH keys \(for new droplets\)? [\#142](https://github.com/
|
126
|
-
- tugboat info should show IPv6 address [\#119](https://github.com/
|
127
|
-
- Allow configuring IPv6 in create command [\#118](https://github.com/
|
128
|
-
- Allow resize -s to take a string size rather than ID [\#101](https://github.com/
|
129
|
-
- Machine Readable Flag [\#6](https://github.com/
|
130
|
-
- Gives more specific output for ssh [\#199](https://github.com/
|
131
|
-
- Better help message [\#195](https://github.com/
|
132
|
-
- Add -y flag to skip confirmation [\#194](https://github.com/
|
133
|
-
- Add Min Disk Size to info\_image [\#193](https://github.com/
|
134
|
-
- Add "include\_urls" option to "droplets" command [\#185](https://github.com/
|
135
|
-
- Adds ability to use environment variable for key [\#184](https://github.com/
|
132
|
+
- If a command that requires arguments is entered without arguments, print the help for that. [\#191](https://github.com/petems/tugboat/issues/191)
|
133
|
+
- Support traditional `-y` for automatically confirming a destructive action. [\#190](https://github.com/petems/tugboat/issues/190)
|
134
|
+
- Allow specification of user data in create command [\#162](https://github.com/petems/tugboat/issues/162)
|
135
|
+
- Multiple default SSH keys \(for new droplets\)? [\#142](https://github.com/petems/tugboat/issues/142)
|
136
|
+
- tugboat info should show IPv6 address [\#119](https://github.com/petems/tugboat/issues/119)
|
137
|
+
- Allow configuring IPv6 in create command [\#118](https://github.com/petems/tugboat/issues/118)
|
138
|
+
- Allow resize -s to take a string size rather than ID [\#101](https://github.com/petems/tugboat/issues/101)
|
139
|
+
- Machine Readable Flag [\#6](https://github.com/petems/tugboat/issues/6)
|
140
|
+
- Gives more specific output for ssh [\#199](https://github.com/petems/tugboat/pull/199) ([petems](https://github.com/petems))
|
141
|
+
- Better help message [\#195](https://github.com/petems/tugboat/pull/195) ([petems](https://github.com/petems))
|
142
|
+
- Add -y flag to skip confirmation [\#194](https://github.com/petems/tugboat/pull/194) ([petems](https://github.com/petems))
|
143
|
+
- Add Min Disk Size to info\_image [\#193](https://github.com/petems/tugboat/pull/193) ([bmamlin](https://github.com/bmamlin))
|
144
|
+
- Add "include\_urls" option to "droplets" command [\#185](https://github.com/petems/tugboat/pull/185) ([FreedomBen](https://github.com/FreedomBen))
|
145
|
+
- Adds ability to use environment variable for key [\#184](https://github.com/petems/tugboat/pull/184) ([petems](https://github.com/petems))
|
136
146
|
|
137
147
|
**Fixed bugs:**
|
138
148
|
|
139
|
-
- Ipv6 changes broke ssh [\#192](https://github.com/
|
140
|
-
- tugboat doesn't work with team accounts, because they use api v2 [\#168](https://github.com/
|
141
|
-
- Hacky way to get the ips for find droplet [\#196](https://github.com/
|
149
|
+
- Ipv6 changes broke ssh [\#192](https://github.com/petems/tugboat/issues/192)
|
150
|
+
- tugboat doesn't work with team accounts, because they use api v2 [\#168](https://github.com/petems/tugboat/issues/168)
|
151
|
+
- Hacky way to get the ips for find droplet [\#196](https://github.com/petems/tugboat/pull/196) ([petems](https://github.com/petems))
|
142
152
|
|
143
153
|
**Merged pull requests:**
|
144
154
|
|
145
|
-
- Fixes multiple keys for droplet creation [\#201](https://github.com/
|
146
|
-
- Allow setting user data for droplet creation [\#197](https://github.com/
|
147
|
-
- Adds ability to enable IP6 on new droplets [\#189](https://github.com/
|
148
|
-
- Readme fixes API2 [\#188](https://github.com/
|
149
|
-
- Info droplet API2 changes [\#187](https://github.com/
|
150
|
-
- Fix references to id to slugs [\#186](https://github.com/
|
151
|
-
- Proper 2.0.0 release [\#183](https://github.com/
|
155
|
+
- Fixes multiple keys for droplet creation [\#201](https://github.com/petems/tugboat/pull/201) ([petems](https://github.com/petems))
|
156
|
+
- Allow setting user data for droplet creation [\#197](https://github.com/petems/tugboat/pull/197) ([petems](https://github.com/petems))
|
157
|
+
- Adds ability to enable IP6 on new droplets [\#189](https://github.com/petems/tugboat/pull/189) ([petems](https://github.com/petems))
|
158
|
+
- Readme fixes API2 [\#188](https://github.com/petems/tugboat/pull/188) ([petems](https://github.com/petems))
|
159
|
+
- Info droplet API2 changes [\#187](https://github.com/petems/tugboat/pull/187) ([petems](https://github.com/petems))
|
160
|
+
- Fix references to id to slugs [\#186](https://github.com/petems/tugboat/pull/186) ([petems](https://github.com/petems))
|
161
|
+
- Proper 2.0.0 release [\#183](https://github.com/petems/tugboat/pull/183) ([petems](https://github.com/petems))
|
152
162
|
|
153
|
-
## [v2.0.0.RC1](https://github.com/
|
154
|
-
[Full Changelog](https://github.com/
|
163
|
+
## [v2.0.0.RC1](https://github.com/petems/tugboat/tree/v2.0.0.RC1) (2015-10-20)
|
164
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v1.3.1...v2.0.0.RC1)
|
155
165
|
|
156
166
|
**Closed issues:**
|
157
167
|
|
158
|
-
- Possible to delete an image/snapshot? [\#177](https://github.com/
|
168
|
+
- Possible to delete an image/snapshot? [\#177](https://github.com/petems/tugboat/issues/177)
|
159
169
|
|
160
170
|
**Merged pull requests:**
|
161
171
|
|
162
|
-
- Update gemspec [\#181](https://github.com/
|
163
|
-
- API 2.0 Release Candidate PR [\#180](https://github.com/
|
164
|
-
- Add CLI config spec and slight formatting changes [\#179](https://github.com/
|
165
|
-
- Fix interactive prompt during authorize [\#175](https://github.com/
|
172
|
+
- Update gemspec [\#181](https://github.com/petems/tugboat/pull/181) ([petems](https://github.com/petems))
|
173
|
+
- API 2.0 Release Candidate PR [\#180](https://github.com/petems/tugboat/pull/180) ([petems](https://github.com/petems))
|
174
|
+
- Add CLI config spec and slight formatting changes [\#179](https://github.com/petems/tugboat/pull/179) ([petems](https://github.com/petems))
|
175
|
+
- Fix interactive prompt during authorize [\#175](https://github.com/petems/tugboat/pull/175) ([conorsch](https://github.com/conorsch))
|
166
176
|
|
167
|
-
## [v1.3.1](https://github.com/
|
168
|
-
[Full Changelog](https://github.com/
|
177
|
+
## [v1.3.1](https://github.com/petems/tugboat/tree/v1.3.1) (2015-08-02)
|
178
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v1.3.0...v1.3.1)
|
169
179
|
|
170
180
|
**Closed issues:**
|
171
181
|
|
172
|
-
- Bad documentation string [\#174](https://github.com/
|
182
|
+
- Bad documentation string [\#174](https://github.com/petems/tugboat/issues/174)
|
173
183
|
|
174
184
|
**Merged pull requests:**
|
175
185
|
|
176
|
-
- Removes wrong help messages for `images`. [\#173](https://github.com/
|
186
|
+
- Removes wrong help messages for `images`. [\#173](https://github.com/petems/tugboat/pull/173) ([ream88](https://github.com/ream88))
|
177
187
|
|
178
|
-
## [v1.3.0](https://github.com/
|
179
|
-
[Full Changelog](https://github.com/
|
188
|
+
## [v1.3.0](https://github.com/petems/tugboat/tree/v1.3.0) (2015-07-19)
|
189
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v1.2.0...v1.3.0)
|
180
190
|
|
181
191
|
**Merged pull requests:**
|
182
192
|
|
183
|
-
- Implement single attribute fetcher and porcelain mode for droplet info command [\#170](https://github.com/
|
193
|
+
- Implement single attribute fetcher and porcelain mode for droplet info command [\#170](https://github.com/petems/tugboat/pull/170) ([ethanal](https://github.com/ethanal))
|
184
194
|
|
185
|
-
## [v1.2.0](https://github.com/
|
186
|
-
[Full Changelog](https://github.com/
|
195
|
+
## [v1.2.0](https://github.com/petems/tugboat/tree/v1.2.0) (2015-07-18)
|
196
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v1.1.0...v1.2.0)
|
187
197
|
|
188
198
|
**Fixed bugs:**
|
189
199
|
|
190
|
-
- SSH to Private IP [\#169](https://github.com/
|
200
|
+
- SSH to Private IP [\#169](https://github.com/petems/tugboat/issues/169)
|
191
201
|
|
192
202
|
**Closed issues:**
|
193
203
|
|
194
|
-
- Image list and authorize [\#163](https://github.com/
|
204
|
+
- Image list and authorize [\#163](https://github.com/petems/tugboat/issues/163)
|
195
205
|
|
196
206
|
**Merged pull requests:**
|
197
207
|
|
198
|
-
- Adds flavour text for listing global images [\#167](https://github.com/
|
208
|
+
- Adds flavour text for listing global images [\#167](https://github.com/petems/tugboat/pull/167) ([petems](https://github.com/petems))
|
199
209
|
|
200
|
-
## [v1.1.0](https://github.com/
|
201
|
-
[Full Changelog](https://github.com/
|
210
|
+
## [v1.1.0](https://github.com/petems/tugboat/tree/v1.1.0) (2015-07-18)
|
211
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v1.0.0...v1.1.0)
|
202
212
|
|
203
213
|
**Closed issues:**
|
204
214
|
|
205
|
-
- Unable to bundle to run tugboat from git repo version for testing [\#171](https://github.com/
|
206
|
-
- 1.0.0 Release [\#125](https://github.com/
|
215
|
+
- Unable to bundle to run tugboat from git repo version for testing [\#171](https://github.com/petems/tugboat/issues/171)
|
216
|
+
- 1.0.0 Release [\#125](https://github.com/petems/tugboat/issues/125)
|
207
217
|
|
208
218
|
**Merged pull requests:**
|
209
219
|
|
210
|
-
- Update ssh to private ip [\#172](https://github.com/
|
220
|
+
- Update ssh to private ip [\#172](https://github.com/petems/tugboat/pull/172) ([petems](https://github.com/petems))
|
211
221
|
|
212
|
-
## [v1.0.0](https://github.com/
|
213
|
-
[Full Changelog](https://github.com/
|
222
|
+
## [v1.0.0](https://github.com/petems/tugboat/tree/v1.0.0) (2015-05-26)
|
223
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v0.2.0...v1.0.0)
|
214
224
|
|
215
225
|
**Implemented enhancements:**
|
216
226
|
|
217
|
-
- regions sorting [\#164](https://github.com/
|
218
|
-
- Add support to Destroy Image [\#72](https://github.com/
|
227
|
+
- regions sorting [\#164](https://github.com/petems/tugboat/issues/164)
|
228
|
+
- Add support to Destroy Image [\#72](https://github.com/petems/tugboat/issues/72)
|
219
229
|
|
220
230
|
**Closed issues:**
|
221
231
|
|
222
|
-
- Add Documentation for \#106 [\#153](https://github.com/
|
223
|
-
- Not creating droplet with default ssh key [\#149](https://github.com/
|
224
|
-
- Default image change \(and region load\) [\#148](https://github.com/
|
225
|
-
- Error handling for API error. [\#138](https://github.com/
|
226
|
-
- clarification about add-key [\#136](https://github.com/
|
227
|
-
- --default option for add-key [\#135](https://github.com/
|
228
|
-
- add-key ignores default set in ~/.tugboat [\#134](https://github.com/
|
229
|
-
- root would be a better default username [\#131](https://github.com/
|
230
|
-
- ~ and $HOME fail for key path [\#130](https://github.com/
|
231
|
-
- tugboat images \[OPTIONS\] [\#127](https://github.com/
|
232
|
-
- tugboat create --help actually creates "--help" droplet [\#126](https://github.com/
|
233
|
-
- Action to list all images [\#117](https://github.com/
|
234
|
-
- New API endpoint tests failing on Travis, work fine locally [\#109](https://github.com/
|
235
|
-
- Multiple DO accounts [\#106](https://github.com/
|
236
|
-
- Tilde is not interpreted as the home directory [\#105](https://github.com/
|
237
|
-
- Tugboat Info Should Show Private IP If Exists [\#104](https://github.com/
|
238
|
-
- Default image Id no longer exists [\#98](https://github.com/
|
239
|
-
- list available images [\#97](https://github.com/
|
240
|
-
- waiting for a state is inefficient [\#96](https://github.com/
|
241
|
-
- Unable to run tugboat after installing [\#92](https://github.com/
|
242
|
-
- Rebuild a droplet with a new image [\#66](https://github.com/
|
232
|
+
- Add Documentation for \#106 [\#153](https://github.com/petems/tugboat/issues/153)
|
233
|
+
- Not creating droplet with default ssh key [\#149](https://github.com/petems/tugboat/issues/149)
|
234
|
+
- Default image change \(and region load\) [\#148](https://github.com/petems/tugboat/issues/148)
|
235
|
+
- Error handling for API error. [\#138](https://github.com/petems/tugboat/issues/138)
|
236
|
+
- clarification about add-key [\#136](https://github.com/petems/tugboat/issues/136)
|
237
|
+
- --default option for add-key [\#135](https://github.com/petems/tugboat/issues/135)
|
238
|
+
- add-key ignores default set in ~/.tugboat [\#134](https://github.com/petems/tugboat/issues/134)
|
239
|
+
- root would be a better default username [\#131](https://github.com/petems/tugboat/issues/131)
|
240
|
+
- ~ and $HOME fail for key path [\#130](https://github.com/petems/tugboat/issues/130)
|
241
|
+
- tugboat images \[OPTIONS\] [\#127](https://github.com/petems/tugboat/issues/127)
|
242
|
+
- tugboat create --help actually creates "--help" droplet [\#126](https://github.com/petems/tugboat/issues/126)
|
243
|
+
- Action to list all images [\#117](https://github.com/petems/tugboat/issues/117)
|
244
|
+
- New API endpoint tests failing on Travis, work fine locally [\#109](https://github.com/petems/tugboat/issues/109)
|
245
|
+
- Multiple DO accounts [\#106](https://github.com/petems/tugboat/issues/106)
|
246
|
+
- Tilde is not interpreted as the home directory [\#105](https://github.com/petems/tugboat/issues/105)
|
247
|
+
- Tugboat Info Should Show Private IP If Exists [\#104](https://github.com/petems/tugboat/issues/104)
|
248
|
+
- Default image Id no longer exists [\#98](https://github.com/petems/tugboat/issues/98)
|
249
|
+
- list available images [\#97](https://github.com/petems/tugboat/issues/97)
|
250
|
+
- waiting for a state is inefficient [\#96](https://github.com/petems/tugboat/issues/96)
|
251
|
+
- Unable to run tugboat after installing [\#92](https://github.com/petems/tugboat/issues/92)
|
252
|
+
- Rebuild a droplet with a new image [\#66](https://github.com/petems/tugboat/issues/66)
|
243
253
|
|
244
254
|
**Merged pull requests:**
|
245
255
|
|
246
|
-
- PR \#165 with tests [\#166](https://github.com/
|
247
|
-
- Add docs for \#153 [\#159](https://github.com/
|
248
|
-
- Update prompt text [\#158](https://github.com/
|
249
|
-
- Update docs to clarify add-key command [\#157](https://github.com/
|
250
|
-
- Run cucumber as part of the rake default task [\#156](https://github.com/
|
251
|
-
- Change to expand path from ssh\_key\_path [\#155](https://github.com/
|
252
|
-
- Change default user to 'root' [\#154](https://github.com/
|
253
|
-
- Fixes incorrect link [\#152](https://github.com/
|
254
|
-
- Add config cli method [\#151](https://github.com/
|
255
|
-
- Change to Docker Travis [\#150](https://github.com/
|
256
|
-
- Change the default image and region [\#147](https://github.com/
|
257
|
-
- Resolve the SSH key path later. [\#146](https://github.com/
|
258
|
-
- Add configuration option for using the public IP. [\#145](https://github.com/
|
259
|
-
- Create help [\#143](https://github.com/
|
260
|
-
- Fix typo [\#141](https://github.com/
|
261
|
-
- Fix API key redacting for DEBUG=2 [\#140](https://github.com/
|
262
|
-
- Handle HTML Error responses [\#139](https://github.com/
|
263
|
-
- Changes to URL [\#137](https://github.com/
|
264
|
-
- fix API URL in cli.rb [\#129](https://github.com/
|
265
|
-
- Adds slugs to regions list. [\#121](https://github.com/
|
266
|
-
- Add spec around confirming action with user [\#116](https://github.com/
|
267
|
-
- Transpec fixes [\#114](https://github.com/
|
268
|
-
- Trying to get that Coveralls % higher... [\#113](https://github.com/
|
269
|
-
- Specs for fuzzy matching of images [\#112](https://github.com/
|
270
|
-
- Fix error in 'authorize\_cli\_spec' [\#111](https://github.com/
|
271
|
-
- Enable simplecov HTML formatter and Coveralls [\#110](https://github.com/
|
272
|
-
- Change link for api [\#108](https://github.com/
|
273
|
-
- Display + SSH to private IP [\#107](https://github.com/
|
274
|
-
- Update the link to get v1 API keys in the README. [\#103](https://github.com/
|
275
|
-
- Change the default image [\#100](https://github.com/
|
276
|
-
- Add `\[OPTIONS\]` to images description [\#99](https://github.com/
|
277
|
-
- Add MRI 1.9.2 and 2.1.0 to .travis.yml [\#94](https://github.com/
|
278
|
-
- No more 1.8.7 [\#93](https://github.com/
|
279
|
-
|
280
|
-
## [v0.2.0](https://github.com/
|
281
|
-
[Full Changelog](https://github.com/
|
256
|
+
- PR \#165 with tests [\#166](https://github.com/petems/tugboat/pull/166) ([petems](https://github.com/petems))
|
257
|
+
- Add docs for \#153 [\#159](https://github.com/petems/tugboat/pull/159) ([petems](https://github.com/petems))
|
258
|
+
- Update prompt text [\#158](https://github.com/petems/tugboat/pull/158) ([petems](https://github.com/petems))
|
259
|
+
- Update docs to clarify add-key command [\#157](https://github.com/petems/tugboat/pull/157) ([petems](https://github.com/petems))
|
260
|
+
- Run cucumber as part of the rake default task [\#156](https://github.com/petems/tugboat/pull/156) ([petems](https://github.com/petems))
|
261
|
+
- Change to expand path from ssh\_key\_path [\#155](https://github.com/petems/tugboat/pull/155) ([petems](https://github.com/petems))
|
262
|
+
- Change default user to 'root' [\#154](https://github.com/petems/tugboat/pull/154) ([petems](https://github.com/petems))
|
263
|
+
- Fixes incorrect link [\#152](https://github.com/petems/tugboat/pull/152) ([petems](https://github.com/petems))
|
264
|
+
- Add config cli method [\#151](https://github.com/petems/tugboat/pull/151) ([petems](https://github.com/petems))
|
265
|
+
- Change to Docker Travis [\#150](https://github.com/petems/tugboat/pull/150) ([petems](https://github.com/petems))
|
266
|
+
- Change the default image and region [\#147](https://github.com/petems/tugboat/pull/147) ([JamshedVesuna](https://github.com/JamshedVesuna))
|
267
|
+
- Resolve the SSH key path later. [\#146](https://github.com/petems/tugboat/pull/146) ([Ferada](https://github.com/Ferada))
|
268
|
+
- Add configuration option for using the public IP. [\#145](https://github.com/petems/tugboat/pull/145) ([Ferada](https://github.com/Ferada))
|
269
|
+
- Create help [\#143](https://github.com/petems/tugboat/pull/143) ([wadtech](https://github.com/wadtech))
|
270
|
+
- Fix typo [\#141](https://github.com/petems/tugboat/pull/141) ([seanhussey](https://github.com/seanhussey))
|
271
|
+
- Fix API key redacting for DEBUG=2 [\#140](https://github.com/petems/tugboat/pull/140) ([petems](https://github.com/petems))
|
272
|
+
- Handle HTML Error responses [\#139](https://github.com/petems/tugboat/pull/139) ([petems](https://github.com/petems))
|
273
|
+
- Changes to URL [\#137](https://github.com/petems/tugboat/pull/137) ([petems](https://github.com/petems))
|
274
|
+
- fix API URL in cli.rb [\#129](https://github.com/petems/tugboat/pull/129) ([brandondrew](https://github.com/brandondrew))
|
275
|
+
- Adds slugs to regions list. [\#121](https://github.com/petems/tugboat/pull/121) ([blakelapierre](https://github.com/blakelapierre))
|
276
|
+
- Add spec around confirming action with user [\#116](https://github.com/petems/tugboat/pull/116) ([petems](https://github.com/petems))
|
277
|
+
- Transpec fixes [\#114](https://github.com/petems/tugboat/pull/114) ([petems](https://github.com/petems))
|
278
|
+
- Trying to get that Coveralls % higher... [\#113](https://github.com/petems/tugboat/pull/113) ([petems](https://github.com/petems))
|
279
|
+
- Specs for fuzzy matching of images [\#112](https://github.com/petems/tugboat/pull/112) ([petems](https://github.com/petems))
|
280
|
+
- Fix error in 'authorize\_cli\_spec' [\#111](https://github.com/petems/tugboat/pull/111) ([petems](https://github.com/petems))
|
281
|
+
- Enable simplecov HTML formatter and Coveralls [\#110](https://github.com/petems/tugboat/pull/110) ([petems](https://github.com/petems))
|
282
|
+
- Change link for api [\#108](https://github.com/petems/tugboat/pull/108) ([petems](https://github.com/petems))
|
283
|
+
- Display + SSH to private IP [\#107](https://github.com/petems/tugboat/pull/107) ([WietseWind](https://github.com/WietseWind))
|
284
|
+
- Update the link to get v1 API keys in the README. [\#103](https://github.com/petems/tugboat/pull/103) ([wearhere](https://github.com/wearhere))
|
285
|
+
- Change the default image [\#100](https://github.com/petems/tugboat/pull/100) ([blom](https://github.com/blom))
|
286
|
+
- Add `\[OPTIONS\]` to images description [\#99](https://github.com/petems/tugboat/pull/99) ([blom](https://github.com/blom))
|
287
|
+
- Add MRI 1.9.2 and 2.1.0 to .travis.yml [\#94](https://github.com/petems/tugboat/pull/94) ([blom](https://github.com/blom))
|
288
|
+
- No more 1.8.7 [\#93](https://github.com/petems/tugboat/pull/93) ([blom](https://github.com/blom))
|
289
|
+
|
290
|
+
## [v0.2.0](https://github.com/petems/tugboat/tree/v0.2.0) (2014-02-15)
|
291
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v0.0.9...v0.2.0)
|
282
292
|
|
283
293
|
**Implemented enhancements:**
|
284
294
|
|
285
|
-
- Add a --quiet option [\#86](https://github.com/
|
286
|
-
- Add to homebrew? [\#83](https://github.com/
|
295
|
+
- Add a --quiet option [\#86](https://github.com/petems/tugboat/issues/86)
|
296
|
+
- Add to homebrew? [\#83](https://github.com/petems/tugboat/issues/83)
|
287
297
|
|
288
298
|
**Closed issues:**
|
289
299
|
|
290
|
-
- Droplet create with backups enabled. [\#89](https://github.com/
|
291
|
-
- certificate verify failed [\#84](https://github.com/
|
292
|
-
- Destroy data by default... [\#81](https://github.com/
|
300
|
+
- Droplet create with backups enabled. [\#89](https://github.com/petems/tugboat/issues/89)
|
301
|
+
- certificate verify failed [\#84](https://github.com/petems/tugboat/issues/84)
|
302
|
+
- Destroy data by default... [\#81](https://github.com/petems/tugboat/issues/81)
|
293
303
|
|
294
304
|
**Merged pull requests:**
|
295
305
|
|
296
|
-
- destroy and info command [\#91](https://github.com/
|
297
|
-
- Add rebuild command [\#90](https://github.com/
|
298
|
-
- Fuzzy name searching is now case insensitive [\#88](https://github.com/
|
299
|
-
- global: add a -q/--quiet flag [\#87](https://github.com/
|
300
|
-
- Add backups\_enabled option on droplet creation \(-b true\) [\#82](https://github.com/
|
306
|
+
- destroy and info command [\#91](https://github.com/petems/tugboat/pull/91) ([PierreFrisch](https://github.com/PierreFrisch))
|
307
|
+
- Add rebuild command [\#90](https://github.com/petems/tugboat/pull/90) ([PierreFrisch](https://github.com/PierreFrisch))
|
308
|
+
- Fuzzy name searching is now case insensitive [\#88](https://github.com/petems/tugboat/pull/88) ([Vel0x](https://github.com/Vel0x))
|
309
|
+
- global: add a -q/--quiet flag [\#87](https://github.com/petems/tugboat/pull/87) ([pearkes](https://github.com/pearkes))
|
310
|
+
- Add backups\_enabled option on droplet creation \(-b true\) [\#82](https://github.com/petems/tugboat/pull/82) ([4n3w](https://github.com/4n3w))
|
301
311
|
|
302
|
-
## [v0.0.9](https://github.com/
|
303
|
-
[Full Changelog](https://github.com/
|
312
|
+
## [v0.0.9](https://github.com/petems/tugboat/tree/v0.0.9) (2013-12-24)
|
313
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v0.0.8...v0.0.9)
|
304
314
|
|
305
315
|
**Fixed bugs:**
|
306
316
|
|
307
|
-
- Cannot destroy droplet [\#67](https://github.com/
|
317
|
+
- Cannot destroy droplet [\#67](https://github.com/petems/tugboat/issues/67)
|
308
318
|
|
309
319
|
**Closed issues:**
|
310
320
|
|
311
|
-
- Unable to authorize tugboat [\#79](https://github.com/
|
312
|
-
- Problem with SSL certificate [\#70](https://github.com/
|
313
|
-
- Option to manage SSH keys [\#69](https://github.com/
|
314
|
-
- Enable Private Networking [\#68](https://github.com/
|
315
|
-
- Release 0.0.8 [\#65](https://github.com/
|
316
|
-
- Add SSH key to account [\#60](https://github.com/
|
321
|
+
- Unable to authorize tugboat [\#79](https://github.com/petems/tugboat/issues/79)
|
322
|
+
- Problem with SSL certificate [\#70](https://github.com/petems/tugboat/issues/70)
|
323
|
+
- Option to manage SSH keys [\#69](https://github.com/petems/tugboat/issues/69)
|
324
|
+
- Enable Private Networking [\#68](https://github.com/petems/tugboat/issues/68)
|
325
|
+
- Release 0.0.8 [\#65](https://github.com/petems/tugboat/issues/65)
|
326
|
+
- Add SSH key to account [\#60](https://github.com/petems/tugboat/issues/60)
|
317
327
|
|
318
328
|
**Merged pull requests:**
|
319
329
|
|
320
|
-
- require json at the top to avoid 2.0.0 issues [\#80](https://github.com/
|
321
|
-
- updated default image from 12.04 x64 to 13.04 x64 [\#76](https://github.com/
|
322
|
-
- Add private networking boolean option \(Ex. tugboat create -p true mydrop... [\#75](https://github.com/
|
323
|
-
- Added ssh option for executing commands [\#73](https://github.com/
|
324
|
-
- Upload SSH Key [\#64](https://github.com/
|
330
|
+
- require json at the top to avoid 2.0.0 issues [\#80](https://github.com/petems/tugboat/pull/80) ([pearkes](https://github.com/pearkes))
|
331
|
+
- updated default image from 12.04 x64 to 13.04 x64 [\#76](https://github.com/petems/tugboat/pull/76) ([obradovic](https://github.com/obradovic))
|
332
|
+
- Add private networking boolean option \(Ex. tugboat create -p true mydrop... [\#75](https://github.com/petems/tugboat/pull/75) ([4n3w](https://github.com/4n3w))
|
333
|
+
- Added ssh option for executing commands [\#73](https://github.com/petems/tugboat/pull/73) ([calebreach](https://github.com/calebreach))
|
334
|
+
- Upload SSH Key [\#64](https://github.com/petems/tugboat/pull/64) ([petems](https://github.com/petems))
|
325
335
|
|
326
|
-
## [v0.0.8](https://github.com/
|
327
|
-
[Full Changelog](https://github.com/
|
336
|
+
## [v0.0.8](https://github.com/petems/tugboat/tree/v0.0.8) (2013-09-07)
|
337
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v0.0.7...v0.0.8)
|
328
338
|
|
329
339
|
**Implemented enhancements:**
|
330
340
|
|
331
|
-
- Add ability to set default region [\#56](https://github.com/
|
332
|
-
- Release 0.0.7 [\#54](https://github.com/
|
333
|
-
- Handle 401s more gracefully... [\#53](https://github.com/
|
334
|
-
- Scrub API Keys from Logs [\#42](https://github.com/
|
341
|
+
- Add ability to set default region [\#56](https://github.com/petems/tugboat/issues/56)
|
342
|
+
- Release 0.0.7 [\#54](https://github.com/petems/tugboat/issues/54)
|
343
|
+
- Handle 401s more gracefully... [\#53](https://github.com/petems/tugboat/issues/53)
|
344
|
+
- Scrub API Keys from Logs [\#42](https://github.com/petems/tugboat/issues/42)
|
335
345
|
|
336
346
|
**Fixed bugs:**
|
337
347
|
|
338
|
-
- Handle 401s more gracefully... [\#53](https://github.com/
|
348
|
+
- Handle 401s more gracefully... [\#53](https://github.com/petems/tugboat/issues/53)
|
339
349
|
|
340
350
|
**Closed issues:**
|
341
351
|
|
342
|
-
- "undefined method `each' for nil:NilClass" in every endpoint [\#52](https://github.com/
|
352
|
+
- "undefined method `each' for nil:NilClass" in every endpoint [\#52](https://github.com/petems/tugboat/issues/52)
|
343
353
|
|
344
354
|
**Merged pull requests:**
|
345
355
|
|
346
|
-
- Faraday: Improve Error Messages [\#62](https://github.com/
|
347
|
-
- Default droplet options [\#61](https://github.com/
|
348
|
-
- Custom logging to filter logs [\#58](https://github.com/
|
349
|
-
- Reset colors [\#57](https://github.com/
|
350
|
-
- Custom faraday and verify method [\#55](https://github.com/
|
356
|
+
- Faraday: Improve Error Messages [\#62](https://github.com/petems/tugboat/pull/62) ([pearkes](https://github.com/pearkes))
|
357
|
+
- Default droplet options [\#61](https://github.com/petems/tugboat/pull/61) ([petems](https://github.com/petems))
|
358
|
+
- Custom logging to filter logs [\#58](https://github.com/petems/tugboat/pull/58) ([petems](https://github.com/petems))
|
359
|
+
- Reset colors [\#57](https://github.com/petems/tugboat/pull/57) ([blom](https://github.com/blom))
|
360
|
+
- Custom faraday and verify method [\#55](https://github.com/petems/tugboat/pull/55) ([petems](https://github.com/petems))
|
351
361
|
|
352
|
-
## [v0.0.7](https://github.com/
|
353
|
-
[Full Changelog](https://github.com/
|
362
|
+
## [v0.0.7](https://github.com/petems/tugboat/tree/v0.0.7) (2013-07-10)
|
363
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v0.0.6...v0.0.7)
|
354
364
|
|
355
365
|
**Closed issues:**
|
356
366
|
|
357
|
-
- New release? [\#47](https://github.com/
|
358
|
-
- tugboat authorize says I must run... authorize [\#41](https://github.com/
|
367
|
+
- New release? [\#47](https://github.com/petems/tugboat/issues/47)
|
368
|
+
- tugboat authorize says I must run... authorize [\#41](https://github.com/petems/tugboat/issues/41)
|
359
369
|
|
360
370
|
**Merged pull requests:**
|
361
371
|
|
362
|
-
- Add response for no images found \(my-images filter\) [\#49](https://github.com/
|
363
|
-
- Add response for no droplets found [\#48](https://github.com/
|
372
|
+
- Add response for no images found \(my-images filter\) [\#49](https://github.com/petems/tugboat/pull/49) ([petems](https://github.com/petems))
|
373
|
+
- Add response for no droplets found [\#48](https://github.com/petems/tugboat/pull/48) ([petems](https://github.com/petems))
|
364
374
|
|
365
|
-
## [v0.0.6](https://github.com/
|
366
|
-
[Full Changelog](https://github.com/
|
375
|
+
## [v0.0.6](https://github.com/petems/tugboat/tree/v0.0.6) (2013-06-25)
|
376
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v0.0.5...v0.0.6)
|
367
377
|
|
368
378
|
**Implemented enhancements:**
|
369
379
|
|
370
|
-
- "Wait" Tool [\#44](https://github.com/
|
380
|
+
- "Wait" Tool [\#44](https://github.com/petems/tugboat/issues/44)
|
371
381
|
|
372
382
|
**Closed issues:**
|
373
383
|
|
374
|
-
- Error: Faraday::Error::ParsingError n-1.6.7/lib/json/common.rb:149:in `parse': 757 [\#37](https://github.com/
|
375
|
-
- Release 0.0.5 [\#29](https://github.com/
|
384
|
+
- Error: Faraday::Error::ParsingError n-1.6.7/lib/json/common.rb:149:in `parse': 757 [\#37](https://github.com/petems/tugboat/issues/37)
|
385
|
+
- Release 0.0.5 [\#29](https://github.com/petems/tugboat/issues/29)
|
376
386
|
|
377
387
|
**Merged pull requests:**
|
378
388
|
|
379
|
-
- Wait [\#46](https://github.com/
|
380
|
-
- Add a password reset command [\#45](https://github.com/
|
381
|
-
- README: bring command documentation up to date [\#43](https://github.com/
|
382
|
-
- Add a resize command [\#40](https://github.com/
|
383
|
-
- Update the defaults for droplet creation [\#39](https://github.com/
|
384
|
-
- Add a --ssh-opts option to the ssh command [\#38](https://github.com/
|
385
|
-
- Add some tests for the help command [\#36](https://github.com/
|
386
|
-
- Dry up the specs a bit [\#35](https://github.com/
|
387
|
-
- Adjust the Coveralls configuration [\#34](https://github.com/
|
388
|
-
- Run specs in a random order [\#33](https://github.com/
|
389
|
-
- Add coveralls.io support [\#32](https://github.com/
|
390
|
-
- Droplet State Checks [\#31](https://github.com/
|
391
|
-
- Add a start command [\#30](https://github.com/
|
392
|
-
|
393
|
-
## [v0.0.5](https://github.com/
|
394
|
-
[Full Changelog](https://github.com/
|
389
|
+
- Wait [\#46](https://github.com/petems/tugboat/pull/46) ([pearkes](https://github.com/pearkes))
|
390
|
+
- Add a password reset command [\#45](https://github.com/petems/tugboat/pull/45) ([blom](https://github.com/blom))
|
391
|
+
- README: bring command documentation up to date [\#43](https://github.com/petems/tugboat/pull/43) ([pearkes](https://github.com/pearkes))
|
392
|
+
- Add a resize command [\#40](https://github.com/petems/tugboat/pull/40) ([blom](https://github.com/blom))
|
393
|
+
- Update the defaults for droplet creation [\#39](https://github.com/petems/tugboat/pull/39) ([pearkes](https://github.com/pearkes))
|
394
|
+
- Add a --ssh-opts option to the ssh command [\#38](https://github.com/petems/tugboat/pull/38) ([blom](https://github.com/blom))
|
395
|
+
- Add some tests for the help command [\#36](https://github.com/petems/tugboat/pull/36) ([blom](https://github.com/blom))
|
396
|
+
- Dry up the specs a bit [\#35](https://github.com/petems/tugboat/pull/35) ([blom](https://github.com/blom))
|
397
|
+
- Adjust the Coveralls configuration [\#34](https://github.com/petems/tugboat/pull/34) ([blom](https://github.com/blom))
|
398
|
+
- Run specs in a random order [\#33](https://github.com/petems/tugboat/pull/33) ([blom](https://github.com/blom))
|
399
|
+
- Add coveralls.io support [\#32](https://github.com/petems/tugboat/pull/32) ([pearkes](https://github.com/pearkes))
|
400
|
+
- Droplet State Checks [\#31](https://github.com/petems/tugboat/pull/31) ([pearkes](https://github.com/pearkes))
|
401
|
+
- Add a start command [\#30](https://github.com/petems/tugboat/pull/30) ([blom](https://github.com/blom))
|
402
|
+
|
403
|
+
## [v0.0.5](https://github.com/petems/tugboat/tree/v0.0.5) (2013-05-04)
|
404
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v0.0.4...v0.0.5)
|
395
405
|
|
396
406
|
**Fixed bugs:**
|
397
407
|
|
398
|
-
- Return Proper Exit Codes [\#3](https://github.com/
|
408
|
+
- Return Proper Exit Codes [\#3](https://github.com/petems/tugboat/issues/3)
|
399
409
|
|
400
410
|
**Closed issues:**
|
401
411
|
|
402
|
-
- pass through ssh commands [\#26](https://github.com/
|
403
|
-
- Supporting MRI 1.8.7 [\#20](https://github.com/
|
404
|
-
- Add a command to list regions [\#17](https://github.com/
|
412
|
+
- pass through ssh commands [\#26](https://github.com/petems/tugboat/issues/26)
|
413
|
+
- Supporting MRI 1.8.7 [\#20](https://github.com/petems/tugboat/issues/20)
|
414
|
+
- Add a command to list regions [\#17](https://github.com/petems/tugboat/issues/17)
|
405
415
|
|
406
416
|
**Merged pull requests:**
|
407
417
|
|
408
|
-
- Stub out Kernel.exec for testing the options sent to SSH. [\#28](https://github.com/
|
409
|
-
- Add a power option to halt and restart [\#27](https://github.com/
|
410
|
-
- Add an initial spec for the ssh command [\#24](https://github.com/
|
411
|
-
- Add an ssh\_user option to the ssh command [\#23](https://github.com/
|
412
|
-
- Support MRI 1.8.7 [\#22](https://github.com/
|
413
|
-
- Status Codes [\#21](https://github.com/
|
414
|
-
- Add a sizes command [\#19](https://github.com/
|
415
|
-
- Add a regions command [\#18](https://github.com/
|
416
|
-
- Add .travis.yml [\#16](https://github.com/
|
418
|
+
- Stub out Kernel.exec for testing the options sent to SSH. [\#28](https://github.com/petems/tugboat/pull/28) ([pearkes](https://github.com/pearkes))
|
419
|
+
- Add a power option to halt and restart [\#27](https://github.com/petems/tugboat/pull/27) ([blom](https://github.com/blom))
|
420
|
+
- Add an initial spec for the ssh command [\#24](https://github.com/petems/tugboat/pull/24) ([blom](https://github.com/blom))
|
421
|
+
- Add an ssh\_user option to the ssh command [\#23](https://github.com/petems/tugboat/pull/23) ([blom](https://github.com/blom))
|
422
|
+
- Support MRI 1.8.7 [\#22](https://github.com/petems/tugboat/pull/22) ([blom](https://github.com/blom))
|
423
|
+
- Status Codes [\#21](https://github.com/petems/tugboat/pull/21) ([pearkes](https://github.com/pearkes))
|
424
|
+
- Add a sizes command [\#19](https://github.com/petems/tugboat/pull/19) ([blom](https://github.com/blom))
|
425
|
+
- Add a regions command [\#18](https://github.com/petems/tugboat/pull/18) ([blom](https://github.com/blom))
|
426
|
+
- Add .travis.yml [\#16](https://github.com/petems/tugboat/pull/16) ([blom](https://github.com/blom))
|
417
427
|
|
418
|
-
## [v0.0.4](https://github.com/
|
419
|
-
[Full Changelog](https://github.com/
|
428
|
+
## [v0.0.4](https://github.com/petems/tugboat/tree/v0.0.4) (2013-04-23)
|
429
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v0.0.3...v0.0.4)
|
420
430
|
|
421
431
|
**Implemented enhancements:**
|
422
432
|
|
423
|
-
- Disable Confirmations Flag [\#7](https://github.com/
|
424
|
-
- Add command to check for version [\#2](https://github.com/
|
433
|
+
- Disable Confirmations Flag [\#7](https://github.com/petems/tugboat/issues/7)
|
434
|
+
- Add command to check for version [\#2](https://github.com/petems/tugboat/issues/2)
|
425
435
|
|
426
436
|
**Closed issues:**
|
427
437
|
|
428
|
-
- Allow configurable SSH port [\#12](https://github.com/
|
429
|
-
- cli.rb:175: syntax error, unexpected '\)', expecting '=' \(SyntaxError\) [\#10](https://github.com/
|
430
|
-
- Destroy droplet without confirmation [\#9](https://github.com/
|
431
|
-
- Unable to authorise [\#8](https://github.com/
|
438
|
+
- Allow configurable SSH port [\#12](https://github.com/petems/tugboat/issues/12)
|
439
|
+
- cli.rb:175: syntax error, unexpected '\)', expecting '=' \(SyntaxError\) [\#10](https://github.com/petems/tugboat/issues/10)
|
440
|
+
- Destroy droplet without confirmation [\#9](https://github.com/petems/tugboat/issues/9)
|
441
|
+
- Unable to authorise [\#8](https://github.com/petems/tugboat/issues/8)
|
432
442
|
|
433
443
|
**Merged pull requests:**
|
434
444
|
|
435
|
-
- All of the specs [\#15](https://github.com/
|
436
|
-
- Add a version command [\#14](https://github.com/
|
437
|
-
- Allow options for custom ssh port [\#13](https://github.com/
|
445
|
+
- All of the specs [\#15](https://github.com/petems/tugboat/pull/15) ([pearkes](https://github.com/pearkes))
|
446
|
+
- Add a version command [\#14](https://github.com/petems/tugboat/pull/14) ([blom](https://github.com/blom))
|
447
|
+
- Allow options for custom ssh port [\#13](https://github.com/petems/tugboat/pull/13) ([PhilETaylor](https://github.com/PhilETaylor))
|
438
448
|
|
439
|
-
## [v0.0.3](https://github.com/
|
440
|
-
[Full Changelog](https://github.com/
|
449
|
+
## [v0.0.3](https://github.com/petems/tugboat/tree/v0.0.3) (2013-04-15)
|
450
|
+
[Full Changelog](https://github.com/petems/tugboat/compare/v0.0.2...v0.0.3)
|
441
451
|
|
442
452
|
**Fixed bugs:**
|
443
453
|
|
444
|
-
- Specifying ID on FindDroplet Breaks [\#1](https://github.com/
|
454
|
+
- Specifying ID on FindDroplet Breaks [\#1](https://github.com/petems/tugboat/issues/1)
|
445
455
|
|
446
|
-
## [v0.0.2](https://github.com/
|
456
|
+
## [v0.0.2](https://github.com/petems/tugboat/tree/v0.0.2) (2013-04-14)
|
447
457
|
|
448
458
|
|
449
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
459
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|