Release
Adding a New Operating System
To add support for a new operating system, do the following:
- Add appropriate entries to the
artifactsstructure inmake_pkgs.go.
{"centos/el9", rpm}, // 9
- Update the
CHANGELOG.mdto note the new OS. If no new features or bug fixes are added, update the most recent changelog entry.
## 1.4.1 2023-08-17
* Updated example SPOE configuration files with custom response status
* Added RHEL9 support (2024-08-19)
Then release it!