Skip to content

Commit

Permalink
Preparation for v0.0.6 release
Browse files Browse the repository at this point in the history
Updated docs and metadata info.
  • Loading branch information
abrader committed Feb 24, 2015
1 parent e01361a commit a3de45f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
##2015-02-24 - Release 0.0.6
###Summary

This release has many new parameters enabling the ability to set different triggers for webhooks on GitLab and disabling ssl checks on GitHub. Minor cleanup as well.

The [README](https://github.com/abrader/abrader-gms/blob/master/README.md) has been updated to include the usage notes for these parameters.

####Features
- New parameters - `GitLab`
- `merge_request_events`
- `tag_push_events`
- `issue_events`
- New parameters - `GitHub`
- `disable_ssl_verify`
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,24 @@ git_webhook { 'web_post_receive_webhook' :
}
```

--
## Limited use access tokens (GitHub only)

By heading over the following link:

[Create a GitHub Access Token](https://github.com/settings/tokens/new)

You should see a screen that resembles something like the following image:

![alt text](https://github.com/abrader/abrader-gms/raw/master/github_new_token.png "GitHub Access Token")

By highlighting **only** the following options:

* write:repo_hook
* read:repo_hook
* admin:repo_hook

You are limiting this token to only be able to manage webhooks. This may be very beneficial to you if the current tokens available to you entitle too much access. Ultimately, you are puppetizing webhook creation, limiting scope of the token capability only makes sense.



--
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abrader-gms",
"version": "0.0.5",
"version": "0.0.6",
"author": "Andrew Brader",
"summary": "Git Management Systems API Types & Providers",
"license": "Apache-2.0",
Expand Down

0 comments on commit a3de45f

Please sign in to comment.