Skip to content

Commit

Permalink
1.0.0 beta 4 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mediocretes committed Oct 5, 2016
1 parent 56aa7d5 commit c6ccd90
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### 1.0.0 beta 4 [Oct 5, 2016]
* Added a task to make yanking old versions (looking at you, beta3) easier
* Filtered out default databases in postgresql configuration
* Made multi-server configuration smarter for nginx and redis

### 1.0.0 beta 3 [Oct 4, 2016]
* Made packages no longer auto-start
* No longer automatically picks up config file changes, instead waits for explicit restart
Expand Down
2 changes: 1 addition & 1 deletion chef/instrumentald/attributes/default.rb
@@ -1,7 +1,7 @@
default[:instrumental] = {}
default[:instrumental][:project_token] = "YOUR_PROJECT_TOKEN"

default[:instrumental][:version] = "1.0.0beta3"
default[:instrumental][:version] = "1.0.0beta4"
default[:instrumental][:repo] = "https://s3.amazonaws.com/instrumentald"

default[:instrumental][:curl_path] = "/usr/bin/curl"
Expand Down
2 changes: 1 addition & 1 deletion lib/instrumentald/version.rb
@@ -1,3 +1,3 @@
module Instrumentald
VERSION = "1.0.0beta3"
VERSION = "1.0.0beta4"
end
2 changes: 1 addition & 1 deletion puppet/instrumentald/metadata.json
@@ -1,6 +1,6 @@
{
"name": "instrumental-instrumentald",
"version": "1.0.0beta3",
"version": "1.0.0beta4",
"author": "Expected Behavior",
"license": "MIT",
"source": "https://github.com/instrumental/instrumentald",
Expand Down

0 comments on commit c6ccd90

Please sign in to comment.