Skip to content

Commit 6abcc67

Browse files
jaapmarcusKristan Kenney
andauthored
Staging/1.5.2 (hestiacp#2309)
* Prepare for 1.5.2 release * Update CHANGELOG.md * Fixed bug in v-list-sys-dns-system Co-authored-by: Kristan Kenney <94586761+kriskenn@users.noreply.github.com>
1 parent a5af334 commit 6abcc67

File tree

7 files changed

+49
-7
lines changed

7 files changed

+49
-7
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.5.2] - Service release
5+
6+
### Features
7+
8+
- Release notes are now available from the notification panel (#2276)
9+
- Web domain aliases are now displayed in the domain list (#2278 / #2289)
10+
- DNS, Mail, and Database sections will now be hidden in /edit/server if not installed (#2300)
11+
- Turkey has been added as an option for ipset (#2294)
12+
13+
### Bugfixes
14+
15+
- Improvements have been made to overall code quality (#2293, #2298, #2307)
16+
- Added improvements to the automated testing suite (bats) (#2280)
17+
- Clarified text that is shown during upgrade process (#2270)
18+
- Updated web domain templates to allow the use of .user.ini (#2267 / #2269)
19+
- Fixed an issue with the curl symlink on Debian during build process (#2275)
20+
- Fixed an issue where CAA records were deleted when turning off SSL for webmail (#2279)
21+
- Fixed an issue where email validation would fail when using IDN domains (#2273)
22+
- Changed behavior to prevent php-fpm restarts when modphp is installed (#2270)
23+
- Fixed an issue where passwords may not be correctly set on Debian 11 (#2270)
24+
- Fixed an issue with command path v-change-firewall-rule (#2249)
25+
- Fixed an issue in `v-backup-user` where you may encounter an error "invalid parameters for check_result" (#2284)
26+
- Fixed an issue which impacted the performance of Nextcloud/Owncloud ([forum post](https://forum.hestiacp.com/t/tip-create-a-nginx-template-for-nextcloud-to-let-synchronize-files-bigger-than-10mb/5123))
27+
- Fixed an issue where the access port for HestiaCP was not properly set on install (#2288 / #2291)
28+
- Fixed an issue where admins could not log in as a suspended user in the panel (#2286 / #2289)
29+
- Fixed an issue where the "Delete" button in the Edit User interface did not work as expected (#2282 / #2289)
30+
- Fixed an issue where editing an existing firewall rule with ipset would fail (#2292)
31+
- Fixed an error that may occur in /edit/server when no extra php versions were installed (#2289)
32+
- Fixed an issue where accessing the panel via Safari would result in error NSPOSIXErrorDomain:100 (#2274)
33+
- Corrected command syntax in v-delete-dns-records (#2295)
34+
- Fixed an issue where API allowed IP list values would be lost when saving changes (#2296 / #2300)
35+
- Fixed an issue where the debug mode option was not displayed on release builds and would be reset when saving server settings (#2300)
36+
- Fixed an issue where grep would throw an error when adding ipset rules for the first time (#2307)
37+
- Fixed incorrect variable spelling ($v_interace > $v_interface) (#2307)
38+
- Updated mail domain templates
39+
- Updated command line examples for docs.hestiacp.com
40+
- Fixed an issue where Lets encrypt was not able to obtain an valid ssl certificate when force ssl and / or redirect was enabled (#2176 / #2304 / #2304)
41+
- Fixed a issue in v-list-sys-dns-system
42+
43+
### Dependencies
44+
45+
446
## [1.5.1] - Service release
547

648
### Bugfixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Hestia Control Panel](https://www.hestiacp.com/)
44
==================================================
5-
**Latest stable release:** Version 1.5.1 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
5+
**Latest stable release:** Version 1.5.2 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md) | [![Build Status](https://drone.hestiacp.com/api/badges/hestiacp/hestiacp/status.svg?ref=refs/heads/main)](https://drone.hestiacp.com/hestiacp/hestiacp) <br>
66

77
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
88
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>

bin/v-list-sys-dns-status

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# Includes
1717
# shellcheck source=/etc/hestiacp/hestia.conf
1818
source /etc/hestiacp/hestia.conf
19-
# shellcheck source=/usr/local/hestia/conf/hestia.conf
20-
source $HESTIA/conf/hestia.conf
19+
# shellcheck source=/usr/local/hestia/func/main.sh
20+
source $HESTIA/func/main.sh
2121
# load config file
2222
source_conf "$HESTIA/conf/hestia.conf"
2323

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131
VERBOSE='no'
3232

3333
# Define software versions
34-
HESTIA_INSTALL_VER='1.5.2~alpha'
34+
HESTIA_INSTALL_VER='1.5.2'
3535
pma_v='5.1.1'
3636
rc_v="1.5.1"
3737
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131
VERBOSE='no'
3232

3333
# Define software versions
34-
HESTIA_INSTALL_VER='1.5.2~alpha'
34+
HESTIA_INSTALL_VER='1.5.2'
3535
pma_v='5.1.1'
3636
rc_v="1.5.1"
3737
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1")

install/upgrade/versions/1.5.2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
####### You can use \n within the string to create new lines. #######
1616
#######################################################################################
1717

18-
upgrade_config_set_value 'UPGRADE_UPDATE_WEB_TEMPLATES' 'false'
18+
upgrade_config_set_value 'UPGRADE_UPDATE_WEB_TEMPLATES' 'true'
1919
upgrade_config_set_value 'UPGRADE_UPDATE_DNS_TEMPLATES' 'false'
2020
upgrade_config_set_value 'UPGRADE_UPDATE_MAIL_TEMPLATES' 'true'
2121
upgrade_config_set_value 'UPGRADE_REBUILD_USERS' 'true'

src/deb/hestia/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia
22
Package: hestia
33
Priority: optional
4-
Version: 1.5.2~alpha
4+
Version: 1.5.2
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)