Update to 2.6.1
- Add mssql_ha_ag_is_contained and mssql_ha_ag_reuse_system_db to allow creating AG as contained and reuse system database Resolves: RHEL-92712 - Add secondary_role_allow_connections and mssql_ha_read_only_routing_list Resolves: RHEL-92718
This commit is contained in:
parent
daf9afbb08
commit
183e29cddf
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/mssql-2.2.3.tar.gz
|
/mssql-2.2.3.tar.gz
|
||||||
/mssql-2.5.2.tar.gz
|
/mssql-2.5.2.tar.gz
|
||||||
/auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz
|
/auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz
|
||||||
|
/mssql-2.6.1.tar.gz
|
||||||
|
@ -14,7 +14,7 @@ BuildRequires: ansible-core >= 2.11.0
|
|||||||
Name: ansible-collection-microsoft-sql
|
Name: ansible-collection-microsoft-sql
|
||||||
Url: https://github.com/linux-system-roles/mssql
|
Url: https://github.com/linux-system-roles/mssql
|
||||||
Summary: The Ansible collection for Microsoft SQL Server management
|
Summary: The Ansible collection for Microsoft SQL Server management
|
||||||
Version: 2.5.2
|
Version: 2.6.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -321,6 +321,12 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 1 2025 Sergei Petrosian <spetrosi@redhat.com> - 2.6.1-1
|
||||||
|
- Add mssql_ha_ag_is_contained and mssql_ha_ag_reuse_system_db to allow creating AG as contained and reuse system database
|
||||||
|
Resolves: RHEL-92712
|
||||||
|
- Add secondary_role_allow_connections and mssql_ha_read_only_routing_list
|
||||||
|
Resolves: RHEL-92718
|
||||||
|
|
||||||
* Wed Nov 20 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.5.2-1
|
* Wed Nov 20 2024 Sergei Petrosian <spetrosi@redhat.com> - 2.5.2-1
|
||||||
- Fail on RHEL or CentOS 10 because it's not supported
|
- Fail on RHEL or CentOS 10 because it's not supported
|
||||||
Resolves: RHEL-67804
|
Resolves: RHEL-67804
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz) = 7d1b4d0337309f06df5530f2206de687510e4b4fe7b590d7d56d93264cbb0871e93d1f9767a43d580e1c16e78d01c53509a592e3042c5e5a4d8596e940a3d927
|
SHA512 (auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz) = 7d1b4d0337309f06df5530f2206de687510e4b4fe7b590d7d56d93264cbb0871e93d1f9767a43d580e1c16e78d01c53509a592e3042c5e5a4d8596e940a3d927
|
||||||
SHA512 (mssql-2.5.2.tar.gz) = 7ea9f9a8039d527154492694f1cf8290677fe4ab1219343d0ce5be35024d9a48829ab27f27655cf0177fa109ad0ea46becd8795a8ef7236974de43f71e50d8fd
|
SHA512 (mssql-2.6.1.tar.gz) = 101a9b271add3da2146e235060be3b9b98e763622c8e3216a7099bacf28deff7791a4227db0eb0febf53152866a12d5732ceca4210f9fa7b5fb52d055226e4f1
|
||||||
|
Loading…
Reference in New Issue
Block a user