Compare commits

..

5 Commits

Author SHA1 Message Date
Felix Fontein
709811a43d Final 1.3.14 release. 2022-05-16 12:28:13 +02:00
Felix Fontein
dfc641ff97 Prepare 1.3.14 release. 2022-05-14 13:51:29 +02:00
Felix Fontein
3c3b11d0b9 FreeBSD 11.4 seems to be broken. Disable. 2022-05-08 14:02:35 +02:00
Felix Fontein
a3cb2e897d OpenShift 0.13.0 seems to screw something up. Let's stick to < 0.13.0. (#4161) 2022-02-06 12:13:56 +00:00
Felix Fontein
6495bea4c4 The next expected release is 1.3.14. 2022-01-31 21:28:32 +01:00
5 changed files with 30 additions and 4 deletions

View File

@@ -159,8 +159,8 @@ stages:
test: rhel/7.9
- name: RHEL 8.3
test: rhel/8.3
- name: FreeBSD 11.4
test: freebsd/11.4
# - name: FreeBSD 11.4
# test: freebsd/11.4
- name: FreeBSD 12.2
test: freebsd/12.2
groups:

View File

@@ -5,6 +5,20 @@ Community General Release Notes
.. contents:: Topics
v1.3.14
=======
Release Summary
---------------
Final maintenance release of community.general major version 1.
Major Changes
-------------
- The community.general 1.x.y release stream is now effectively **End of Life**. No more releases will be made, and regular CI runs will stop.
v1.3.13
=======

View File

@@ -1805,6 +1805,18 @@ releases:
- 1.3.13.yml
- eol.yml
release_date: '2022-01-31'
1.3.14:
changes:
major_changes:
- The community.general 1.x.y release stream is now effectively **End of Life**.
No more releases will be made, and regular CI runs will stop.
release_summary: 'Final maintenance release of community.general major version
1.
'
fragments:
- 1.3.14.yml
release_date: '2022-05-16'
1.3.2:
changes:
bugfixes:

View File

@@ -1,6 +1,6 @@
namespace: community
name: general
version: 1.3.13
version: 1.3.14
readme: README.md
authors:
- Ansible (https://github.com/ansible)

View File

@@ -23,7 +23,7 @@ source virtualenv.sh
python --version
pip --version
pip show setuptools
pip install openshift -c constraints.txt
pip install 'openshift<0.13.0' -c constraints.txt
./server.py &