Skip to content

Commit bd8f5c0

Browse files
committed
Remove links to tickets.chef.io
Signed-off-by: Dan Webb <dan.webb@damacus.io>
1 parent 1aca41c commit bd8f5c0

File tree

2 files changed

+81
-83
lines changed

2 files changed

+81
-83
lines changed

CHANGELOG-pre4.md

+80-78
Original file line numberDiff line numberDiff line change
@@ -247,14 +247,14 @@ Bumping version for toolchain
247247

248248
## v1.9.0 (2014-02-21)
249249

250-
- **[COOK-4076](https://tickets.chef.io/browse/COOK-4076)** - foodcritic: dependencies are not defined properly
251-
- **[COOK-2572](https://tickets.chef.io/browse/COOK-2572)** - Add mod_pagespeed recipe to apache2
252-
- **[COOK-4043](https://tickets.chef.io/browse/COOK-4043)** - apache2 cookbook does not depend on 'iptables'
253-
- **[COOK-3919](https://tickets.chef.io/browse/COOK-3919)** - Move the default pidfile for apache2 on Ubuntu 13.10 or greater
254-
- **[COOK-3863](https://tickets.chef.io/browse/COOK-3863)** - Add recipe for mod_jk
255-
- **[COOK-3804](https://tickets.chef.io/browse/COOK-3804)** - Fix incorrect datatype for apache/default_modules, use recipes option in metadata
256-
- **[COOK-3800](https://tickets.chef.io/browse/COOK-3800)** - Cannot load modules that use non-standard module identifiers
257-
- **[COOK-1689](https://tickets.chef.io/browse/COOK-1689)** - The perl package name should be configurable
250+
- **[COOK-4076]** - foodcritic: dependencies are not defined properly
251+
- **[COOK-2572]** - Add mod_pagespeed recipe to apache2
252+
- **[COOK-4043]** - apache2 cookbook does not depend on 'iptables'
253+
- **[COOK-3919]** - Move the default pidfile for apache2 on Ubuntu 13.10 or greater
254+
- **[COOK-3863]** - Add recipe for mod_jk
255+
- **[COOK-3804]** - Fix incorrect datatype for apache/default_modules, use recipes option in metadata
256+
- **[COOK-3800]** - Cannot load modules that use non-standard module identifiers
257+
- **[COOK-1689]** - The perl package name should be configurable
258258

259259
## v1.8.14
260260

@@ -278,145 +278,147 @@ Locking yum dependency to '< 3'
278278

279279
## v1.8.4
280280

281-
- **[COOK-3769](https://tickets.chef.io/browse/COOK-3769)** - Fix a critical bug where the `apache_module` could not enable modules
281+
- **[COOK-3769]** - Fix a critical bug where the `apache_module` could not enable modules
282282

283283
## v1.8.2
284284

285-
- **[COOK-3766](https://tickets.chef.io/browse/COOK-3766)** - Fix an issue where the `mod_ssl` recipe fails due to a missing attribute
285+
- **[COOK-3766]** - Fix an issue where the `mod_ssl` recipe fails due to a missing attribute
286286

287287
## v1.8.0
288288

289-
- **[COOK-3680](https://tickets.chef.io/browse/COOK-3680)** - Update template paths
290-
- **[COOK-3570](https://tickets.chef.io/browse/COOK-3570)** - Apache cookbook breaks on RHEL / CentOS 6
291-
- **[COOK-2944](https://tickets.chef.io/browse/COOK-2944)** - Fix foodcritic failures
292-
- **[COOK-2893](https://tickets.chef.io/browse/COOK-2893)** - Improve mod_auth_openid recipe with guards and idempotency
293-
- **[COOK-2758](https://tickets.chef.io/browse/COOK-2758)** - Fix use of non-existent attribute
294-
- **[COOK-3665](https://tickets.chef.io/browse/COOK-3665)** - Add recipe for mod_userdir
295-
- **[COOK-3646](https://tickets.chef.io/browse/COOK-3646)** - Add recipe for mod_cloudflare
296-
- **[COOK-3213](https://tickets.chef.io/browse/COOK-3213)** - Add recipe for mod_info
297-
- **[COOK-3656](https://tickets.chef.io/browse/COOK-3656)** - Parameterize apache2 binary
298-
- **[COOK-3562](https://tickets.chef.io/browse/COOK-3562)** - Allow mod_proxy settings to be configured as attributes
299-
- **[COOK-3326](https://tickets.chef.io/browse/COOK-3326)** - Fix default_test to use ServerTokens attribute
300-
- **[COOK-2635](https://tickets.chef.io/browse/COOK-2635)** - Add support for SVG mime types
301-
- **[COOK-2598](https://tickets.chef.io/browse/COOK-2598)** - FastCGI Module only works on Debian-based platforms
302-
- **[COOK-1984](https://tickets.chef.io/browse/COOK-1984)** - Add option to configure the address apache listens to
289+
- **[COOK-3680]** - Update template paths
290+
- **[COOK-3570]** - Apache cookbook breaks on RHEL / CentOS 6
291+
- **[COOK-2944]** - Fix foodcritic failures
292+
- **[COOK-2893]** - Improve mod_auth_openid recipe with guards and idempotency
293+
- **[COOK-2758]** - Fix use of non-existent attribute
294+
- **[COOK-3665]** - Add recipe for mod_userdir
295+
- **[COOK-3646]** - Add recipe for mod_cloudflare
296+
- **[COOK-3213]** - Add recipe for mod_info
297+
- **[COOK-3656]** - Parameterize apache2 binary
298+
- **[COOK-3562]** - Allow mod_proxy settings to be configured as attributes
299+
- **[COOK-3326]** - Fix default_test to use ServerTokens attribute
300+
- **[COOK-2635]** - Add support for SVG mime types
301+
- **[COOK-2598]** - FastCGI Module only works on Debian-based platforms
302+
- **[COOK-1984]** - Add option to configure the address apache listens to
303303

304304
## v1.7.0
305305

306-
- [COOK-3073]: make access.log location configurable per-platform
307-
- [COOK-3074]: don't hardcode the error.log location in the default site config
308-
- [COOK-3268]: don't hardcode DocumentRoot and cgi-bin locations in `default_site`
309-
- [COOK-3184]: Add `mod_filter` recipe to Apache2-cookbook
310-
- [COOK-3236]: Add `mod_action` recipe to Apache2-cookbook
306+
- [GH-152] - Checking if server_aliases is defined in example
307+
- [GH-106] - Only turn rewrite on once in web_app.conf.erb
308+
- [GH-156] - Correct mod_basic/digest recipe names in README
309+
- Recipe iptables now includes the iptables::default recipe
310+
- Upgrade test-kitchen to latest version
311+
- Replaced minitest integration tests with serverspec tests
312+
- Added chefspec tests
311313

312314
## v1.6.6
313315

314316
1.6.4 had a missed step in the automated release, long live 1.6.6.
315317

316-
- [COOK-3018]: apache2_module does duplicate delayed restart of apache2 service when conf = true
317-
- [COOK-3027]: Default site enable true, then false, does not disable default site
318-
- [COOK-3109]: fix apache lib_dir arch attribute regexp
318+
- [COOK-3018] - apache2_module does duplicate delayed restart of apache2 service when conf = true
319+
- [COOK-3027] - Default site enable true, then false, does not disable default site
320+
- [COOK-3109] - fix apache lib_dir arch attribute regexp
319321

320322
## v1.6.2
321323

322-
- [COOK-2535] - `mod_auth_openid` requires libtool to run autogen.sh
323-
- [COOK-2667] - Typo in usage documentation
324-
- [COOK-2461] - `apache2::mod_auth_openid` fails on some ubuntu systems
325-
- [COOK-2720] - Apache2 minitest helper function `ran_recipe` is not portable
324+
- [GH-2535] - `mod_auth_openid` requires libtool to run autogen.sh
325+
- [GH-2667] - Typo in usage documentation
326+
- [GH-2461] - `apache2::mod_auth_openid` fails on some ubuntu systems
327+
- [GH-2720] - Apache2 minitest helper function `ran_recipe` is not portable
326328

327329
## v1.6.0
328330

329-
- [COOK-2372] - apache2 mpm_worker: add ServerLimit attribute (default to 16)
331+
- [GH-2372] - apache2 mpm_worker: add ServerLimit attribute (default to 16)
330332

331333
## v1.5.0
332334

333335
The `mod_auth_openid` attributes are changed. The upstream maintainer deprecated the older release versions, and the source repository has releases available at specific SHA1SUM references. The new attribute, `node['apache']['mod_auth_openid']['ref']` is used to set this.
334336

335-
- [COOK-2198] - `apache::mod_auth_openid` compiles from source, but does not install make on debian/ubuntu
336-
- [COOK-2224] - version conflict between cucumber and other gems
337-
- [COOK-2248] - `apache2::mod_php5` uses `not_if` "which php" without ensuring package 'which' is installed
338-
- [COOK-2269] - Set allow list for mod_status incase external monitor scripts need
339-
- [COOK-2276] - cookbook apache2 documentation regarding listening ports doesn't match default attributes
340-
- [COOK-2296] - `mod_auth_openid` doesn't have tags/releases for the version I need for features and fixes
341-
- [COOK-2323] - Add Oracle linux support
337+
- [GH-2198] - `apache::mod_auth_openid` compiles from source, but does not install make on debian/ubuntu
338+
- [GH-2224] - version conflict between cucumber and other gems
339+
- [GH-2248] - `apache2::mod_php5` uses `not_if` "which php" without ensuring package 'which' is installed
340+
- [GH-2269] - Set allow list for mod_status incase external monitor scripts need
341+
- [GH-2276] - cookbook apache2 documentation regarding listening ports doesn't match default attributes
342+
- [GH-2296] - `mod_auth_openid` doesn't have tags/releases for the version I need for features and fixes
343+
- [GH-2323] - Add Oracle linux support
342344

343345
## v1.4.2
344346

345-
- [COOK-1721] - fix logrotate recipe
347+
- [GH-1721] - fix logrotate recipe
346348

347349
## v1.4.0
348350

349-
- [COOK-1456] - iptables enhancements
350-
- [COOK-1473] - apache2 does not disable default site when setting "`default_site_enabled`" back to false
351-
- [COOK-1824] - the apache2 cookbook needs to specify which binary is used on rhel platform
352-
- [COOK-1916] - Download location wrong for apache2 `mod_auth_openid` >= 0.7
353-
- [COOK-1917] - Improve `mod_auth_openid` recipe to handle module upgrade more gracefully
354-
- [COOK-2029] - apache2 restarts on every run on RHEL and friends, generate-module-list on every run.
355-
- [COOK-2036] - apache2: Cookbook style
351+
- [GH-1456] - iptables enhancements
352+
- [GH-1473] - apache2 does not disable default site when setting "`default_site_enabled`" back to false
353+
- [GH-1824] - the apache2 cookbook needs to specify which binary is used on rhel platform
354+
- [GH-1916] - Download location wrong for apache2 `mod_auth_openid` >= 0.7
355+
- [GH-1917] - Improve `mod_auth_openid` recipe to handle module upgrade more gracefully
356+
- [GH-2029] - apache2 restarts on every run on RHEL and friends, generate-module-list on every run.
357+
- [GH-2036] - apache2: Cookbook style
356358

357359
## v1.3.2
358360

359-
- [COOK-1804] - fix `web_app` definition parameter so site can be disabled.
361+
- [GH-1804] - fix `web_app` definition parameter so site can be disabled.
360362

361363
## v1.3.0
362364

363-
- [COOK-1738] - Better configuration for `mod_include` and some overrides in `web_app` definition
364-
- [COOK-1470] - Change SSL Ciphers to Mitigate BEAST attack
365+
- [GH-1738] - Better configuration for `mod_include` and some overrides in `web_app` definition
366+
- [GH-1470] - Change SSL Ciphers to Mitigate BEAST attack
365367

366368
## v1.2.0
367369

368-
- [COOK-692] - delete package conf.d files in module recipes, for EL
369-
- [COOK-1693] - Foodcritic finding for unnecessary string interpolation
370-
- [COOK-1757] - platform_family and better style / usage practices
370+
- [GH-692] - delete package conf.d files in module recipes, for EL
371+
- [GH-1693] - Foodcritic finding for unnecessary string interpolation
372+
- [GH-1757] - platform_family and better style / usage practices
371373

372374
## v1.1.16
373375

374376
re-releasing as .16 due to error on tag 1.1.14
375377

376-
- [COOK-1466] - add `mod_auth_cas` recipe
377-
- [COOK-1609] - apache2 changes ports.conf twice per run when using apache2::mod_ssl
378+
- [GH-1466] - add `mod_auth_cas` recipe
379+
- [GH-1609] - apache2 changes ports.conf twice per run when using apache2::mod_ssl
378380

379381
## v1.1.12
380382

381-
- [COOK-1436] - restore apache2 web_app definition
382-
- [COOK-1356] - allow ExtendedStatus via attribute
383-
- [COOK-1403] - add mod_fastcgi recipe
383+
- [GH-1436] - restore apache2 web_app definition
384+
- [GH-1356] - allow ExtendedStatus via attribute
385+
- [GH-1403] - add mod_fastcgi recipe
384386

385387
## v1.1.10
386388

387-
- [COOK-1315] - allow the default site to not be enabled
388-
- [COOK-1328] - cookbook tests (minitest, cucumber)
389+
- [GH-1315] - allow the default site to not be enabled
390+
- [GH-1328] - cookbook tests (minitest, cucumber)
389391

390392
## v1.1.8
391393

392394
- Some platforms with minimal installations that don't have perl won't have a `node['languages']['perl']` attribute, so remove the conditional and rely on the power of idempotence in the package resource.
393-
- [COOK-1214] - address foodcritic warnings
394-
- [COOK-1180] - add `mod_logio` and fix `mod_proxy`
395+
- [GH-1214] - address foodcritic warnings
396+
- [GH-1180] - add `mod_logio` and fix `mod_proxy`
395397

396398
## v1.1.6
397399

398400
FreeBSD users: This release requires the `freebsd` cookbook. See README.md.
399401

400-
- [COOK-1025] - freebsd support in mod_php5 recipe
402+
- [GH-1025] - freebsd support in mod_php5 recipe
401403

402404
## v1.1.4
403405

404-
- [COOK-1100] - support amazon linux
406+
- [GH-1100] - support amazon linux
405407

406408
## v1.1.2
407409

408-
- [COOK-996] - apache2::mod_php5 can cause PHP and module API mismatches
409-
- [COOK-1083] - return string for v_f_p and use correct value for default
410+
- [GH-996] - apache2::mod_php5 can cause PHP and module API mismatches
411+
- [GH-1083] - return string for v_f_p and use correct value for default
410412

411413
## v1.1.0
412414

413-
- [COOK-861] - Add `mod_perl` and apreq2
414-
- [COOK-941] - fix `mod_auth_openid` on FreeBSD
415-
- [COOK-1021] - add a commented-out LoadModule directive to keep apxs happy
416-
- [COOK-1022] - consistency for icondir attribute
417-
- [COOK-1023] - fix platform test for attributes
418-
- [COOK-1024] - fix a2enmod script so it runs cleanly on !bash
419-
- [COOK-1026] - fix `error_log` location on FreeBSD
415+
- [GH-861] - Add `mod_perl` and apreq2
416+
- [GH-941] - fix `mod_auth_openid` on FreeBSD
417+
- [GH-1021] - add a commented-out LoadModule directive to keep apxs happy
418+
- [GH-1022] - consistency for icondir attribute
419+
- [GH-1023] - fix platform test for attributes
420+
- [GH-1024] - fix a2enmod script so it runs cleanly on !bash
421+
- [GH-1026] - fix `error_log` location on FreeBSD
420422

421423
## v1.0.8
422424

CHANGELOG.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Remove Fedora from the test matrix
1010

1111
Standardise files with files in sous-chefs/repo-management
1212

13-
Standardise files with files in sous-chefs/repo-management
14-
1513
## 9.3.4 - *2024-08-02*
1614

1715
- Add example of how to configure php fpm pool config for rhel9 and derivatives
@@ -20,8 +18,6 @@ Standardise files with files in sous-chefs/repo-management
2018

2119
Standardise files with files in sous-chefs/repo-management
2220

23-
Standardise files with files in sous-chefs/repo-management
24-
2521
## 9.3.2 - *2024-05-06*
2622

2723
## 9.3.1 - *2023-12-21*
@@ -60,7 +56,7 @@ Standardise files with files in sous-chefs/repo-management
6056
## 9.0.1 - *2023-04-24*
6157

6258
- Remove random trailing white spaces from files
63-
- Remove md-links. This is now taken care of by lint-unit.yml@2.0.2
59+
- Remove md-links. This is now taken care of by `lint-unit.yml@2.0.2`
6460

6561
## 9.0.0 - *2023-04-24*
6662

0 commit comments

Comments
 (0)