From 688f55d29605621f4edfbd0585f4d1bcde696a4d Mon Sep 17 00:00:00 2001 From: Packit Service Date: Wed, 24 Nov 2021 16:03:39 +0000 Subject: [PATCH] [packit] 39 upstream release Upstream tag: v39 Upstream commit: 47b1b5b9 Signed-off-by: Packit Service --- .gitignore | 1 + .packit.yaml | 2 ++ README.packit | 2 +- osbuild-composer.spec | 72 +++++++++++++++++++++++++++++++++++++++++-- sources | 2 +- 5 files changed, 74 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3f5433b..d63d9ce 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /osbuild-composer-36.tar.gz /osbuild-composer-37.tar.gz /osbuild-composer-38.tar.gz +/osbuild-composer-39.tar.gz diff --git a/.packit.yaml b/.packit.yaml index 2fe0a1c..292d178 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -9,6 +9,8 @@ synced_files: upstream_package_name: osbuild-composer downstream_package_name: osbuild-composer +copy_upstream_release_description: true + upstream_tag_template: v{version} actions: diff --git a/README.packit b/README.packit index 8e8a2fa..700d824 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.40.1.dev14+g9731ef0. +The file was generated using packit 0.41.1.dev6+gbeb4fb0. diff --git a/osbuild-composer.spec b/osbuild-composer.spec index c8f2710..47c5950 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 38 +Version: 39 %gometa @@ -159,6 +159,7 @@ go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-image-te go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-auth-tests %{goipath}/cmd/osbuild-auth-tests go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-koji-tests %{goipath}/cmd/osbuild-koji-tests go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-composer-dbjobqueue-tests %{goipath}/cmd/osbuild-composer-dbjobqueue-tests +go test -c -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-composer-manifest-tests %{goipath}/cmd/osbuild-composer-manifest-tests go build -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/cloud-cleaner %{goipath}/cmd/cloud-cleaner go build -tags=integration -ldflags="${TEST_LDFLAGS}" -o _bin/osbuild-mock-openid-provider %{goipath}/cmd/osbuild-mock-openid-provider @@ -224,6 +225,7 @@ install -m 0755 -vp _bin/osbuild-image-tests %{buildroot}%{_l install -m 0755 -vp _bin/osbuild-auth-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/ install -m 0755 -vp _bin/osbuild-koji-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/ install -m 0755 -vp _bin/osbuild-composer-dbjobqueue-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/ +install -m 0755 -vp _bin/osbuild-composer-manifest-tests %{buildroot}%{_libexecdir}/osbuild-composer-test/ install -m 0755 -vp _bin/cloud-cleaner %{buildroot}%{_libexecdir}/osbuild-composer-test/ install -m 0755 -vp _bin/osbuild-mock-openid-provider %{buildroot}%{_libexecdir}/osbuild-composer-test/ install -m 0755 -vp tools/define-compose-url.sh %{buildroot}%{_libexecdir}/osbuild-composer-test/ @@ -326,8 +328,8 @@ The core osbuild-composer binary. This is suitable both for spawning in containe Summary: The worker for osbuild-composer Requires: systemd Requires: qemu-img -Requires: osbuild >= 37 -Requires: osbuild-ostree >= 37 +Requires: osbuild >= 41 +Requires: osbuild-ostree >= 41 Requires: %{name}-dnf-json = %{version}-%{release} # remove in F34 @@ -439,6 +441,70 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c %endif %changelog +* Wed Nov 24 2021 Packit Service - 39-1 +CHANGES WITH 39: +---------------- + * RHEL-9.0: install and enable TuneD by default on all EC2 images (#2050) + + * Improve contributing.md (#2043) + + * osbuild2: selinux stage - introduce force_autorelabel option (#2033) + + * internal: cleanup dracut modules and default kargs (#2045) + + * Namespaced composer metrics (#2037) + + * cloudapi/v2: Add support for edge-container (#2035) + + * template: bump postgres max conns to 20 (#2044) + + * templates: bump max postgres connections to 10 (#2040) + + * osbuild2: update rhsm stage (#2014) + + * internal: mandate installation device for the simplified installer (#1755) + + * distro/rhel86: use the new coreos-installer-dracut (#1752) + + * Switch api tests to v2 & manifest job in api v2 (#2026) + + * cloudapi/v1: Adapt metadata handler to osbuild2 results (#2028) + + * osbuild: check if result objects are nil in Write() (#2022) + + * distro/rhel90*: minor code cleanup (#2004) + + * osbuild2: support 'install' command in the modprobe stage and rework data validation (#1983) + + * Use RHUI-4 for RHEL-9 EC2 image test cases (#1977) + + * Logging improvements (#1989) + + * worker: Correct servers in openapi spec (#1988) + + * job/osbuild: skip the job if manifest generation failed (#2018) + + * spec: bump osbuild version to 41 (#2012) + + * composer: Add metrics endpoint to auth excludes again (#2013) + + * Use V2 results internally (#1754) + + * worker: Introduce manifest-id-only job (#1999) + + * jobqueue: add the ability to dequeue by ID (#1997) + + * Multiple new stages (#2006) + + * containers: mock oauth container (#2003) + + * osbuild2: new stage sshd config (#1992) + +Contributions from: Achilleas Koutsou, Alexander Todorov, Antonio Murdaca, Diaa Sami, Gianluca Zuccarelli, Jakub Rusz, Juan Abia, Martin Sehnoutka, Ondřej Budai, Sanne Raymaekers, Simon Steinbeiss, Tomas Hozza, Xiaofeng Wang, diaasami, sanne, yih + +— Berlin, 2021-11-24 + + * Wed Nov 10 2021 Packit Service - 38-1 - Revert "templates: Add prometheus scrape annotations to composer-api" (Sanne Raymaekers) - templates: Add prometheus scrape annotations to composer-api (sanne) diff --git a/sources b/sources index 9373ef7..3bede98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-composer-38.tar.gz) = 5aa19aa7751cc7ea0aed40e881f51e8e2c0d64221a4f0f58fd9281eddd89d893bc11ab9eff7948365ab72ef38fccde93b14c432769250e584ffe5aa936f26478 +SHA512 (osbuild-composer-39.tar.gz) = dd515c457a3f49c70752f29ff4f098ca7060d9a969d0ff94d9bac5b4aab7961796a37b9779b710d07e689adc089398f74d792c550208159b15b8ea17f31c9a85