[packit] 48 upstream release
Upstream tag: v48 Upstream commit: 11593b83 Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
8be4d3b577
commit
4f099bf27e
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
||||
/osbuild-composer-45.tar.gz
|
||||
/osbuild-composer-46.tar.gz
|
||||
/osbuild-composer-47.tar.gz
|
||||
/osbuild-composer-48.tar.gz
|
||||
|
@ -13,6 +13,7 @@ copy_upstream_release_description: true
|
||||
|
||||
upstream_tag_template: v{version}
|
||||
|
||||
srpm_build_deps: []
|
||||
actions:
|
||||
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.46.1.dev39+g9d68890.
|
||||
The file was generated using packit 0.47.1.
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
%global goipath github.com/osbuild/osbuild-composer
|
||||
|
||||
Version: 47
|
||||
Version: 48
|
||||
|
||||
%gometa
|
||||
|
||||
@ -444,6 +444,52 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 23 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 48-1
|
||||
CHANGES WITH 48:
|
||||
----------------
|
||||
* create-tag: Fix bash typo (#2476)
|
||||
* image tests: update GPG keys used for RHEL-9.0 repos (#2390)
|
||||
* create-tag: Fix upstream release schedule (#2475)
|
||||
* api.sh: encrypt the DB dump artifact (#2472)
|
||||
* Enable scheduled upstream releases (#2458)
|
||||
* dbjobqueue: fix race condition (#2456)
|
||||
* container: graceful shutdown (#2447)
|
||||
* tests/upgrade: update gpg key (#2467)
|
||||
* deploy: work around a podman bug in CS8 (#2464)
|
||||
* templates/composer: Add stage service accounts owner (#2465)
|
||||
* workflows: Fix Gitlab CI trigger + revert debug (#2457)
|
||||
* Client creds grant worker client (#2433)
|
||||
* workflows: debug Gitlab CI trigger (#2441)
|
||||
* osbuild-worker: Log unexpected dnf-json errors (#2454)
|
||||
* packer: use unique name tag for Fedora workers (#2429)
|
||||
* `test/api.sh` cleanup (#2444)
|
||||
* internal/distro/rhel{86,90}: drop console kargs from raw image deploy… (#2377)
|
||||
* Dashboards - Minor fixes (#2435)
|
||||
* github workflows: modify Gitlab CI trigger (#2416)
|
||||
* ci: run ci_details.sh in before_script (#2403)
|
||||
* packer: fix the secret ID variable in get_koji_creds.sh (#2431)
|
||||
* packer: make subscribing optional (#2430)
|
||||
* packer: make all credentials optional and add support for koji credentials (#2426)
|
||||
* dnf-json: use the default connection timeout (#2428)
|
||||
* Pass repo name to `dnf-json` and use it in `dnf-json` (#2427)
|
||||
* dbjobqueue: reduce the number of needed connections (#2393)
|
||||
* cmd/osbuild-worker: dnf-json returns MarkingErrors (plural) (#2361)
|
||||
* use app-sre packer image (#2409)
|
||||
* packer: Build Fedora 35 x86_64 and aarch64 images (#2423)
|
||||
* github: fix job names and IDs for the tests workflow (#2422)
|
||||
* weldr: Run on unsupported distros (#2399)
|
||||
* koji: reduce excessive logging by retryablehttp (#2397)
|
||||
* test: add tests purpose (#2346)
|
||||
* Packit: build SRPMs in Copr (#2414)
|
||||
* mockbuild: use public EPEL-9 (#2364)
|
||||
* cmd/osbuild-worker: Pass bucket config to job implementation (#2411)
|
||||
|
||||
Contributions from: Achilleas Koutsou, Antonio Murdaca, Diaa Sami, Feng Huang, Gianluca Zuccarelli, Jakub Rusz, Juan Abia, Laura Barcziova, Ondřej Budai, Sanne Raymaekers, Simon Steinbeiss, Tom Gundersen, Tomas Hozza, kingsleyzissou
|
||||
|
||||
— Somewhere on the Internet, 2022-03-23
|
||||
|
||||
|
||||
|
||||
* Wed Mar 09 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 47-1
|
||||
CHANGES WITH 47:
|
||||
----------------
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-composer-47.tar.gz) = 1622a8748236c49975ef4b777f8c6599d9bbe53b2316d13990d48a928a1e3cbc8cde5823d0633dafd75c5725930e454e53c3de7dcbfcdcbaff71b7448b4b2151
|
||||
SHA512 (osbuild-composer-48.tar.gz) = 63da8f9eb445cb903f4eb5957c4102fc438e0767ea4532790fe8772fd2d1a28a7ac68c1d97dee46c47fa943b6a86b6152edd7a300bc2b365791f23645822c36c
|
||||
|
Loading…
Reference in New Issue
Block a user