diff --git a/.cockpit-composer.metadata b/.cockpit-composer.metadata index 93fc55e..1f14dd6 100644 --- a/.cockpit-composer.metadata +++ b/.cockpit-composer.metadata @@ -1 +1 @@ -2dab59cff6976b91776c2f8ddb29408a66147750 SOURCES/cockpit-composer-22.1.tar.gz +dd9daa3c6aba9f810233182fcea53636e60359c5 SOURCES/cockpit-composer-29.1.tar.gz diff --git a/.gitignore b/.gitignore index 81629b1..aefe7d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-composer-22.1.tar.gz +SOURCES/cockpit-composer-29.1.tar.gz diff --git a/SPECS/cockpit-composer.spec b/SPECS/cockpit-composer.spec index e7feedb..45bd433 100644 --- a/SPECS/cockpit-composer.spec +++ b/SPECS/cockpit-composer.spec @@ -1,5 +1,5 @@ Name: cockpit-composer -Version: 22.1 +Version: 29.1 Release: 1%{?dist} Summary: Composer GUI for use with Cockpit @@ -12,10 +12,10 @@ BuildRequires: libappstream-glib Requires: cockpit %if 0%{?fedora} >= 33 || 0%{?rhel} >= 8 -Requires: osbuild-composer >= 14 +Requires: osbuild-composer >= 28 %else Requires: weldr -Suggests: osbuild-composer >= 14 +Suggests: osbuild-composer >= 28 %endif %description @@ -42,6 +42,34 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/ %{_datadir}/metainfo/* %changelog +* Fri Mar 19 2021 Jacob Kozol - 29.1-1 +- Add RHEL for Edge Container and Installer image types +- Update translations +- Add tests for new image types +- Improve test reliability + +* Mon Feb 22 2021 Jacob Kozol - 29-1 +- Add ability to upload to VMWare +- Add support for additional ostree parameters +- Update NPM dependencies +- Add and update translations +- Minor test fixes + +* Mon Jan 18 2021 Jacob Kozol - 28-1 +- Use sentence case rather than title case +- Add and update tests +- Update translations from weblate +- Update minor NPM dependencies + +* Thu Dec 10 2020 Jacob Kozol - 27-1 +- Sync with upstream release 27 +- Add additional form validation for the Create Image Wizard +- Improve page size dropdown styling +- Improve error state messages +- Update pagination component for pf4 +- Add wildcards and support for multiple values to input filter +- Update translations + * Wed Jul 15 2020 Jacob Kozol - 22.1-1 - Patternfly imports are standardized to be consistent with cockpit - Cancel image build button bug fixed