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

127 lines
3.9 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.10:
changes:
minor_changes:
- koji_server - allow side-tag creation for all Koji tags.
fragments:
- 7-allow-sidetags-for-all-tags.yml
objects:
role:
- description: A role that installs Pungi and Lorax.
name: pungi_builder
namespace: null
release_date: '2024-02-22'
0.1.11:
changes:
minor_changes:
- pungi_builder - install glibc-langpack-ru and lorax-lmc-novirt dependencies.
fragments:
- 8-install-extra-lorax-deps.yml
release_date: '2024-03-06'
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'
0.1.8:
changes:
minor_changes:
- kerberos_kdc - open Kerberos service to public if firewalld is present.
fragments:
- 6-kerberos_kdc_firewall_rules.yml
release_date: '2024-01-25'
0.1.9:
objects:
role:
- description: A role that generates a PGP key for testing purposes.
name: pgp_test_key
namespace: null
release_date: '2024-02-06'