File tree Expand file tree Collapse file tree 5 files changed +38
-3
lines changed Expand file tree Collapse file tree 5 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 9
9
# Berkshelf
10
10
.vagrant
11
11
/cookbooks
12
- Berksfile.lock
12
+ # Berksfile.lock
13
13
14
14
# Bundler
15
15
Gemfile.lock
Original file line number Diff line number Diff line change
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)
Original file line number Diff line number Diff line change 1
1
##CHANGE LOG
2
2
---
3
3
4
+ ## 1.2.1 - 04/15/2017 - Levon Becker
5
+ * Added Berksfile.lock to lock in the tested dependant cookbooks versions.
6
+
4
7
## 1.2.0 - 04/15/2017 - Levon Becker - [ Issue 24] ( https://github.com/bonusbits/bonusbits_mediawiki_nginx/issues/24 )
5
8
* Moved nodeinfo to /usr/local/bin/
6
9
* Added kitchen docker configure that works with amazonlinux image
Original file line number Diff line number Diff line change 1
1
FROM amazonlinux:latest
2
2
MAINTAINER Levon Becker "levon.docker@bonusbits.com"
3
3
ENTRYPOINT ["/bin/bash" ]
4
- LABEL version="1.2.0 " \
4
+ LABEL version="1.2.1 " \
5
5
description="Amazon Linux Image built from bonusbits_mediawiki_nginx cookbook." \
6
6
github="https://github.com/bonusbits/bonusbits_mediawiki_nginx" \
7
7
website="https://www.bonusbits.com"
Original file line number Diff line number Diff line change 4
4
license 'MIT'
5
5
description 'Deploy Mediawiki on Amazon Linux running Nginx and Php-Fpm'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '1.2.0 '
7
+ version '1.2.1 '
8
8
chef_version '~> 12.5' if respond_to? ( :chef_version )
9
9
issues_url 'https://github.com/bonusbits/bonusbits_mediawiki_nginx/issues'
10
10
source_url 'https://github.com/bonusbits/bonusbits_mediawiki_nginx'
You can’t perform that action at this time.
0 commit comments