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/changelogs/changelog.yaml

94 lines
3.0 KiB

ancestor: null
releases:
0.1.0:
changes:
release_summary: Initial msvsphere.ci collection release.
fragments:
- 0-initial-release.yml
objects:
role:
- description: A role that installs and configures a PostgreSQL server
name: postgresql_server
namespace: null
release_date: '2023-12-12'
0.1.1:
objects:
role:
- description: A role that installs koji-tools.
name: koji_tools
namespace: null
release_date: '2023-12-13'
0.1.2:
objects:
role:
- description: A role that creates a Koji server CA and issues an HTTPS certificate.
name: koji_server_ca
namespace: null
release_date: '2023-12-13'
0.1.3:
objects:
role:
- description: A role that configures a PostgreSQL server for Koji.
name: koji_db_server
namespace: null
release_date: '2023-12-14'
0.1.4:
changes:
bugfixes:
- koji_db_server - added PostgreSQL 15 support by granting schema usage and
create privileges to Koji user.
fragments:
- 1-koji_db_server-pg15-support.yml
objects:
role:
- description: A role that creates a kerberos principal.
name: kerberos_principal
namespace: null
- description: A role that installs and configures Koji CLI tools.
name: koji_cli
namespace: null
- description: A role that installs and configures a Koji server.
name: koji_server
namespace: null
release_date: '2023-12-18'
0.1.5:
objects:
role:
- description: A role that installs and configures a Kerberos KDC.
name: kerberos_kdc
namespace: null
release_date: '2023-12-18'
0.1.6:
changes:
release_summary: Implemented Gitea installation and Koji builders support.
fragments:
- 2-add-builders-and-git-support.yml
objects:
role:
- description: A role that installs Gitea from an official binary.
name: gitea_binary
namespace: null
- description: A role that configures a PostgreSQL server for Gitea.
name: gitea_db_server
namespace: null
- description: A role that configures a Koji builder.
name: koji_builder
namespace: null
release_date: '2023-12-22'
0.1.7:
changes:
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.
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.
fragments:
- 3-disable-mock-bootstrap-image.yml
- 4-koji_cli_kerberos-support.yml
- 5-koji_server-sidetags-support.yml
release_date: '2023-12-28'