|
1 |
| -###2.8.0 |
| 1 | +### 2.8.1 |
| 2 | + |
| 3 | +* Add support for Java '8u131' |
| 4 | +* Tested on Ubuntu 17.04 and SuSE 12 SP2 |
| 5 | + |
| 6 | +### 2.8.0 |
2 | 7 |
|
3 | 8 | * Add support for Java '8u121'
|
4 | 9 | * Ease the installation of new Java SE releases using optional parameters (without updating the module)
|
|
8 | 13 | - `custom_download_url`: renamed to `download_url` and complemented by a new `filename` parameter
|
9 | 14 | - `custom_checksum`: renamed to `checksum`
|
10 | 15 |
|
11 |
| -###2.7.4 |
| 16 | +### 2.7.4 |
12 | 17 |
|
13 | 18 | * Add proxy support via new parameters `proxy_server` and `proxy_type`
|
14 | 19 | * Replace or remove calls to deprecated `validate_*` stdlib functions
|
15 | 20 |
|
16 |
| -###2.7.3 |
| 21 | +### 2.7.3 |
17 | 22 |
|
18 | 23 | * Unset `provider` parameter on all `archive` resources (from `puppet-archive` module)
|
19 | 24 | - quick and dirty workaround until [SERVER-94](https://tickets.puppetlabs.com/browse/SERVER-94) gets fixed
|
20 | 25 | - **Warning:** may break behind a HTTP proxy (untested)
|
21 | 26 | * Tested on Fedora 25, Amazon Linux 2016.09
|
22 | 27 |
|
23 |
| -###2.7.2 |
| 28 | +### 2.7.2 |
24 | 29 |
|
25 | 30 | * Add support for Java '8u111'/'8u112' ([mtron](https://github.com/mtron))
|
26 | 31 | * Contain included classes ([claytononeill](https://github.com/claytononeill))
|
27 | 32 | * Tested on Ubuntu 16.10
|
28 | 33 |
|
29 |
| -###2.7.1 |
| 34 | +### 2.7.1 |
30 | 35 |
|
31 | 36 | Support Java 6 as extra installation
|
32 | 37 |
|
33 |
| -###2.7.0 |
| 38 | +### 2.7.0 |
34 | 39 |
|
35 | 40 | * Add support for Java '8u101'/'8u102'
|
36 | 41 | * Restore support for Java '6u45' (main installation only)
|
37 | 42 | * Tested on Fedora 24, OpenSUSE 42.1/42.2, Mageia 5
|
38 | 43 |
|
39 |
| -###2.6.3 |
| 44 | +### 2.6.3 |
40 | 45 |
|
41 | 46 | Add support for Java '8u91'/'8u92'
|
42 | 47 |
|
43 |
| -###2.6.2 |
| 48 | +### 2.6.2 |
44 | 49 |
|
45 | 50 | Add support for Java '8u77'
|
46 | 51 |
|
47 |
| -###2.6.1 |
| 52 | +### 2.6.1 |
48 | 53 |
|
49 | 54 | Add support for Java '8u71'/'8u72'
|
50 | 55 |
|
51 |
| -###2.6.0 |
| 56 | +### 2.6.0 |
52 | 57 |
|
53 | 58 | * Replace deprecated module dependency [nanliu-archive](https://forge.puppetlabs.com/nanliu/archive) with [puppet-archive](https://forge.puppetlabs.com/puppet/archive)
|
54 | 59 | * Use *curl* as download provider instead of *faraday*
|
55 | 60 |
|
56 |
| -###2.5.1 |
| 61 | +### 2.5.1 |
57 | 62 |
|
58 | 63 | Fix regression that forced `format` to be set manually on non-RPM OS
|
59 | 64 |
|
60 |
| -###2.5.0 |
| 65 | +### 2.5.0 |
61 | 66 |
|
62 | 67 | New parameters ([angrox](https://github.com/angrox)):
|
63 | 68 | * `install_path`: set Java installation path
|
64 | 69 | * `custom_download_url`: download the Java package/archive from a custom URL
|
65 | 70 | * `custom_checksum`: custom MD5 checksum for package/archive integrity verification
|
66 | 71 |
|
67 |
| -###2.4.2 |
| 72 | +### 2.4.2 |
68 | 73 |
|
69 | 74 | Add support for Java '8u65'/'8u66'
|
70 | 75 |
|
71 |
| -###2.4.1 |
| 76 | +### 2.4.1 |
72 | 77 |
|
73 | 78 | Add support for Java '8u60'
|
74 | 79 |
|
75 |
| -###2.4.0 |
| 80 | +### 2.4.0 |
76 | 81 |
|
77 | 82 | * New parameter `add_system_env` to set `JAVA_HOME` as system-wide environment variable
|
78 | 83 | * Fix dependency issue when installing multiple Java alternatives
|
79 | 84 | * Merge missing changes to `installation` defined type
|
80 | 85 |
|
81 |
| -###2.3.0 |
| 86 | +### 2.3.0 |
82 | 87 |
|
83 | 88 | Support multiple installations of Oracle Java with a new defined type: `oracle_java::installation`
|
84 | 89 |
|
85 |
| -###2.2.7 |
| 90 | +### 2.2.7 |
86 | 91 |
|
87 | 92 | Add support for Java '8u51'
|
88 | 93 |
|
89 |
| -###2.2.6 |
| 94 | +### 2.2.6 |
90 | 95 |
|
91 | 96 | Fix conflict introduced by [nanliu-archive](https://forge.puppetlabs.com/nanliu/archive/changelog) v0.3.0
|
92 | 97 |
|
93 |
| -###2.2.4 |
| 98 | +### 2.2.4 |
94 | 99 |
|
95 | 100 | * Add support for Java '7u79', '7u80' and '8u45'
|
96 | 101 | * Minor Puppet 4.0 compatibility fix
|
97 | 102 |
|
98 |
| -###2.2.3 |
| 103 | +### 2.2.3 |
99 | 104 |
|
100 | 105 | Add support for Java '8u40'
|
101 | 106 |
|
102 |
| -###2.2.2 |
| 107 | +### 2.2.2 |
103 | 108 |
|
104 | 109 | Add support for Java '7u75', '7u76' and '8u31'
|
105 | 110 |
|
106 |
| -###2.2.1 |
| 111 | +### 2.2.1 |
107 | 112 |
|
108 | 113 | Improve code quality, doc and metadata
|
109 | 114 |
|
110 |
| -###2.2.0 |
| 115 | +### 2.2.0 |
111 | 116 |
|
112 | 117 | * Support adding Oracle Java as a java alternative
|
113 | 118 | * New `add_alternative` parameter
|
114 | 119 | * List of checksums now complete
|
115 | 120 |
|
116 |
| -###2.1.0 |
| 121 | +### 2.1.0 |
117 | 122 |
|
118 | 123 | * Added checksum check on downloaded archive
|
119 | 124 | * New `check_checksum` parameter
|
120 | 125 | * Refactoring
|
121 | 126 | * Better support of Mageia Linux
|
122 | 127 |
|
123 |
| -###2.0.0 |
| 128 | +### 2.0.0 |
124 | 129 |
|
125 | 130 | * Support tar.gz format - now multiplatform!
|
126 | 131 | * Dropped support for Java 6
|
127 | 132 | * Major refactoring
|
128 | 133 | * Use `nanliu/archive` module for download and extraction
|
129 | 134 |
|
130 |
| -###1.1.5 |
| 135 | +### 1.1.5 |
131 | 136 |
|
132 | 137 | Add support for Java '7u71', '7u72' and '8u25'
|
133 | 138 |
|
134 |
| -###1.1.4 |
| 139 | +### 1.1.4 |
135 | 140 |
|
136 | 141 | * Fix bug in package name for Java 8u20
|
137 | 142 | * Renamed exec resources to something less generic (avoid conflicts)
|
138 | 143 |
|
139 |
| -###1.1.3 |
| 144 | +### 1.1.3 |
140 | 145 |
|
141 | 146 | Add support for Java '8u20'
|
142 | 147 |
|
143 |
| -###1.1.2 |
| 148 | +### 1.1.2 |
144 | 149 |
|
145 | 150 | * Add support for Java '7u67'
|
146 | 151 | * Make Puppet Doc compliant with RDoc markup language
|
147 | 152 |
|
148 |
| -###1.1.1 |
| 153 | +### 1.1.1 |
149 | 154 |
|
150 | 155 | * Add parameters validation
|
151 | 156 | * Updated documentation
|
152 | 157 | * Minor refactoring
|
153 | 158 |
|
154 |
| -###1.1.0 |
| 159 | +### 1.1.0 |
155 | 160 |
|
156 | 161 | Add support for Java SE 6 series
|
157 | 162 |
|
158 |
| -###1.0.1 |
| 163 | +### 1.0.1 |
159 | 164 |
|
160 | 165 | Add support for Java '7u65' and '8u11'
|
161 | 166 |
|
162 |
| -###1.0.0 |
| 167 | +### 1.0.0 |
163 | 168 |
|
164 | 169 | First forge release
|
0 commit comments