Skip to content

Commit

Permalink
readme/changelog updates for 0.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pearkes committed Sep 7, 2013
1 parent 9e23974 commit af26f1e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
## 0.0.7 (unreleased)
## 0.0.8 (Unreleased)

FEATURES:

- [Pete](https://github.com/petems) added configuration defaults
that you can set. [GH-61]
- [Pete](https://github.com/petems) added log filtering to debug output.
`DEBUG=1` now gives you filtered logs, `DEBUG=2`, raw. [GH-58]

IMPROVEMENTS:

- Error messages are now caught at the Faraday level and displayed
back to the user.

BUG FIXES:

- [Ørjan](https://github.com/blom) added a color reset on the `list`
command. [GH-57]

## 0.0.7 (August 2, 2013)

IMPROVEMENTS:

- [Pete](https://github.com/petems) made it clearer to the user
if they don't have any droplets or images. [GH-48], [GH-49]

Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ Run the configuration utility, `tugboat authorize`. You can grab your keys
Enter your SSH key path (optional, defaults to ~/.ssh/id_rsa):
Enter your SSH user (optional, defaults to jack):
Enter your SSH port number (optional, defaults to 22):

To retrieve region, image, size and key ID's, you can use the corresponding tugboat command, such as `tugboat images`.
Defaults can be changed at any time in your ~/.tugboat configuration file.

Enter your default region ID (optional, defaults to 1 (New York)):
Enter your default image ID (optional, defaults to 284203 (Ubuntu 12.04 x64)):
Enter your default size ID (optional, defaults to 66 (512MB)):
Enter your default ssh key ID (optional, defaults to none):

Authentication with DigitalOcean was successful!

## Usage
Expand Down Expand Up @@ -180,6 +189,15 @@ For a complete overview of all of the available commands, run:

$ tugboat help

## Reporting Bugs

Yes, please!

It's very helpful if you can run `DEBUG=1 tugboat ...` with the command
that is causing you issues, and then include that in the issue.

You can create a new issue [here](https://github.com/pearkes/tugboat/issues/new). Thank you!

## Contributing

See the [contributing guide](CONTRIBUTING.md).
Expand Down

0 comments on commit af26f1e

Please sign in to comment.