Skip to content

Commit fd0fc8a

Browse files
committed
Release 1.8.0
Late fixes: * Fixed constraint for MarkupSafe in ansible-constraints.txt which caused install failure on Python 3.7. Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent 685feaa commit fd0fc8a

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

ansible-constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Jinja2==3.0.0; python_version >= '3.8'
2929

3030
# MarkupSafe is used by Jinja2
3131
# Jinja2 3.0 requires MarkupSafe>=2.0
32-
MarkupSafe>=1.1.0; python_version <= '3.7'
33-
MarkupSafe>=2.0.0; python_version >= '3.8'
32+
MarkupSafe==1.1.0; python_version <= '3.7'
33+
MarkupSafe==2.0.0; python_version >= '3.8'
3434

3535

3636
# Direct dependencies for development (must be consistent with dev-requirements.txt)

docs/source/release_notes.rst

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,15 @@ Releases
2020
========
2121

2222

23-
Version 1.8.0-dev1
24-
------------------
23+
Version 1.8.0
24+
-------------
2525

26-
This version contains all fixes up to version 1.7.x.
26+
This version contains all fixes up to version 1.7.4.
2727

28-
Released: not yet
28+
Released: 2024-01-15
2929

3030
Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_
3131

32-
**Incompatible changes:**
33-
34-
**Deprecations:**
35-
3632
**Bug fixes:**
3733

3834
* Addressed safety issues up to 2024-01-08.
@@ -187,12 +183,6 @@ Availability: `AutomationHub`_, `Galaxy`_, `GitHub`_
187183
collections and in order to get rid of the dependency to have the doc extractor
188184
installed as a dependency to build and install the collection locally.
189185

190-
**Known issues:**
191-
192-
* See `list of open issues`_.
193-
194-
.. _`list of open issues`: https://github.com/zhmcclient/zhmc-ansible-modules/issues
195-
196186

197187
Version 1.7.0
198188
-------------

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace: ibm
22

33
name: ibm_zhmc
44

5-
version: 1.8.0-dev1
5+
version: 1.8.0
66

77
readme: README.md
88

0 commit comments

Comments
 (0)