Releases: osbuild/koji-osbuild
12
Changes with 12
- Actions: add workflow for marking and closing stale issues and PRs (#124)
- Author: Tomáš Hozza, Reviewers: Achilleas Koutsou
- build(deps): bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0 (#115)
- Author: dependabot[bot], Reviewers: Ondřej Budai
- ci: add Fedora 37 (#111)
- Author: Ondřej Budai, Reviewers: Tomáš Hozza
- docs: Update architecture diagram (#114)
- Author: Simon Steinbeiß, Reviewers: Tomáš Hozza
- hub: mark baseurl as required in repo schema (#112)
- Author: Tomáš Hozza, Reviewers: Ondřej Budai
- koji-osbuild.spec: migrate the license field to SPDX (#113)
- Author: Ondřej Budai, Reviewers: Tomáš Hozza
- plugin/builder: increase retries for requests to composer (#128)
- Author: Sanne Raymaekers, Reviewers: Simon de Vlieger
— Somewhere on the Internet, 2024-11-14
11
10
9
8
7
6
Changes with 6
- builder: add support for proxying requests to composer (#96)
- devcontainer: remove trailing comma from JSON (#95)
- plugins: add support for customizations (#97)
- workflows/trigger-gitlab: run Gitlab CI in new image-builder project (#94)
Contributions from: Christian Kellner, Jakub Rusz, Ondřej Budai
— Somewhere on the Internet, 2022-05-03
5
CHANGES WITH 5:
- builder: rename gpg_key field to gpgkey for repos (#91)
- builder: fix type annotations (#92)
- Add GitHub Action to create upstream tag (#90)
- docs: fix error in hacking.md (#85)
- build(deps): bump actions/checkout from 2 to 3 (#86)
- spec: don't push tests into Fedora (#89)
- test/builder: drop misleading quotes from config (#88)
- builder: use correct secret when fetching token (#87)
- packit: Push directly to dist-git (#84)
Contributions from: Christian Kellner, Ondřej Budai, Simon Steinbeiss, Stephen Coady, dependabot[bot]
— Somewhere on the Internet, 2022-03-28
4
CHANGES WITH 4:
- plugins: support for repo package sets (#82)
- Lower task weight (#60)
- Add upstream release bot and enable packit (#81)
- plugins: support for ostree specific options (#80)
- builder: use cloud api (#73)
- README: contributing (#74)
- README.md,HACKING.md: update for SSO/OAuth2 (#79)
- Support for oauth2 authentication (#69)
- ci: switch from rhel 8.4 to 8.5 (#78)
- ci: integration tests now adapt to the host (#77)
- schutzbot: update osbuild to 46 (#75)
- cli: do not use translation helper (#72)
builder
: fixes for the command line argument parsing (#71)- Fix command line argument names (#70)
- devcontainer: add initial support (#68)
- schutzbot: remove ssh keys of team member that left us (#67)
- CI: Fix failure in Coverity Scan (#66)
- ci: Enable Coverity Scan (#65)
- Adjust variable names (#64)
- build(deps): bump ludeeus/action-shellcheck from 0.5.0 to 1.1.0 (#63)
- test: use importlib instead of imp (#62)
- Enable Dependabot (#61)
- plugin/cli: remove type annotation (#59)
- Migrate to GitLab CI (#58)
- Test and CI maintenance (#57)
- Fetch and attach the manifests (#56)
- Test housekeeping (#55)
- assorted CI fixes/improvements (#54)
- Add Fedora 33 to Schutzbot & fix the name of repo (#52)
- test/integration.sh: bump nightly (#53)
- test: replace docker.io with fedora's registry (#50)
- mockbuild: make more consistent with other osbuild projects (#49)
- Update osbuild-composer dependency to 25 (#48)
Contributions from: Alexander Todorov, Chloe Kaubisch, Christian Kellner, Lars Karlitski, Ondřej Budai, Simon Steinbeiss, Tomas Kopecek
— Vöcklabruck, 2022-02-15
3
CHANGES WITH 3:
-
Ship tests in koji-osbuild-tests package. The tests got
reworked so that they can be installed and run from the
installation. This will be useful for reverse dependency
testing, i.e. testing the plugins from other projects,
like composer as well as in gating tests. -
Add the ability to skip the tagging. An new command line
option,--skip-tag
is added, which translate into an
a new field in the options for the hub and builder. If
that option is present, the builder plugin will skip the
tagging step. -
builder plugin: the compose status is attached to the
koji task ascompose-status.json
and updated whenever
it is fetched from composer. This allows to follow the
individual image builds. -
builder plugin: The new logs API, introduce in composer
version 24, is used to fetch and attach build logs as
well as the koji init/import logs. -
builder plugin: Support for the dynamic build ids, i.e.
don't use the koji build id returned from the compose
request API call but use the newkoji_build_id
field
included in the compose status response.
This makes koji-osbuild depend on osbuild composer 24! -
test: lots of improvements to the tests and ci, e.g.
using the quay mirror for the postgres container or
matching the container versions to the host.
Contributions from: Christian Kellner, Lars Karlitski,
Ondřej Budai
— Berlin, 2020-11-19