Update to 2.6.2
- 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
This commit is contained in:
parent
183e29cddf
commit
9a940ef364
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/mssql-2.5.2.tar.gz
|
||||
/auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz
|
||||
/mssql-2.6.1.tar.gz
|
||||
/mssql-2.6.2.tar.gz
|
||||
|
@ -14,7 +14,7 @@ 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.6.1
|
||||
Version: 2.6.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: MIT
|
||||
@ -321,6 +321,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 4 2025 Sergei Petrosian <spetrosi@redhat.com> - 2.6.2-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
|
||||
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (auto-maintenance-e92f7e4b3a9d09f75c3bfc257705506562083336.tar.gz) = 7d1b4d0337309f06df5530f2206de687510e4b4fe7b590d7d56d93264cbb0871e93d1f9767a43d580e1c16e78d01c53509a592e3042c5e5a4d8596e940a3d927
|
||||
SHA512 (mssql-2.6.1.tar.gz) = 101a9b271add3da2146e235060be3b9b98e763622c8e3216a7099bacf28deff7791a4227db0eb0febf53152866a12d5732ceca4210f9fa7b5fb52d055226e4f1
|
||||
SHA512 (mssql-2.6.2.tar.gz) = c94d54b700a78dff860724093c0e005eb1df9fbf705e2c78a5749c8f5c118e88053383f3a9ed537b10724a426967e4b59e40446a9b6dd8779b24746e1a3c6a15
|
||||
|
Loading…
Reference in New Issue
Block a user