From 7f6cf048eb5114865560e22d2d8c1421b3bdad10 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Wed, 10 Nov 2021 16:37:48 +0000 Subject: [PATCH] [packit] 38 upstream release Upstream tag: v38 Upstream commit: 1fdc1885 Signed-off-by: Packit Service --- .gitignore | 1 + README.packit | 2 +- osbuild-composer.spec | 72 ++++++++++++++++++++++++++++++++++++++++--- sources | 2 +- 4 files changed, 70 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4ebf95e..3f5433b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /osbuild-composer-35.tar.gz /osbuild-composer-36.tar.gz /osbuild-composer-37.tar.gz +/osbuild-composer-38.tar.gz diff --git a/README.packit b/README.packit index 7dc1d02..8e8a2fa 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.39.1.dev13+g8f037f5. +The file was generated using packit 0.40.1.dev14+g9731ef0. diff --git a/osbuild-composer.spec b/osbuild-composer.spec index e54970b..c8f2710 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 37 +Version: 38 %gometa @@ -349,10 +349,11 @@ The worker for osbuild-composer # systemd_preun uses systemctl disable --now which doesn't work well with template services. # See https://github.com/systemd/systemd/issues/15620 # The following lines mimicks its behaviour by running two commands: - -# disable and stop all the worker services -systemctl --no-reload disable osbuild-worker@.service osbuild-remote-worker@.service -systemctl stop "osbuild-worker@*.service" "osbuild-remote-worker@*.service" +if [ -d /run/systemd/system ]; then + # disable and stop all the worker services + systemctl --no-reload disable osbuild-worker@.service osbuild-remote-worker@.service + systemctl stop "osbuild-worker@*.service" "osbuild-remote-worker@*.service" +fi %postun worker # restart all the worker services @@ -438,6 +439,67 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c %endif %changelog +* 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) +- distroregistry: disable CentOS Stream 9 (Achilleas Koutsou) +- test/cases: rm ostree-ng-og.sh (Achilleas Koutsou) +- distro/rhel90: remove all mentions of obsolete firmware packages (Achilleas Koutsou) +- test/data: update manifests for edge-container images (Achilleas Koutsou) +- distro/rhel90: make nginx log and lib directories world writable (Achilleas Koutsou) +- distro/rhel90: disable edge-simplified-installer image type (Achilleas Koutsou) +- Schutzfile: remove osbuild version pin for RHEL 9.0 (Achilleas Koutsou) +- tools: update distro-arch-imagetype-map for RHEL 9.0 types (Achilleas Koutsou) +- tools: update RHEL 9.0 repos for test case generators (Achilleas Koutsou) +- test/data: update RHEL 9.0 and beta manifests (Achilleas Koutsou) +- test/ostree-simplified: variable string fixes (Achilleas Koutsou) +- distro/rhel90: update unit tests (Achilleas Koutsou) +- rhel90: drop -ga suffix and alias from beta (Achilleas Koutsou) +- test/api: ssh key fixes for RHEL 9.0 (Achilleas Koutsou) +- test/cases: support weldr-client output structure (Achilleas Koutsou) +- CI: test new edge types on RHEL 9.0 (Achilleas Koutsou) +- test/ostree: install python3 instead of specific version (Achilleas Koutsou) +- mockbuild: change RHEL 9 template to use latest non-beta repos (Achilleas Koutsou) +- test/cases: add RHEL 9.0 and CentOS 9 cases to test scripts (Achilleas Koutsou) +- CI: enable tests for RHEL 9.0 (Achilleas Koutsou) +- schutzbot: update terraform sha (Achilleas Koutsou) +- test: update test manifests for rhel-90-ga (Achilleas Koutsou) +- tools: add centos-9 to distro-arch-imagetype-map (Achilleas Koutsou) +- tools: copy rhel-90 distro-arch-imagetype-map to -beta and -ga (Achilleas Koutsou) +- distro/rhel90: update to match 8.6 and add centos-9 alias (Achilleas Koutsou) +- distro/rhel86: remove genisoimage (Achilleas Koutsou) +- distro/rhel86: single osbuild import (Achilleas Koutsou) +- test/data: copy rhel-90 test manifests to -ga and -beta (Achilleas Koutsou) +- test: add repositories for rhel-90-beta and -ga (Achilleas Koutsou) +- distroregistry: add rhel-90-ga to registry (Achilleas Koutsou) +- distro: copy rhel90beta to rhel90 (Achilleas Koutsou) +- composer: Add worker openapi spec endpoint to auth excludes (sanne) +- CI: Journal-log is accessible and encrypted (Thomas Lavocat) +- spec: Only run worker preun if systemd is running (sanne) +- gitlab-ci: Remove RHEL9.0-beta runners (Martin Sehnoutka) +- schutzbot: double quote jq argument to prevent shellcheck failures (Martin Sehnoutka) +- distribution: worker dnf-json & cache dir (Gianluca Zuccarelli) +- cloudapi/v2: 5xx error metrics (Gianluca Zuccarelli) +- internal/blueprint: allow filesystem size specified with units (Martin Sehnoutka) +- internal/blueprint: introduce custom fs customization parser (Martin Sehnoutka) +- internal/blueprint: introduce new test for parsing blueprints (Martin Sehnoutka) +- internal/common: introduce function to convert data sizes (Martin Sehnoutka) +- prepare_rhel_internal: configure s3cmd explicitly (Jakub Rusz) +- templates: add latency metrics to dashboard (Gianluca Zuccarelli) +- Let schutzbot do the post-release version bump (Simon Steinbeiss) +- Post release version bump (Simon Steinbeiss) +- cloudapi: record error metrics (Gianluca Zuccarelli) +- prometheus: add middleware function (Gianluca Zuccarelli) +- prometheus: compose latency metric (Gianluca Zuccarelli) +- prometheus: update metrics (Chloe Kaubisch) +- templates: fix liveness/readiness check url (Ondřej Budai) +- templates: add s3 bucket name (Ondřej Budai) +- templates: update dashboard config map (Gianluca Zuccarelli) +- templates: add grafana dashboard (Gianluca Zuccarelli) +- build(deps): bump github.com/openshift-online/ocm-sdk-go (dependabot[bot]) +- templates: hook up simple probes and default limits (Tom Gundersen) +- templates: add service account (Tom Gundersen) + * Wed Oct 27 2021 Packit Service - 37-1 - Bump version numbers ahead of release (Simon Steinbeiss) - Switch to simple upstream releases (Simon Steinbeiss) diff --git a/sources b/sources index ae0ffa9..9373ef7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (osbuild-composer-37.tar.gz) = a6f07ba03777ea87f17f8b3e9e72c06bd4ed5cdd77c8dc26dde7dbf3ee707af64376fe71962628cc0b802751c91ceee846186cedc729498faaa3332d81ddb3e1 +SHA512 (osbuild-composer-38.tar.gz) = 5aa19aa7751cc7ea0aed40e881f51e8e2c0d64221a4f0f58fd9281eddd89d893bc11ab9eff7948365ab72ef38fccde93b14c432769250e584ffe5aa936f26478