Skip to content

Commit 1968aa5

Browse files
committed
Merge branch 'staging/release/1.4.2' into main
2 parents 0858b24 + b16b75a commit 1968aa5

File tree

6 files changed

+30
-10
lines changed

6 files changed

+30
-10
lines changed

CHANGELOG.md

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

4-
## Development
5-
6-
### Bug fix
7-
8-
- Fixed a issue where users where not able to save / update web domains when POLICY_USER_EDIT_WEB_TEMPLATES is enabled (#1872)
9-
- Fixed a issue where admin users where not able to add new ssh key for users (#1870)
10-
- Fixed a issue where domain.com was not affected as a valid domain (#1874)
11-
- Fixed a issue where "development" icon was not removed on update to release (#1835)
4+
## [1.4.2] - Service release
5+
6+
- **NOTE:** During the 1.4.1 / 1.4.0 release we have introduced a bug for Ubuntu 20.04 and 18.04 users with multiple network ports on the server. This release will solve the issue caused by this bug! If you are unable to download the backup please do the following:
7+
8+
```
9+
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
10+
```
11+
12+
Then run the update via
13+
14+
```
15+
apt update && apt upgrade
16+
```
17+
18+
### Bugfixes
19+
20+
- Fix issue wit startup script for iptables / network (#1849) (@myrevery)
21+
- Fix problem with accidentally replacing nginx.conf during upgrade nginx (#1878 / @myrevery)
22+
- Fix issue with installing Ubuntu 18.04
23+
- Fix issue with login into file manger as admin user
24+
- Added proxy_extentions back to support older custom templates
25+
- Added the possibility to skip the forced reboot when interactive is set to no
26+
- Fixed an issue with modx template
27+
- Updated translations (Croatian, Czech and Italian)
28+
- Fixed an issue where users where not able to save / update web domains when POLICY_USER_EDIT_WEB_TEMPLATES is enabled (#1872)
29+
- Fixed an issue where admin users where not able to add new ssh key for users (#1870)
30+
- Fixed an issue where domain.com was not affected as a valid domain (#1874)
31+
- Fixed an issue where "development" icon was not removed on update to release (#1835)
1232

1333
## [1.4.1] - Bug fix
1434

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.4.1 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md)<br>
5+
**Latest stable release:** Version 1.4.2 | [View Changelog](https://github.com/hestiacp/hestiacp/blob/release/CHANGELOG.md)<br>
66

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

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.4.2~alpha
4+
Version: 1.4.2
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com
3.32 KB
Binary file not shown.
7.61 KB
Binary file not shown.
824 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)