==========================
msvsphere.ci Release Notes
==========================
.. contents :: Topics
v0.1.8
======
Minor Changes
-------------
- kerberos_kdc - open Kerberos service to public if firewalld is present.
v0.1.7
======
Minor Changes
-------------
- koji_cli - add Kerberos keytab path and principal configuration support trough `` koji_cli_keytab `` and `` koji_cli_principal `` variables.
- koji_server - add Koji sidetags configuration support through `` koji_hub_sidetags_max `` and `` koji_hub_sidetags_parents `` variables.
Bugfixes
--------
- koji_builder - enabled by default mock use_bootstrap_image option broke Koji builds. Fix disables this option globally in the /etc/mock/site-defaults.cfg file.
v0.1.6
======
Release Summary
---------------
Implemented Gitea installation and Koji builders support.
New Roles
---------
- msvsphere.ci.gitea_binary - A role that installs Gitea from an official binary.
- msvsphere.ci.gitea_db_server - A role that configures a PostgreSQL server for Gitea.
- msvsphere.ci.koji_builder - A role that configures a Koji builder.
v0.1.5
======
New Roles
---------
- msvsphere.ci.kerberos_kdc - A role that installs and configures a Kerberos KDC.
v0.1.4
======
Bugfixes
--------
- koji_db_server - added PostgreSQL 15 support by granting schema usage and create privileges to Koji user.
New Roles
---------
- msvsphere.ci.kerberos_principal - A role that creates a kerberos principal.
- msvsphere.ci.koji_cli - A role that installs and configures Koji CLI tools.
- msvsphere.ci.koji_server - A role that installs and configures a Koji server.
v0.1.3
======
New Roles
---------
- msvsphere.ci.koji_db_server - A role that configures a PostgreSQL server for Koji.
v0.1.2
======
New Roles
---------
- msvsphere.ci.koji_server_ca - A role that creates a Koji server CA and issues an HTTPS certificate.
v0.1.1
======
New Roles
---------
- msvsphere.ci.koji_tools - A role that installs koji-tools.
v0.1.0
======
Release Summary
---------------
Initial msvsphere.ci collection release.
New Roles
---------
- msvsphere.ci.postgresql_server - A role that installs and configures a PostgreSQL server