Skip to content

Commit

Permalink
More changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Feb 1, 2024
1 parent 743004e commit 3886be4
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
## 2024-01-25 - version 21
## **2024-01-25** - version 21
* Get fix-cpanel-perl to run after distro change without breaking perl.
* Update elevate for jetbackup to be aware of JetBackup 5.3

## 2024-01-22 - version 20
## **2024-01-22** - version 20
* #338 - Improve warning and add prompt before starting the upgrade process
* #327 - Block with cPanel accounts have databases on postgresql.
* RE-93 - Do not return from EA4 blocker check prematurely
* RE-13 - Fix typo in help docs. s/convertion/conversion/

## 2024-01-16 - version 19
## **2024-01-16** - version 19
* #337 - Add blocker if cPanel is not running version 110
* #341 - Use canonical_dump() when building JSON for repo blocker reports
* #348 - Incorporate running --check into running --start

## 2024-01-09 - version 18
## **2024-01-09** - version 18
* #332 - Suppress additional checks when run with --check --no-leapp

## 2023-12-20 - version 17
## **2023-12-20** - version 17
* Encode blocked repos to assist with enabling support for future elevations

## 2023-12-11 - version 16
## **2023-12-11** - version 16
* Add repo allowance for vzzo custom migrations - ct-preset

## 2023-11-29 - version 15
## **2023-11-29** - version 15
* Enable powertools after upgrade
* Disable cpanel-plugins repo after upgrade for initial dnf update

## 2023-09-09 - version 14
## **2023-09-09** - version 14
* Use leapp answerfile instead of userchoices. Fixes #216
* Check MySQL status before starting upgrade. Fixes #287
* Vet digitalocean-agent repo.
Expand All @@ -37,14 +37,14 @@
* cpanel-elevate stage 4 during mysql upgrade improved success detection. Fixes #311
* Add support for non-leapp upgrades. Fixes #302

## 2023-06-01 - version 13
## **2023-06-01** - version 13
* Clear Cpanel::OS' $instance cache after upgrade to rocky 8. Fixes false positive failure.
* Remove duped final_notifications display on final success.
* Add documentation fixes for NIC rename advice
* Pass through the "check only" mode status properly. - Fixes Linode upgrade failures.
* Fix for "Wide character warning"

## 2023-05-18 - version 12
## **2023-05-18** - version 12
* #170 - preserve and restore /etc/my.cnf after LEAPP upgrade and mysql restore.
* Fix MOTD message being blank due to fatpacker stripping it out.
* Assure LANG=C on all elevate systems.
Expand All @@ -55,35 +55,35 @@
* Impose maximum LTS version, change version recommendation to v110.
* Add new imunify repos to known list.

## 2023-05-08 - version 11
## **2023-05-08** - version 11
* Block use of this product if cPanel unlicensed.
* Add blocker for presence of python36 RPMs.
* Bugfix due to bad caller of Base in InvalidYumRepo check. Fixes #252

## 2023-05-03 - version 10
## **2023-05-03** - version 10
* Fix more bad ssystem calls
* Block if the running and boot kernels differ

## 2023-04-27 - version 9
## **2023-04-27** - version 9
* Fix for #243. restore XS was crashing post upgrade.

## 2023-04-26 - version 8
## **2023-04-26** - version 8
There are no user facing changes in this release. We have re-designed the development
process to make it faster and easier for us to develop this product.

## 2023-04-10 - version 7
## **2023-04-10** - version 7
* Fix issue #151: Do not block on installed repos if no packages are installed from them.
* Remove source, debuginfo and vault entries from vetted repos.
* Stop restore_perl_xs from running dnf needlessly which led to a crash.
* Track which version of cpanel-elevate upgraded the local distro.
* Change recommended policy to direct people to cPanel support for issues.

## 2023-03-13 - version 6
## **2023-03-13** - version 6
* If the file /var/cpanel/elevate-noc-recommendations exists, present the user with the contents of the file and confirm if they want to proceed.
* Exempt EA4 OpenSSL devel packages from blocker
* Ensure `net.ifnames=0` is added to the GRUB env if not mentioned there.

## 2023-02-14 - version 5
## **2023-02-14** - version 5

### User Facing
* Correct spelling of "Alamlinux"
Expand All @@ -92,13 +92,13 @@ process to make it faster and easier for us to develop this product.
* Bump copyright to 2023
* Check and fix grub for net.ifnames=0 post leapp upgrade.

## 2022-12-20 - version 4
## **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
## **2022-12-12** - version 3

### User Facing
* Do not use "ERROR" for successful notifications.
Expand All @@ -113,7 +113,7 @@ process to make it faster and easier for us to develop this product.
* Simplify v# release process.
* Modularize blocker tests.

## 2022-11-16 - version 2
## **2022-11-16** - version 2

### User Facing
* Fixed bug in logic for version check which was detecting a new version incorrectly.
Expand All @@ -122,7 +122,7 @@ process to make it faster and easier for us to develop this product.
### Internal:
* Allow testing using alternative update URLs

## 2022-10-17 - version 1
## **2022-10-17** - version 1

### User Facing
* Fix run_once entry names in stage file
Expand All @@ -138,5 +138,5 @@ process to make it faster and easier for us to develop this product.
* read_stage_file() can read specific data
* run_once is now a method

## 2022-10-07 - version 0
## **2022-10-07** - version 0
* See git log for more history.

0 comments on commit 3886be4

Please sign in to comment.