mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Fix spelling mistake of library
Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
This commit is contained in:
parent
95e0630f01
commit
96586c106e
4 changed files with 5 additions and 5 deletions
|
@ -219,7 +219,7 @@ Fixed
|
|||
- Periodically restart the fileserver update process to avoid leaks (#50313)
|
||||
- Add ssh_timeout to kwargs in deploy_script (#59901)
|
||||
- Update the external ipaddress to the latest 3.9.5 version which has some security fixes. Updating the compat.p to use the vendored version if the python version is below 3.9.5 and only run the test_ipaddress.py tests if below 3.9.5. (#60168)
|
||||
- Use the right crypto libary for salt.utils.crypt.reinit_crypto (#60215)
|
||||
- Use the right crypto library for salt.utils.crypt.reinit_crypto (#60215)
|
||||
- Stop SSH from hanging if connection is lost. Also added args to customize grace period. (#60216)
|
||||
- Improve reliability of Terminal class (#60504)
|
||||
- Ignore configuration for 'enable_fqdns_grains' for AIX, Solaris and Juniper, assume False (#60529)
|
||||
|
@ -241,7 +241,7 @@ Fixed
|
|||
- Fixed dependencies for Amazon Linux 2 on https://repo.saltproject.io since Amazon Linux 2 now provides some of the python libraries in their repos. (#59982)
|
||||
- IPCMessageSubscriber objects expose their connect method as a coroutine so they can be wrapped by SyncWrapper. (#60049)
|
||||
- Import salt.utils.azurearm instead of using __utils__ from loader in azure cloud. This fixes an issue where __utils__ would become unavailable when we are using the ThreadPool in azurearm. (#59744)
|
||||
- Use contextvars libary from site-packages if it is intalled. Fixes salt ssh for targets with python <=3.6 (#59942)
|
||||
- Use contextvars library from site-packages if it is intalled. Fixes salt ssh for targets with python <=3.6 (#59942)
|
||||
- Add back support to load old entrypoints by iterating instead of type checking (#59961)
|
||||
- Pass the value of the `__grains__` NamedContext to salt.pillar.get_pillar, instead of the NamedContext object itself. (#59975)
|
||||
- Fix pillar serialization in jinja templates (#60083)
|
||||
|
|
|
@ -13,7 +13,7 @@ Fixed
|
|||
- Fixed dependencies for Amazon Linux 2 on https://repo.saltproject.io since Amazon Linux 2 now provides some of the python libraries in their repos. (#59982)
|
||||
- IPCMessageSubscriber objects expose their connect method as a coroutine so they can be wrapped by SyncWrapper. (#60049)
|
||||
- Import salt.utils.azurearm instead of using __utils__ from loader in azure cloud. This fixes an issue where __utils__ would become unavailable when we are using the ThreadPool in azurearm. (#59744)
|
||||
- Use contextvars libary from site-packages if it is intalled. Fixes salt ssh for targets with python <=3.6 (#59942)
|
||||
- Use contextvars library from site-packages if it is intalled. Fixes salt ssh for targets with python <=3.6 (#59942)
|
||||
- Add back support to load old entrypoints by iterating instead of type checking (#59961)
|
||||
- Pass the value of the ``__grains__`` NamedContext to salt.pillar.get_pillar, instead of the NamedContext object itself. (#59975)
|
||||
- Fix pillar serialization in jinja templates (#60083)
|
||||
|
|
|
@ -12,7 +12,7 @@ Fixed
|
|||
- Periodically restart the fileserver update process to avoid leaks (#50313)
|
||||
- Add ssh_timeout to kwargs in deploy_script (#59901)
|
||||
- Update the external ipaddress to the latest 3.9.5 version which has some security fixes. Updating the compat.p to use the vendored version if the python version is below 3.9.5 and only run the test_ipaddress.py tests if below 3.9.5. (#60168)
|
||||
- Use the right crypto libary for salt.utils.crypt.reinit_crypto (#60215)
|
||||
- Use the right crypto library for salt.utils.crypt.reinit_crypto (#60215)
|
||||
- Stop SSH from hanging if connection is lost. Also added args to customize grace period. (#60216)
|
||||
- Improve reliability of Terminal class (#60504)
|
||||
- Ignore configuration for 'enable_fqdns_grains' for AIX, Solaris and Juniper, assume False (#60529)
|
||||
|
|
|
@ -274,7 +274,7 @@ If ( Test-Path "$($ini[$bitPaths]['NSISDir'])\Include\MoveFileFolder.nsh" ) {
|
|||
$file = "$($ini['Settings']['DownloadDir'])\$file"
|
||||
DownloadFileWithProgress $url $file
|
||||
|
||||
# Move libary to the include directory
|
||||
# Move library to the include directory
|
||||
Write-Output " - Copying library to include directory . . ."
|
||||
Move-Item "$file" "$( $ini[$bitPaths]['NSISDir'] )\Include\MoveFileFolder.nsh" -Force
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue