Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mediocretes committed Aug 30, 2018
1 parent 9b3f813 commit 47363a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
### 1.1.0 [August 30 1, 2018]
* Correct version config in the postgresql_extensible section to improve postgresql 10 compatibility

### 1.1.0 [August 1, 2017]
* Upgrade Telegraf to 1.2.1 to prevent MacOS crash bug
* Fix systemd script when installing from debs, and other systemd fixes
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.1.0"
default[:instrumental][:version] = "1.1.1"
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.1.0"
VERSION = "1.1.1"
end
2 changes: 1 addition & 1 deletion puppet/instrumentald/metadata.json
@@ -1,6 +1,6 @@
{
"name": "instrumental-instrumentald",
"version": "1.1.0",
"version": "1.1.1",
"author": "Expected Behavior",
"license": "MIT",
"source": "https://github.com/instrumental/instrumentald",
Expand Down

0 comments on commit 47363a0

Please sign in to comment.