[packit] 50 upstream release

Upstream tag: v50
Upstream commit: 9336d66c

Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
Packit 2022-04-20 13:37:43 +00:00
parent b20a1dc7d2
commit 5a4fdc6e52
4 changed files with 44 additions and 3 deletions

1
.gitignore vendored
View File

@ -38,3 +38,4 @@
/osbuild-composer-46.1.tar.gz /osbuild-composer-46.1.tar.gz
/osbuild-composer-46.2.tar.gz /osbuild-composer-46.2.tar.gz
/osbuild-composer-49.tar.gz /osbuild-composer-49.tar.gz
/osbuild-composer-50.tar.gz

View File

@ -1,3 +1,3 @@
This repository is maintained by packit. This repository is maintained by packit.
https://packit.dev/ https://packit.dev/
The file was generated using packit 0.48.1.dev7+g623077c. The file was generated using packit 0.49.0.

View File

@ -9,7 +9,7 @@
%global goipath github.com/osbuild/osbuild-composer %global goipath github.com/osbuild/osbuild-composer
Version: 49 Version: 50
%gometa %gometa
@ -228,6 +228,7 @@ install -m 0755 -vp tools/run-koji-container.sh %{buildroot}%
install -m 0755 -vp tools/koji-compose.py %{buildroot}%{_libexecdir}/osbuild-composer-test/ install -m 0755 -vp tools/koji-compose.py %{buildroot}%{_libexecdir}/osbuild-composer-test/
install -m 0755 -vp tools/koji-compose-v2.py %{buildroot}%{_libexecdir}/osbuild-composer-test/ install -m 0755 -vp tools/koji-compose-v2.py %{buildroot}%{_libexecdir}/osbuild-composer-test/
install -m 0755 -vp tools/libvirt_test.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/ install -m 0755 -vp tools/libvirt_test.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/
install -m 0755 -vp tools/s3_test.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/
install -m 0755 -vp tools/set-env-variables.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/ install -m 0755 -vp tools/set-env-variables.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/
install -m 0755 -vp tools/test-case-generators/generate-test-cases %{buildroot}%{_libexecdir}/osbuild-composer-test/ install -m 0755 -vp tools/test-case-generators/generate-test-cases %{buildroot}%{_libexecdir}/osbuild-composer-test/
install -m 0755 -vd %{buildroot}%{_libexecdir}/tests/osbuild-composer install -m 0755 -vd %{buildroot}%{_libexecdir}/tests/osbuild-composer
@ -444,6 +445,45 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif %endif
%changelog %changelog
* Wed Apr 20 2022 Packit <hello@packit.dev> - 50-1
Changes with 50
----------------
* COMPOSER-1401: Add tests for blueprints without explicit definition for / (#2412)
* Empty manifest check for osbuild jobs (#2520)
* Generic S3 test - retry creating the alias in case the service is not yet up (#2543)
* Introduce Google GCE image type (RHEL, CentOS Stream) and support importing to GCP on premise (#2155)
* Pin fedora repositories in Schutzfile + override mock templates with rpmrepo snapshots (#2508)
* Support uploading to any S3 service via the WELDR API (#2471)
* Worker dependency errors (#2505)
* build(deps): bump cloud.google.com/go/storage from 1.18.2 to 1.22.0 (#2565)
* build(deps): bump github.com/Azure/azure-sdk-for-go from 57.4.0+incompatible to 63.1.0+incompatible (#2532)
* build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.8 to 0.5.11 (#2534)
* build(deps): bump github.com/BurntSushi/toml from 0.4.1 to 1.1.0 (#2525)
* build(deps): bump github.com/aws/aws-sdk-go from 1.42.25 to 1.43.38 (#2548)
* build(deps): bump github.com/aws/aws-sdk-go from 1.43.38 to 1.43.42 (#2566)
* build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7 (#2526)
* build(deps): bump github.com/gophercloud/gophercloud from 0.22.0 to 0.24.0 (#2536)
* build(deps): bump github.com/jackc/pgtype from 1.8.1 to 1.10.0 (#2524)
* build(deps): bump github.com/jackc/pgx/v4 from 4.13.0 to 4.15.0 (#2530)
* build(deps): bump github.com/labstack/echo/v4 from 4.6.1 to 4.7.2 (#2531)
* build(deps): bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1 (#2549)
* build(deps): bump github.com/spf13/cobra from 0.0.3 to 1.4.0 (#2560)
* build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#2535)
* build(deps): bump github.com/vmware/govmomi from 0.26.1 to 0.27.4 (#2554)
* build(deps): bump gopkg.in/ini.v1 from 1.63.0 to 1.66.4 (#2292)
* cloudapi: specify min_size type (#2319)
* gitlab: fix nightly testing (#2569)
* lib: upgrade prometheus client to 1.12 (#2528)
* osbuild2: QEMU stage implementation enhancement and code de-duplication (#2521)
* templates/packer: Rely on instance metadata to set region (#2562)
* workflows/trigger-gitlab: run Gitlab CI in new image-builder project (#2547)
Contributions from: Alexander Todorov, Chloe Kaubisch, Christian Kellner, Gianluca Zuccarelli, Jakub Rusz, Ondřej Budai, Sanne Raymaekers, Thomas Lavocat, Tomas Hozza, Ygal Blum, dependabot[bot]
Somewhere on the Internet, 2022-04-20
* Wed Apr 06 2022 Packit <hello@packit.dev> - 49-1 * Wed Apr 06 2022 Packit <hello@packit.dev> - 49-1
Changes with 49 Changes with 49
---------------- ----------------

View File

@ -1 +1 @@
SHA512 (osbuild-composer-49.tar.gz) = b85bc313a040e32a5337346794823924a8dc03589cda524ae5813bddde195ec1fd6642a340255e8326b6a328b59cf06b1d14a006d8c930224ce5b2db47961758 SHA512 (osbuild-composer-50.tar.gz) = cad6e67f09f9d0d2273ebf1459f9f00e2ad5149c0c3506c5b2986ae33cf4f3478fdeba888c7d5cfefe87bfe425f5d5e5c96fa75bbf5afbabf47cedb273c63d8b