Skip to content

Commit a788c19

Browse files
Merge pull request #3071 from bunkerity/dev
2 parents 879d39c + 0951c09 commit a788c19

500 files changed

Lines changed: 5014 additions & 3158 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ body:
5151
label: BunkerWeb version
5252
description: What version of BunkerWeb are you running?
5353
placeholder: Version
54-
value: 1.6.7~rc2
54+
value: 1.6.7
5555
validations:
5656
required: true
5757
- type: dropdown

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
# Changelog
22

3-
## v1.6.7 - 2026/01/??
3+
## v1.6.8~rc1 - 2026/01/??
4+
5+
- [FEATURE] Refactor Templator engine to use Jinja2 for improved templating capabilities and maintainability
6+
- [BUGFIX] Fix Redis database selection in web UI and bwcli by renaming `REDIS_DB` to `REDIS_DATABASE` when fetching the settings
7+
- [LINUX] Check the installation type in the easy-install script to avoid issues when upgrading from an older version and the installation type is not `all-in-one` or `manager`
8+
- [UI] Enhance page titles to dynamically reflect current context and navigation state for improved user experience
9+
- [DEPS] Update coreruleset-v3 version to v3.3.8
10+
- [DEPS] Update coreruleset-v4 version to v4.22.0
11+
- [DEPS] Updated luajit2 version to v2.1-20260114
12+
- [DEPS] Update lua-resty-openssl version to v1.7.1
13+
14+
## v1.6.7 - 2026/01/09
415

516
- [BUGFIX] Fix wrong modsecurity reason data under heavy load
17+
- [FEATURE] Enhance SSL/TLS negotiation by implementing dynamic ECDH curve resolution, enabling more flexible and secure key exchange configurations in preparation for post-quantum cryptography (X25519MLKEM768) with OpenSSL 3.5+
618
- [UI] Restrict flash messages containing sensitive information to authenticated users only
719
- [UI] Enhance breadcrumb navigation and filtering on custom configuration pages for improved user experience
20+
- [LINUX] Drop support of Fedora 41
21+
- [DOCS] Add Easy Resolve PRO plugin video tutorial link to the documentation
822
- [DEPS] Updated Modsecurity nginx connector version to 1.0.4
23+
- [DEPS] Updated NGINX version to v1.28.1 for all integrations
924

10-
## v1.6.7~rc2 - 2026/01/??
25+
## v1.6.7~rc2 - 2026/01/07
1126

1227
- [BUGFIX] Fix wrong certificate name checks in Let's Encrypt
1328
- [BUGFIX] Fix issues with Let's Encrypt's HTTP challenge on Linux HA integrations

README.md

Lines changed: 43 additions & 43 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)