You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-msvsphere.ci/CHANGELOG.rst

82 lines
1.5 KiB

==========================
msvsphere.ci Release Notes
==========================
.. contents:: Topics
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