Compare commits
No commits in common. "c9s" and "c8-beta" have entirely different histories.
2
.ansible-collection-microsoft-sql.metadata
Normal file
2
.ansible-collection-microsoft-sql.metadata
Normal file
@ -0,0 +1,2 @@
|
||||
b0ee52fd3c4f8d57f2414bee6b1a944f9002b13f SOURCES/auto-maintenance-eadd06cfa98d244b096cff24cd11b668428b1613.tar.gz
|
||||
e8478bb22d373f545bb92ed83791b83c95fc29f7 SOURCES/mssql-2.2.3.tar.gz
|
22
.gitignore
vendored
22
.gitignore
vendored
@ -1,20 +1,2 @@
|
||||
/auto-maintenance-cdc706f14614ef5e80bbce8db10beb369e889df9.tar.gz
|
||||
/mssql-78ea547ef9e23e20015794a1e48c7d6d21229293.tar.gz
|
||||
/mssql-02d2edb8ac7815cc5789a56414c09bfd0700cbb1.tar.gz
|
||||
/mssql-27201be4f2e557a6dcde36463354a1de0cbadb08.tar.gz
|
||||
/auto-maintenance-fe4fd028db23607414acce481388f23ac51cd944.tar.gz
|
||||
/mssql-4eb3dd55defd801a5032efa597983cbbec4bbeea.tar.gz
|
||||
/mssql-1.2.1.tar.gz
|
||||
/mssql-1.2.3.tar.gz
|
||||
/mssql-1.2.4.tar.gz
|
||||
/mssql-1.3.0.tar.gz
|
||||
/auto-maintenance-73800682a3293ef5ab5ed5880329ce792cd34bbf.tar.gz
|
||||
/mssql-1.4.1.tar.gz
|
||||
/mssql-2.0.1.tar.gz
|
||||
/mssql-2.2.0.tar.gz
|
||||
/mssql-2.2.1.tar.gz
|
||||
/auto-maintenance-eadd06cfa98d244b096cff24cd11b668428b1613.tar.gz
|
||||
/mssql-2.2.2.tar.gz
|
||||
/mssql-2.2.3.tar.gz
|
||||
/mssql-2.5.2.tar.gz
|
||||
/auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz
|
||||
SOURCES/auto-maintenance-eadd06cfa98d244b096cff24cd11b668428b1613.tar.gz
|
||||
SOURCES/mssql-2.2.3.tar.gz
|
||||
|
@ -14,8 +14,8 @@ BuildRequires: ansible-core >= 2.11.0
|
||||
Name: ansible-collection-microsoft-sql
|
||||
Url: https://github.com/linux-system-roles/mssql
|
||||
Summary: The Ansible collection for Microsoft SQL Server management
|
||||
Version: 2.5.2
|
||||
Release: 1%{?dist}
|
||||
Version: 2.2.3
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: MIT
|
||||
|
||||
@ -47,7 +47,7 @@ Requires: rhel-system-roles
|
||||
Requires: linux-system-roles
|
||||
%endif
|
||||
|
||||
%global mainid e92f7e4b3a9d09f75c3bfc257705506562083336
|
||||
%global mainid eadd06cfa98d244b096cff24cd11b668428b1613
|
||||
# Use either hash or tag for source1id
|
||||
# %%global source1id 50edba099ab2c8b25b225fe760cb5a459b320030
|
||||
%global source1id %{version}
|
||||
@ -321,52 +321,40 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 20 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.5.2-1
|
||||
- Fail on RHEL or CentOS 10 because it's not supported
|
||||
Resolves: RHEL-67804
|
||||
- Use new adutil functionality to enable AES encryption
|
||||
Resolves: RHEL-67807
|
||||
- Add mssql_tools_versions, mssql_tls_self_sign to allow installing different versions of mssql-tools
|
||||
Resolves: RHEL-68374
|
||||
- Deprecate mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula
|
||||
Resolves: RHEL-69311
|
||||
|
||||
* Tue Feb 27 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.3-2
|
||||
* Thu Feb 27 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.3-2
|
||||
- Revert ExcludeArch: i686 due to TFT-2460
|
||||
Resolves: RHEL-16342
|
||||
Resolves: RHEL-17080
|
||||
|
||||
* Thu Feb 22 2024 Sergei Petrosian <spetrosi@redhat.com> - 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-16342
|
||||
Resolves: RHEL-17080
|
||||
- ExcludeArch: i686
|
||||
|
||||
* Tue Feb 6 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.2-1
|
||||
- Update role to version 2.2.2 to fix HA
|
||||
Resolves: RHEL-19201
|
||||
|
||||
* Fri Feb 2 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.1-3
|
||||
Resolves: RHEL-19202
|
||||
- CHANGELOG.md was missing in some places
|
||||
- In legacy role, sed repalced unexpected strings at some places
|
||||
Resolves: RHEL-23455
|
||||
Resolves: RHEL-23456
|
||||
|
||||
* Wed Jan 31 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.1-2
|
||||
- Use latest auto-maintenance for updates in lsr_role2collection.py
|
||||
- Remove with_html, instead use built-in .README.html
|
||||
Resolves: RHEL-23455
|
||||
Resolves: RHEL-23456
|
||||
|
||||
* Mon Jan 29 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.2.1-1
|
||||
- Update role to version 2.2.1 to enhance running on EL 9
|
||||
Resolves: RHEL-16342
|
||||
Resolves: RHEL-17080
|
||||
|
||||
* Mon Dec 11 2023 Sergei Petrosian <spetrosi@redhat.com> - 2.2.0-1
|
||||
- Support installing SQL Server 2022 on RHEL 9 and running as a selinux-confined application
|
||||
Resolves: RHEL-16342
|
||||
Resolves: RHEL-17080
|
||||
- Remove unnecessary variable and RPM requirements for read-scale clusters
|
||||
Resolves: RHEL-3540
|
||||
Resolves: RHEL-19202
|
||||
- Add the mssql_ha_prep_for_pacemaker variable to configure SQL Server for Pacemaker
|
||||
Resolves: RHEL-19091
|
||||
Resolves: RHEL-19204
|
||||
- Deprecate `mssql_ha_cluster_run_role` for `mssql_manage_ha_cluster`
|
||||
Resolves: RHEL-19092
|
||||
Resolves: RHEL-19203
|
||||
|
||||
* Thu Jul 27 2023 Sergei Petrosian <spetrosi@redhat.com> - 2.0.1-1
|
||||
- Update role to version 2.0.1 to enhance AD integration
|
||||
@ -379,27 +367,41 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
||||
- Update BuiildRequires to use ansible-core on RHEL > 8.8
|
||||
- Move RHEL related code into an include for spec readability
|
||||
- Update role to version 1.4.1 to add customizable storage paths
|
||||
Resolves: RHEL-529
|
||||
Resolves: RHEL-528
|
||||
|
||||
* Thu Feb 23 2023 Sergei Petrosian <spetrosi@redhat.com> - 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
|
||||
Resolves: rhbz#2163696
|
||||
|
||||
* Fri Feb 17 2023 Sergei Petrosian <spetrosi@redhat.com> - 1.3.0-2
|
||||
* Thu Feb 16 2023 Sergei Petrosian <spetrosi@redhat.com> - 1.3.0-2
|
||||
- Replace fedora.linux_system_roles/redhat.rhel_system_roles and
|
||||
linux-system-roles.mssql with microsoft.sql.server in the role.
|
||||
Resolves: rhbz#2151281
|
||||
Resolves: rhbz#2129106
|
||||
- Use latest 1.3.0 to fix ad_Integration issues
|
||||
Resolves: rhbz#2163709
|
||||
Resolves: rhbz#2163696
|
||||
|
||||
* Thu Feb 2 2023 Sergei Petrosian <spetrosi@redhat.com> - 1.3.0-1
|
||||
- Keep spec consistent with linux-system-roles and simplify
|
||||
* Wed Feb 1 2023 Sergei Petrosian <spetrosi@redhat.com> - 1.3.0-1
|
||||
- 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
|
||||
- Add -t to md2html to generate TOC
|
||||
Resolves: rhbz#2129106
|
||||
- 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
|
||||
|
||||
* Thu Sep 22 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.2.4-2
|
||||
- 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/
|
||||
@ -410,83 +412,69 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
||||
- Remove getarchivedir for simplicity
|
||||
- Wrap description by 80 symbols and clarify it
|
||||
- Remove tests/.fmf dir from the RPM
|
||||
Resolves: rhbz#2151281
|
||||
- On SQL Server Enterprise Edition, support configuring asynchronous replication
|
||||
Resolves: rhbz#2151282
|
||||
- Support configuring a read-scale SQL server availability group (without pacemaker
|
||||
Resolves: rhbz#2151283
|
||||
- Use the certificate role to create the cert and the key
|
||||
Resolves: rhbz#2151284
|
||||
- Support SQL Server version 2022
|
||||
Resolves: rhbz#2153428
|
||||
- Support integrating with AD Server for authentication
|
||||
Resolves: rhbz#2163709
|
||||
Resolves: rhbz#2129106
|
||||
|
||||
* Thu Sep 1 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.2.4-1
|
||||
- Replicate all provided databases
|
||||
- This change fixes the bug where only the first database provided with
|
||||
mssql_ha_db_names got replicated
|
||||
- Clarify that the role does not remove not listed databases
|
||||
Resolves: rhbz#2066337
|
||||
Resolves: rhbz#2129869
|
||||
- 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
|
||||
Resolves: rhbz#2129872
|
||||
- Note that ha_cluster is not idempotent
|
||||
- SPEC: Do not update dates in CHANGELOG.md
|
||||
|
||||
* Thu Aug 25 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.2.3-1
|
||||
- Use firewall role to configure firewall for SQL Server
|
||||
Resolves: rhbz#2120709
|
||||
Resolves: rhbz#2120714
|
||||
- Add mssql_ha_virtual_ip
|
||||
Replace mssql_ha_db_name with mssql_ha_db_names to let users replicate multiple DBs
|
||||
Resolves: rhbz#2066337
|
||||
|
||||
Resolves: rhbz#2066338
|
||||
- Replace simple `mssql_input_sql_file` with `pre` and `post` variables
|
||||
Resolves: rhbz#2120712
|
||||
Resolves: rhbz#2120713
|
||||
- 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
|
||||
|
||||
* Mon Jul 4 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.2.0-2
|
||||
* Mon Jul 4 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.2.0-3
|
||||
- Update mssql commit
|
||||
Resolves: rhbz#2066337
|
||||
Resolves: rhbz#2066338
|
||||
- Add condition for upstream spec build for galaxy_transform
|
||||
- Replace extra-mapping with replacing in the legacy format with sed
|
||||
|
||||
* Fri Jun 17 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.2.0-2
|
||||
Return mistakenly deleted galaxy.yml string and bump release
|
||||
|
||||
* Fri Jun 17 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.2.0-1
|
||||
- Add MVP HA functionality to the server role
|
||||
Resolves: rhbz#2066337
|
||||
Resolves: rhbz#2066338
|
||||
- Add mssql_tls_remote_src to the server role
|
||||
Resolves: rhbz#2098212
|
||||
Resolves: rhbz#2039990
|
||||
- Add Requires: linux-system-roles or rhel-system-roles
|
||||
- Add downstream values to galaxy.yml
|
||||
|
||||
* Mon Mar 21 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.1.1-3
|
||||
- Fix inserting ansible_managed
|
||||
Resolves: rhbz#2057652
|
||||
Resolves: rhbz#2065206
|
||||
- Users now can provide a custom URLs to pull packages and RPM key from
|
||||
Resolves: rhbz#2070452
|
||||
- Add "Requires: ansible-core or ansible"
|
||||
Resolves: rhbz#2067496
|
||||
|
||||
Resolves: rhbz#2067175
|
||||
|
||||
* Fri Mar 18 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.1.1-2
|
||||
- RHEL8.6, 9 - add "Requires: ansible-core or ansible"
|
||||
Resolves: rhbz#2065669 (EL9)
|
||||
Resolves: rhbz#2067172
|
||||
|
||||
* Thu Mar 17 2022 Sergei Petrosian <spetrosi@redhat.com> - 1.1.1-1
|
||||
- Insert the "Ansible managed" comment to the /var/opt/mssql/mssql.conf file
|
||||
Resolves rhbz#2064690 (EL9)
|
||||
Resolves rhbz#2065206
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Sep 23 2021 Sergei Petrosian <spetrosi@redhat.com> - 1.1.0-2
|
||||
- Bump release to build with gating.yaml added
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
2
sources
2
sources
@ -1,2 +0,0 @@
|
||||
SHA512 (auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz) = 7d1b4d0337309f06df5530f2206de687510e4b4fe7b590d7d56d93264cbb0871e93d1f9767a43d580e1c16e78d01c53509a592e3042c5e5a4d8596e940a3d927
|
||||
SHA512 (mssql-2.5.2.tar.gz) = 7ea9f9a8039d527154492694f1cf8290677fe4ab1219343d0ce5be35024d9a48829ab27f27655cf0177fa109ad0ea46becd8795a8ef7236974de43f71e50d8fd
|
Loading…
Reference in New Issue
Block a user