Update to 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.
This commit is contained in:
parent
5c40424b2f
commit
dc1c277429
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/cockpit-composer-13.tar.gz
|
/cockpit-composer-13.tar.gz
|
||||||
/cockpit-composer-14.tar.gz
|
/cockpit-composer-14.tar.gz
|
||||||
/cockpit-composer-15.tar.gz
|
/cockpit-composer-15.tar.gz
|
||||||
|
/cockpit-composer-16.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 15
|
Version: 16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Name: cockpit-composer
|
Name: cockpit-composer
|
||||||
Summary: Composer GUI for use with Cockpit
|
Summary: Composer GUI for use with Cockpit
|
||||||
@ -39,6 +39,19 @@ cp -a io.weldr.cockpit-composer.metainfo.xml %{buildroot}/%{_datadir}/metainfo/
|
|||||||
%{_datadir}/metainfo/*
|
%{_datadir}/metainfo/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
- Migrate from lorax-composer to osbuild-composer backend
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-composer-15.tar.gz) = 87ec40a608038d70f95ecb64a338957b87456c9d4ddcb07b7255bd6051b4a212ce5442877f0b47eeea868415289069b2270aa8ae0368d02a9c0bc58497f4662f
|
SHA512 (cockpit-composer-16.tar.gz) = d132638c3251054a202e50ea8a4e0c087f16ac43e9689c8338c2798ba7881baf9a6ba593a2c542753e6abaaac20337471547afcaa761ef6758aec56a177e95f2
|
||||||
|
Loading…
Reference in New Issue
Block a user