Skip to content

Commit

Permalink
Merge pull request #131 from vexx32/release/1.5.0
Browse files Browse the repository at this point in the history
(maint) Update changelog for 1.5.0
  • Loading branch information
Windos authored Jun 27, 2023
2 parents 889c977 + 05603c9 commit e1c6b37
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
15 changes: 15 additions & 0 deletions chocolatey/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# See: https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelog.yaml-format.md
ancestor: null
releases:
1.5.0:
release_date: '2023-06-27'
changes:
release_summary: |
1.5.0 - Chocolatey CLI v2 compatibility, add checksum and fact subset options, documentation fixes
major_changes:
- win_chocolatey - add options for specifying checksums
- win_chocolatey_facts - add filter / gather_subset option
minor-changes:
- All modules - Ensure modules are compatible with both Chocolatey CLI v2.x and v1.x
- win_chocolatey - Improve error messages when installation of Chocolatey CLI v2.x fails due to unmet .NET Framework 4.8 dependency on client
documentation:
- All modules - Use true/false for all booleans in module docs
- win_chocolatey - see_also contains references to wrong collection
- win_chocolatey - Improve docs around install_args and package_params
1.4.0:
release_date: '2022-12-15'
changes:
Expand Down
10 changes: 6 additions & 4 deletions chocolatey/changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,22 @@ prelude_section_name: release_summary
prelude_section_title: Release Summary
sanitize_changelog: true
sections:
- - major_changes
- Major Changes
- - minor_changes
- Minor Changes
- - breaking_changes
- Breaking Changes / Porting Guide
- - deprecated_features
- Deprecated Features
- - removed_features
- Removed Features (previously deprecated)
- - major_changes
- Major Changes
- - minor_changes
- Minor Changes
- - security_fixes
- Security Fixes
- - bugfixes
- Bugfixes
- - documentation
- Documentation
- - known_issues
- Known Issues
title: Chocolatey.Chocolatey
Expand Down

0 comments on commit e1c6b37

Please sign in to comment.