From c8ae4482186ab6f94d03d9c1574260543002b002 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 31 Jan 2024 15:25:35 +0000 Subject: [PATCH] Update changelog Signed-off-by: Dan Webb --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df76adb9..0b922bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ This file is used to list changes made in each version of the haproxy cookbook. - Remove config-1 & config-4 examples from integration tests - Remove `reqirep` and `reqrep` params to `haproxy_backend`, `haproxy_frontend`, and `haproxy_listen` resources. - These params are no longer supported since HAProxy 2.1 +- Fix HTTP 403 error page in tests + - HAProxy now requires headers on error files +- Format tests to use InSpec profiles so that we can inherit profiles +- Fix lua test +- Remove deprecated block option from ACL test +- Fix source lua tests on CentOS & Fedora +- Remove OpenSSL tests, as this is out of scope of the core cookbook currently ## 12.2.23 - *2023-10-26*