Server IP : 85.214.239.14 / Your IP : 18.222.167.85 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/ansible_collections/chocolatey/chocolatey/changelogs/ |
Upload File : |
# See: https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelog.yaml-format.md ancestor: null releases: 1.4.0: release_date: '2022-12-15' changes: release_summary: | 1.4.0 - Deprecate side by side installs, bug fixes, and adding TLS options for bootstrapping. major_changes: - win_chocolatey - Allow users to select the TLS versions used for bootstrapping Chocolatey installation. deprecated_features: - win_chocolatey - Deprecate side-by-side installs. bugfixes: - win_chocolatey - Module fails to execute if powershell version is older than version 5. 1.3.1: release_date: '2022-10-12' changes: release_summary: | 1.3.1 - Bugfix for an issue introduced in collection version 1.3.0 bugfixes: - win_chocolatey - Collection version 1.3.0 fails to install packages with explicit version number and state set to present. 1.3.0: release_date: '2022-06-28' changes: release_summary: | 1.3.0 - Add support for bootstrap_script and returning outdated packages major_changes: - win_chocolatey - Added bootstrap_script option to allow users to target a script URL for installing Chocolatey on clients. - win_chocolatey_facts - Added outdated packages list to data returned. minor_changes: - All collection modules - assorted style/linting fixes in documentation and scripts. 1.2.0: release_date: '2022-02-09' changes: release_summary: | 1.2.0 - Bugfixes, support for choco_args and state: upgrade major_changes: - win_chocolatey - Added choco_args option to pass additional arguments directly to Chocolatey. minor_changes: - 'win_chocolatey - Added state: upgrade as an alias for state: latest.' - win_chocolatey - Improved automatic URL handling for getting the install.ps1 script from a custom source URL. - 'win_chocolatey - Removed warning for installing Chocolatey if when specifically installing it with `name: chocolatey`.' - win_chocolatey - Improved handling of Chocolatey bootstrapping installation script. - All modules - Ported away from the Ansible.Legacy format, using Ansible.Basic.Module instead. 1.1.0: release_date: '2021-04-05' changes: release_summary: | 1.1.0 - Bugfixes, behaviour reworks, support for --remove-dependencies minor_changes: - win_chocolatey - Support for removing dependencies added with remove_dependencies option. bugfixes: - win_chocolatey - Module can now handle uninstallation correctly for both side-by-side and normal package installations. - All modules - Added fallback to default choco install path for auxiliary modules to workaround issue in OpenSSH library under Windows. (https://github.com/PowerShell/Win32-OpenSSH#1329) 1.0.0: release_date: '2020-03-30' changes: release_summary: | Initial Release modules: - name: win_chocolatey description: Manage packages using chocolatey namespace: '' - name: win_chocolatey_config description: Manages Chocolatey config settings namespace: '' - name: win_chocolatey_facts description: Create a facts collection for Chocolatey namespace: '' - name: win_chocolatey_feature description: Manages Chocolatey features namespace: '' - name: win_chocolatey_source description: Manages Chocolatey sources namespace: ''