Skip to content

Release

Adding a New Operating System

To add support for a new operating system, do the following:

  1. Add appropriate entries to the artifacts structure in make_pkgs.go.
{"centos/el9", rpm}, // 9
  1. Update the CHANGELOG.md to 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!