Skip to content

Commit 2e23eae

Browse files
committed
1.2.1 - Read Changelog
1 parent fd21369 commit 2e23eae

File tree

5 files changed

+38
-3
lines changed

5 files changed

+38
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pkg/
99
# Berkshelf
1010
.vagrant
1111
/cookbooks
12-
Berksfile.lock
12+
#Berksfile.lock
1313

1414
# Bundler
1515
Gemfile.lock

Berksfile.lock

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
DEPENDENCIES
2+
bonusbits_base
3+
git: https://github.com/bonusbits/bonusbits_base.git
4+
revision: 600cbc653bfa52c812907fff2d8a671cb530ebcd
5+
bonusbits_library
6+
git: https://github.com/bonusbits/bonusbits_library.git
7+
revision: 587cd0b18aed3a32ddce0c10cfddefab3defa1e6
8+
bonusbits_mediawiki_nginx
9+
path: .
10+
metadata: true
11+
12+
GRAPH
13+
apt (6.1.0)
14+
audit (3.0.0)
15+
compat_resource (>= 0.0.0)
16+
bonusbits_base (2.1.9)
17+
apt (>= 0.0.0)
18+
audit (>= 0.0.0)
19+
bonusbits_library (>= 0.0.0)
20+
selinux (>= 0.0.0)
21+
windows (>= 0.0.0)
22+
yum-epel (>= 0.0.0)
23+
bonusbits_library (1.0.9)
24+
bonusbits_mediawiki_nginx (1.2.0)
25+
bonusbits_base (>= 0.0.0)
26+
compat_resource (12.16.3)
27+
ohai (5.0.3)
28+
selinux (1.0.3)
29+
windows (3.0.5)
30+
ohai (>= 4.0.0)
31+
yum-epel (2.1.1)
32+
compat_resource (>= 12.16.3)

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
##CHANGE LOG
22
---
33

4+
## 1.2.1 - 04/15/2017 - Levon Becker
5+
* Added Berksfile.lock to lock in the tested dependant cookbooks versions.
6+
47
## 1.2.0 - 04/15/2017 - Levon Becker - [Issue 24](https://github.com/bonusbits/bonusbits_mediawiki_nginx/issues/24)
58
* Moved nodeinfo to /usr/local/bin/
69
* Added kitchen docker configure that works with amazonlinux image

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM amazonlinux:latest
22
MAINTAINER Levon Becker "levon.docker@bonusbits.com"
33
ENTRYPOINT ["/bin/bash"]
4-
LABEL version="1.2.0" \
4+
LABEL version="1.2.1" \
55
description="Amazon Linux Image built from bonusbits_mediawiki_nginx cookbook." \
66
github="https://github.com/bonusbits/bonusbits_mediawiki_nginx" \
77
website="https://www.bonusbits.com"

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'MIT'
55
description 'Deploy Mediawiki on Amazon Linux running Nginx and Php-Fpm'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '1.2.0'
7+
version '1.2.1'
88
chef_version '~> 12.5' if respond_to?(:chef_version)
99
issues_url 'https://github.com/bonusbits/bonusbits_mediawiki_nginx/issues'
1010
source_url 'https://github.com/bonusbits/bonusbits_mediawiki_nginx'

0 commit comments

Comments
 (0)