Skip to content

Commit 2cd4e1f

Browse files
committed
Upgrade Mattermost cookbook to support v4.9.2
- Close #26
1 parent 458ab31 commit 2cd4e1f

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file is used to list changes made in each version of the Mattermost cookbook.
44

5+
## v1.6.9 (2018.05.14)
6+
7+
- [#26](https://github.com/ist-dsi/mattermost-cookbook/issues/24) Update settings for Mattermost 4.9.2
8+
59
## v1.6.8 (2018.04.17)
610

711
- [#24](https://github.com/ist-dsi/mattermost-cookbook/issues/24) Update settings for Mattermost 4.9.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This cookbook installs and configures Mattermost, the opensource Slack alternati
1212

1313
| Mattermost Version | Cookbook Version |
1414
|:------------------:|:----------------:|
15-
| 4.9.0 | v1.6.8 |
15+
| 4.9.2 | v1.6.9 |
1616
| 4.8.1 | v1.6.7 |
1717
| 4.7.3 | v1.6.5 |
1818
| 4.6.0 | v1.6.3 |

attributes/mattermost.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
default['mattermost']['package'] = {
2-
'url' => 'https://releases.mattermost.com/4.9.0/mattermost-4.9.0-linux-amd64.tar.gz',
3-
'checksum' => '484cdaec10a854366390d257f905279d66fe19f301c6a3065381773530ecaa5d',
2+
'url' => 'https://releases.mattermost.com/4.9.2/mattermost-4.9.2-linux-amd64.tar.gz',
3+
'checksum' => '51cc30502eb1ae84742098db26c22bdfb464849bfdd8b3597d950e389f090839',
44
}
55

66
default['mattermost']['config'] = {

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name 'mattermost-cookbook'
22
license 'Apache-2.0'
3-
version '1.6.8'
3+
version '1.6.9'
44

55
chef_version '>= 12.19'
66

spec/default_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
it 'downloads and extracts ark' do
1111
expect(chef_run).to put_ark('mattermost').with(
12-
url: 'https://releases.mattermost.com/4.9.0/mattermost-4.9.0-linux-amd64.tar.gz',
13-
checksum: '484cdaec10a854366390d257f905279d66fe19f301c6a3065381773530ecaa5d',
12+
url: 'https://releases.mattermost.com/4.9.2/mattermost-4.9.2-linux-amd64.tar.gz',
13+
checksum: '51cc30502eb1ae84742098db26c22bdfb464849bfdd8b3597d950e389f090839',
1414
path: '/opt',
1515
owner: 'mattermost'
1616
)

0 commit comments

Comments
 (0)