diff --git a/lorax.spec b/lorax.spec index 39a4bcc2..694c0094 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 28.14.4 +Version: 28.14.5 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -232,6 +232,25 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_sysconfdir}/bash_completion.d/composer-cli %changelog +* Mon Aug 27 2018 Brian C. Lane 28.14.5-1 +- Fix composer-cli blueprints changes to get correct total (bcl@redhat.com) +- Fix blueprints/list and blueprints/changes to return the correct total (bcl@redhat.com) +- Add tests for limit=0 routes (bcl@redhat.com) +- Add a function to get_url_json_unlimited to retrieve the total (bcl@redhat.com) +- Fix tests related to blueprint name changes (bcl@redhat.com) +- Add 'example' to the example blueprint names (bcl@redhat.com) +- Use urllib.parse instead of urlparse (bcl@redhat.com) +- In composer-cli, request all results (dshea@redhat.com) +- Add tests for /compose/status filter arguments (dshea@redhat.com) +- Allow '*' as a uuid in /compose/status/ (dshea@redhat.com) +- Add filter arguments to /compose/status (dshea@redhat.com) +- Only include specific blueprints in the rpm (bcl@redhat.com) +- composer-cli should not log to a file by default (bcl@redhat.com) +- Add documentation for using a DVD as the package source (bcl@redhat.com) +- Set TCP listen backlog for API socket to SOMAXCONN (lars@karlitski.net) +- Bring back import-state.service (rvykydal@redhat.com) +- Fix a little bug in running "modules list". (clumens@redhat.com) + * Thu Aug 09 2018 Brian C. Lane 28.14.4-1 - Fix bash_completion.d typo (bcl@redhat.com) - Move disklabel and UEFI support to compose.py (bcl@redhat.com) diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index 36eba636..257a21a8 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -28.14.4-1 ./ +28.14.5-1 ./