Merge branch 'main' into poc/certificate-posture

# Conflicts:
#	go.mod
#	go.sum
This commit is contained in:
pascal
2026-09-17 17:52:19 +02:00
9 changed files with 262 additions and 9 deletions
+5
View File
@@ -186,6 +186,11 @@ jobs:
run: bash shared/management/http/api/generate.sh
- name: check git status
run: git --no-pager diff --exit-code
- name: Generate RPM changelog from git tags
# nfpm embeds changelog.yml into the RPM; Red Hat software certification
# requires a changelog. Generated, not committed (see .gitignore).
# chglog is a go.mod tool directive, so go.sum pins it and its deps.
run: bash release_files/rpm-changelog.sh
- name: Set up QEMU
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 #v4.1.0
- name: Set up Docker Buildx