[packit] 38 upstream release

Upstream tag: 38
Upstream commit: e728c765

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-08-15 10:44:36 +00:00
parent 359b2fb9b9
commit 3dacb3b520
4 changed files with 53 additions and 43 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@
/cockpit-composer-v34.tar.gz
/cockpit-composer-35.tar.gz
/cockpit-composer-37.tar.gz
/cockpit-composer-38.tar.gz

View File

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 0.55.1.dev8+g432e38d.
The file was generated using packit 0.57.1.dev2+g0f9759f.

View File

@ -1,5 +1,5 @@
Name: cockpit-composer
Version: 37
Version: 38
Release: 1%{?dist}
Summary: Composer GUI for use with Cockpit
@ -42,6 +42,15 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
%{_datadir}/metainfo/*
%changelog
* Mon Aug 15 2022 Packit <hello@packit.dev> - 38-1
- Update major and minor NPM dependencies including React, Webpack, and
Patternfly
- Migrate Wizard to use Data Driven Forms and improve validation
- Remove Edit Blueprint page and add package selection to Wizard
- Simplify tests and add tests for the new Wizard
- Remove Blueprint Undo/Redo features
* Mon Jul 25 2022 Packit <hello@packit.dev> - 37-1
- Improve test reliability
- Update translations
@ -86,60 +95,59 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Mar 11 2021 Jacob Kozol <jacobdkozol@gmail.com> - 30-1
- Add and update translations
- Update NPM dependencies
- Improve test reliability
* Mon Feb 22 2021 Jacob Kozol <jacobdkozol@gmail.com> - 29-1
* Mon Feb 22 2021 Jacob Kozol <jacobdkozol@gmail.com> - 29-1
- Add ability to upload to VMWare
- Add support for additional ostree parameters
- Update NPM dependencies
- Add and update translations
- Minor test fixes
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 28-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Jan 14 2021 Jacob Kozol <jacobdkozol@gmail.com> - 28-1
- Use sentence case rather than title case
- Add and update tests
- Update translations from weblate
- Update minor NPM dependencies
* Wed Dec 09 2020 Jacob Kozol <jacobdkozol@gmail.com> - 27-1
* Wed Dec 09 2020 Jacob Kozol <jacobdkozol@gmail.com> - 27-1
- Improve test reliability
- Update translations from weblate
- Update minor NPM dependencies
* Thu Nov 19 2020 Jacob Kozol <jacobdkozol@gmail.com> - 26-1
* Thu Nov 19 2020 Jacob Kozol <jacobdkozol@gmail.com> - 26-1
- Add additional form validation for the Create Image Wizard
- Improve page size dropdown styling
- Update minor NPM dependencies
- Improve code styling
- Improve test reliability
* Tue Oct 06 2020 Jacob Kozol <jacobdkozol@gmail.com> - 25-1
* Tue Oct 06 2020 Jacob Kozol <jacobdkozol@gmail.com> - 25-1
- Improve error state messages
- Add additional console error logging
- Update CDP testing library
- Update translations from weblate
- Update minor NPM dependencies
* Fri Sep 11 2020 Jacob Kozol <jacobdkozol@gmail.com> - 24-1
* Fri Sep 11 2020 Jacob Kozol <jacobdkozol@gmail.com> - 24-1
- Improve text strings for image and upload types
- Standardize font families with those used by patternfly
- Add string translations
- Update minor NPM dependencies
* Thu Jul 30 2020 Jacob Kozol <jacobdkozol@gmail.com> - 23-1
* Thu Jul 30 2020 Jacob Kozol <jacobdkozol@gmail.com> - 23-1
- Update pagination component for pf4
- Add wildcards and support for multiple values to input filter
- Upgrade patternfly 4 package
@ -147,11 +155,11 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
- Update minor NPM dependencies
- Update translations from weblate
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 15 2020 Jacob Kozol <jacobdkozol@gmail.com> - 22-1
- Patternfly imports are standardized to be consistent with cockpit
- Cancel image build button bug fixed
- Empty components state provides a help message
@ -164,118 +172,119 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
is more specific for fedora rawhide and rhel 8
- Coverity scan is now supported to help improve code quality
* Sun Jun 14 2020 Lars Karlitski <lars@karlitski.net> - 21-1
* Sun Jun 14 2020 Lars Karlitski <lars@karlitski.net> - 21-1
- Support setting parameters (ref and parent) for ostree images
- Loosen restrictions on password strength
- Various UI refinements
* Mon Jun 08 2020 Lars Karlitski <lars@karlitski.net> - 20-1
* Mon Jun 08 2020 Lars Karlitski <lars@karlitski.net> - 20-1
- Fix various missing translations
- Improve message when a blueprint is empty
- Hide logs button until logs are available
- Update test framework to be closer to that of other cockpit projects
* Wed Jun 03 2020 Jacob Kozol <jacobdkozol@gmail.com> - 19-1
- Minor UI improvements for the images list view and the images dropdown
- Fixes to the password tests
- Prepartion for future osbuild support
- Minor NPM updates for react
- Minor translation updates
* Wed May 20 2020 Jacob Kozol <jacobdkozol@gmail.com> - 18-1
- Fix flake8 E302 error in tests
- Minor NPM updates for patternfly and jquery
- Translations updates
* Wed May 06 2020 Jacob Kozol <jacobdkozol@gmail.com> - 17-1
- The support for uploading VHD images to Azure is now available.
- Help text is now provided for all AWS fields. This texts explains what
each field represents and where to find their values in the AWS
web console.
- The image size can now be specified when creating an image.
- Tests are refactored to run on Cockpit's testing framework. All tests
have been moved away from selenium.
- Minor NPM updates
* Wed Apr 15 2020 Jacob Kozol <jacobdkozol@gmail.com> - 16-1
* Wed Apr 15 2020 Jacob Kozol <jacobdkozol@gmail.com> - 16-1
- The ability to upload to AWS has been added. The create image modal is
replaced with a wizard enabling additional customizations and
functionality. If the user creates an AMI the user can also enter the
credentials and parameters needed to upload this image to EC2 in AWS.
- Cockpit-composer has migrated from Weldr to the OSBuild github
organization. It can now be found at osbuild/cockpit-composer instead
of weldr/cockpit-composer.
- Minor NPM updates have been made for React and Patternfly
* Wed Apr 01 2020 Jacob Kozol <jacobdkozol@gmail.com> - 15-1
* Wed Apr 01 2020 Jacob Kozol <jacobdkozol@gmail.com> - 15-1
- Migrate from lorax-composer to osbuild-composer backend
- Update tests for new backend
- Improve stability of tests
- Remove Zanata from Travis configuration
- Update NPM dependencies
* Wed Mar 18 2020 Jacob Kozol <jacobdkozol@gmail.com> - 14-1
* Wed Mar 18 2020 Jacob Kozol <jacobdkozol@gmail.com> - 14-1
- Test against lorax-composer explicitly
- Update NPM dependencies
* Wed Mar 04 2020 Jacob Kozol <jacobdkozol@gmail.com> - 13-1
* Wed Mar 04 2020 Jacob Kozol <jacobdkozol@gmail.com> - 13-1
- Update translations
- Update NPM dependencies
* Wed Feb 19 2020 Martin Pitt <martin@piware.de> - 12.1-1
* Wed Feb 19 2020 Martin Pitt <martin@piware.de> - 12.1-1
- Fix integration tests, external test repository URL ceased to exist
* Wed Feb 19 2020 Martin Pitt <martin@piware.de> - 12-1
* Wed Feb 19 2020 Martin Pitt <martin@piware.de> - 12-1
- Translation updates
- Add documentation URL page help menu
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Dec 17 2019 Martin Pitt <martin@piware.de> - 11-1
- Update translations
- Fix tests to work against current Cockpit as non-root
* Tue Dec 17 2019 Lars Karlitski <lars@karlitski.net> - 10-1
* Tue Dec 17 2019 Lars Karlitski <lars@karlitski.net> - 10-1
- Show depsolve errors on the blueprints page
- Add labels for additional output types
- Convert more components to PF4
* Fri Oct 25 2019 Martin Pitt <martin@piware.de> - 9-1
* Fri Oct 25 2019 Martin Pitt <martin@piware.de> - 9-1
- Translation updates
- Expose Image Builder on /composer, not /welder
- NPM dependency updates
* Wed Oct 02 2019 Martin Pitt <martin@piware.de> - 8-1
* Wed Oct 02 2019 Martin Pitt <martin@piware.de> - 8-1
- NPM dependency updates
* Fri Sep 06 2019 Jacob Kozol <jacobdkozol@gmail.com> - 7-1
- Define a URL for each tab on a blueprint page
- Provide a link in the image creation notification to the Images tab on the blueprint page
@ -284,30 +293,30 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
- Text string updates
* Wed Aug 07 2019 Jacob Kozol <jacobdkozol@gmail.com> - 5-1
- Fix PropTypes for the homepage
- Code clean up for the list of components
* Wed Jul 31 2019 Martin Pitt <martin@piware.de> - 4-1
* Wed Jul 31 2019 Martin Pitt <martin@piware.de> - 4-1
- Fix AppStream ID
- Translation updates
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Jul 10 2019 Martin Pitt <martin@piware.de> - 3-1
- Use cockpit's PatternFly CSS, to pick up the new PatternFly 4 styling
- Add additional blueprint name validation
- Fix images not loading on refresh
- Add notification for source repo deletion
* Wed Jun 26 2019 Martin Pitt <martin@piware.de> - 2-1
* Wed Jun 26 2019 Martin Pitt <martin@piware.de> - 2-1
- Strip newlines from SSH keys before saving
- Translation updates
* Wed Jun 05 2019 Cockpit Project <cockpituous@gmail.com> - 1-1
- Update to upstream 1 release

View File

@ -1 +1 @@
SHA512 (cockpit-composer-37.tar.gz) = 1fa1ba97b944cbdf0aaad2e406dcc9f5ede508d3a7d8c985686ded6e41b0e7836dbc3d45fb3a40e24ce03ae9557845c8e795296116a0b26a843a764cb060d4b9
SHA512 (cockpit-composer-38.tar.gz) = a7d9e2aa19b8f7b27d1594fa02e8287db4065f996b16a93a28aa5e23608e01a3657174b975be42e025b070daba17a3c11b98396280ece890f745bbc3dca8b5e6