forked from cpanel/elevate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
59 lines (45 loc) · 1.77 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
next
2023-02-14 - version 5
User Facing
- Correct spelling of "Alamlinux"
- Add a doc notification for OVH monitoring
- Add a warning/blocker for OVH monitoring
- Bump copyright to 2023
- Check and fix grub for net.ifnames=0 post leapp upgrade.
2022-12-20 - version 4
User Facing
- Increase the disk requirements for upgrade +1GB to allow more space in the leapp container.
- #149 - Cleanup stage_file before storing data. Fixes inaccurate EA4 blocker cache issue.
2022-12-12 - version 3
User Facing
- Do not use "ERROR" for successful notifications.
- Fine tune the logging colors and only use it for the keyword.
- Fix crash when restoring imunify if it was not present at start.
- Do not block when detecting kernel update required.
- Better hints for MySQL upgrade needed.
- Handle recovery after manual intervention if leapp process fails. Give better advice to users when it happens.
- Stop warning about postgresql 9 now CCS supports 10
Internal:
- Simplify v# release process.
- Modularize blocker tests.
2022-11-16 - version 2
User Facing
- Fixed bug in logic for version check which was detecting a new version incorrectly.
- Recommend proper MariaDB version for cPanel v110
Internal:
- Allow testing using alternative update URLs
2022-10-17 - version 1
User Facing
- Fix run_once entry names in stage file
- Work around use of /boot/grub/ in some providers
- Implement self-update mechanism for elevate-cpanel
- Allow upgrades when using MySQL from mysql-community.repo
- Allow upgrades to Rocky Linux 8
- AlmaLinux capitalization
- Begin versioning and a formal changelog
- Backup EA profile to a temporary file on --check
Internal:
- read_stage_file() can read specific data
- run_once is now a method
2022-10-07 - version 0
- See git log for more history.