Skip to content

Commit 3e2c1dd

Browse files
committed
Update changelog
1 parent 969651a commit 3e2c1dd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55

66
### Bugfixes
77

8+
- Fixed an issue with apt update and public key missing
9+
10+
If you have to following error
11+
12+
```
13+
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A189E93654F0B0E5
14+
```
15+
16+
Follow the following instructions
17+
18+
```
19+
rm /usr/share/keyrings/hestia-keyring.gpg
20+
mkdir /root/.gnupg/
21+
gpg --no-default-keyring --keyring /usr/share/keyrings/hestia-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A189E93654F0B0E5
22+
```
23+
24+
After that run apt update && apt upgrade
25+
26+
## [1.5.6] - Service release
27+
28+
### Bugfixes
29+
830
- Fixed an issue with the installer. system.pkg didn't allow for a Web alias #2381
931
- Fixed an issue with upgrade script causing command to to be executed (https://forum.hestiacp.com/t/upgrading-to-1-5-5-error-line/5449/3)
1032

0 commit comments

Comments
 (0)