Skip to content

Commit

Permalink
Update changelog for release 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: ansible-middleware-core <[email protected]>
  • Loading branch information
ansible-middleware-core committed Mar 14, 2024
1 parent 4462f93 commit 12c342a
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 3 deletions.
28 changes: 25 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
========================================
middleware_automation.jbcs Release Notes
========================================
=========================================
middleware\_automation.jbcs Release Notes
=========================================

.. contents:: Topics

This changelog describes changes after version 1.0.0.

v1.1.0
======

Major Changes
-------------

- Set minimum ansible-core version to 2.14 `#8 <https://github.com/ansible-middleware/jbcs/pull/8>`_

Minor Changes
-------------

- Add proxy pass directives to ssl config `#3 <https://github.com/ansible-middleware/jbcs/pull/3>`_
- Add support for offline patching `#12 <https://github.com/ansible-middleware/jbcs/pull/12>`_
- Implement automatic download and install of security patches `#9 <https://github.com/ansible-middleware/jbcs/pull/9>`_
- Update default jbcs version to 2.4.57 `#7 <https://github.com/ansible-middleware/jbcs/pull/7>`_

Bugfixes
--------

- Add missing become where needed `#6 <https://github.com/ansible-middleware/jbcs/pull/6>`_

v1.0.3
======

Expand All @@ -23,3 +44,4 @@ v1.0.1

v1.0.0
======

31 changes: 31 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,34 @@ releases:
- 1.yaml
- 2.yaml
release_date: '2023-08-29'
1.1.0:
changes:
bugfixes:
- 'Add missing become where needed `#6 <https://github.com/ansible-middleware/jbcs/pull/6>`_
'
major_changes:
- 'Set minimum ansible-core version to 2.14 `#8 <https://github.com/ansible-middleware/jbcs/pull/8>`_
'
minor_changes:
- 'Add proxy pass directives to ssl config `#3 <https://github.com/ansible-middleware/jbcs/pull/3>`_
'
- 'Add support for offline patching `#12 <https://github.com/ansible-middleware/jbcs/pull/12>`_
'
- 'Implement automatic download and install of security patches `#9 <https://github.com/ansible-middleware/jbcs/pull/9>`_
'
- 'Update default jbcs version to 2.4.57 `#7 <https://github.com/ansible-middleware/jbcs/pull/7>`_
'
fragments:
- 12.yaml
- 3.yaml
- 6.yaml
- 7.yaml
- 8.yaml
- 9.yaml
release_date: '2024-03-14'

0 comments on commit 12c342a

Please sign in to comment.