Changelog for
ansible-collection-microsoft-sql-2.2.3-3.fc41.noarch.rpm :
* Wed Jul 17 2024 Fedora Release Engineering
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Wed May 22 2024 Sergei Petrosian - 2.2.3-2- Use downstream ansible-packaging.inc to fix eln build
* Tue Mar 12 2024 Sergei Petrosian - 2.2.3-1- Add support for running SQL Server as a SELinux unconfined application with SELinux in enforcing mode on RHEL 9 Resolves: RHEL-17080- ExcludeArch: i686
* Fri Feb 09 2024 Sergei Petrosian - 2.2.2-1- Update role to version 2.2.2 to fix HA- CHANGELOG.md was missing in some places- In legacy role, sed repalced unexpected strings at some places
* Wed Jan 31 2024 Sergei Petrosian - 2.2.1-1- Support installing SQL Server 2022 on RHEL 9 and running as a selinux-confined application- Remove unnecessary variable and RPM requirements for read-scale clusters- Add the mssql_ha_prep_for_pacemaker variable to configure SQL Server for Pacemaker- Deprecate `mssql_ha_cluster_run_role` for `mssql_manage_ha_cluster`
* Mon Jan 22 2024 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 21 2023 Sergei Petrosian - 2.1.0-1- Update role to 2.1.0 to add support for installing mssql on RHEL 9
* Mon Sep 18 2023 Sergei Petrosian - 2.0.2-2- Use latest auto-maintenance for updates in lsr_role2collection.py
* Wed Aug 16 2023 Sergei Petrosian - 2.0.2-1- Update role to version 2.0.2 to improve collection readme- Remove with_html, instead use built-in .README.html- Update galaxy fields
* Fri Jul 28 2023 Sergei Petrosian - 2.0.1-1- Update role to version 2.0.1 to fix issue in IDM CI
* Thu Jul 27 2023 Sergei Petrosian - 2.0.0-1- Update role to version 2.0.0 to enhance AD integrationResolves: RHEL-877Resolves: RHEL-878Resolves: RHEL-879Resolves: RHEL-880
* Wed Jul 19 2023 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed May 31 2023 Sergei Petrosian - 1.4.1-1- Update BuiildRequires to use ansible-core on RHEL > 8.8- Update role to version 1.4.1 to add customizable storage paths
* Tue May 30 2023 Sergei Petrosian - 1.3.0-4- Move RHEL related code into an include for spec readability
* Mon Feb 27 2023 Sergei Petrosian - 1.3.0-3- Spec: add functionality to build from a commit hash- Use latest 1.3.0 to add flexibility to AD integration functionality Resolves: rhbz#2163709
* Fri Feb 03 2023 Sergei Petrosian - 1.3.0-1- On SQL Server Enterprise Edition, support configuring asynchronous replication Resolves: rhbz#2144820- Support configuring a read-scale SQL server availability group (without pacemaker Resolves: rhbz#2144821- Use the certificate role to create the cert and the key Resolves: rhbz#2144852- Support SQL Server version 2022 Resolves: rhbz#2153427- Support integrating with AD Server for authentication Resolves: rhbz#2163696- md2html.sh - use -t to generate TOC- Replace installbase with ansible_roles_dir in pretrans scriplet
* Wed Jan 18 2023 Fedora Release Engineering - 1.2.4-5- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Nov 11 2022 Sergei Petrosian - 1.2.4-4- Keep spec consistent with linux-system-roles - Return conditionals related to EL to keep up- and downstream consistent - Add pretrans scriplet to remove symlinks if exist to fix issue with update - Instead of copying doc and license files create symlinks - Dynamically generate %files section
* Thu Sep 22 2022 Sergei Petrosian - 1.2.4-3- Further simplify spec file - Do not install roles to /usr/share/microsoft and then create symlinks to /usr/share/ansible/roles/, instead install directly to /usr/share/ansible/roles/ - Remove unused removal of ambiguous python shebangs
* Tue Sep 20 2022 Sergei Petrosian - 1.2.4-2- Remove all code unrelated to Fedora to siplify the file - Remove bcond_with ansible because Fedora always have ansible - Replace the ansible_build_dep macro with simple ansible-packaging - Remove %bcond_with html because Fedora always can convert md to html - Remove conditions related to RHEL - Replace ansible_collection_build_install with biult-in build & install - Remove unrelated to Fedora Provides - Remove all loops because this RPM contains only one role - Remove definition of ansible_collection_files as its part of ansible-packaging - Clean up %files section - Use ansible_collection_files in %files section - Remove duplicated lines and wildcards - Remove defsource - simply define the source for mssql - Escape macros in comments with a second % - \'s|$RPM_BUILD_ROOT|%{buildroot}|\' for consistency - Remove getarchivedir for simplicity - Wrap description by 80 symbols and clarify it - Remove tests/.fmf dir from the RPM Resolves: rhbz#2126901
* Thu Sep 01 2022 Sergei Petrosian - 1.2.4-1- Replicate all provided databases - This change fixes the bug where only the first database provided withmssql_ha_db_names got replicated - Clarify that the role does not remove not listed databases Resolves: rhbz#2066337- Input multiple sql scripts - Allow _input_sql_file vars to accept list of files - Flush handlers prior to inputting post sql script Resolves: rhbz#2120712- Note that ha_cluster is not idempotent- SPEC: Do not update dates in CHANGELOG.md
* Thu Aug 25 2022 Sergei Petrosian - 1.2.3-1- Use firewall role to configure firewall for SQL Server Resolves: rhbz#2120709- Add mssql_ha_virtual_ip Replace mssql_ha_db_name with mssql_ha_db_names to let users replicate multiple DBs Resolves: rhbz#2066337- Replace simple `mssql_input_sql_file` with `pre` and `post` variables Resolves: rhbz#2120712- Add Requires: linux-system-roles or rhel-system-roles- Replace fedora.linux_system_roles:redhat.rhel_system_roles on RHEL- Add downstream values to galaxy.yml- Change defcommit to defsource that takes both tags and commits- Update CHANGELOG.md with the current date and copy it to collection dir
* Wed Jul 20 2022 Fedora Release Engineering - 1.1.1-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild