This repository was archived by the owner on Aug 29, 2018. It is now read-only.
File tree 3 files changed +27
-2
lines changed
3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 4.1.3
5
+ -----
6
+
7
+ 2015-05-19
8
+
9
+ * Adding option for proxy_ports_per_gear
10
+ * Modify the OpenShift logging and metrics file
11
+ * Add dependency for file resource '/etc/openshift/logshifter.conf'
12
+ * Double quotes instead of escaped singles for exec 'regen node routes'
13
+ * Add oo-admin-yum-validator for OSE installs
14
+ * Add syslog configuration
15
+ * Update mcollective-client.cfg.erb
16
+ * Package httpd should be installed first
17
+ * Add extra district, zone and region options
18
+ * Clean up to avoid unnecessary notices and service restarts
19
+ * Remove unnecessary packages from puppet management
20
+ * Add support for USE_PREDICTABLE_GEAR_UUIDS
21
+ * Add puppetlabs-concat < 2.0.0 dependency as workaround for puppetlabs-haproxy
22
+ < 2.0.0 dependency resolution issues
23
+
4
24
4.1.2
5
25
-----
6
26
Original file line number Diff line number Diff line change 1
1
name ' openshift-openshift_origin'
2
- version ' 4.1.2 '
2
+ version ' 4.1.3 '
3
3
author ' Mojo Lingo, Red Hat'
4
4
license ' Apache-2.0'
5
5
project_page ' https://github.com/openshift/puppet-openshift_origin'
@@ -10,6 +10,7 @@ dependency 'puppetlabs/java_ks', '>=1.2.5'
10
10
dependency ' rharrison/lokkit' , ' >=0.2.0'
11
11
dependency ' puppetlabs/ntp' , ' >=0.1.0'
12
12
dependency ' puppetlabs/stdlib' , ' >=4.3.2'
13
+ dependency ' puppetlabs/concat' , ' <2.0.0'
13
14
dependency ' blentz/selinux_types' , ' >=0.1.0'
14
15
dependency ' puppetlabs/haproxy' , ' >=0.4.1'
15
16
dependency ' arioch/keepalived' , ' >=0.0.10'
Original file line number Diff line number Diff line change 24
24
}
25
25
],
26
26
"name" : " openshift-openshift_origin" ,
27
- "version" : " 4.1.2 " ,
27
+ "version" : " 4.1.3 " ,
28
28
"source" : " git://github.com/openshift/puppet-openshift_origin.git" ,
29
29
"author" : " Mojo Lingo, Red Hat" ,
30
30
"license" : " Apache-2.0" ,
59
59
{
60
60
"name" : " duritong/sysctl" ,
61
61
"version_requirement" : " >=0.0.6"
62
+ },
63
+ {
64
+ "name" : " puppetlabs/concat" ,
65
+ "version_requirement" : " <2.0.0"
62
66
}
63
67
]
64
68
}
You can’t perform that action at this time.
0 commit comments