python-gardenlinux-lib v0.10.24
Pre-release
Pre-release
·
91 commits
to 1af70c5b91eee3b102bd8a0d5128ae1404712abf
since this release
Changelog
All notable changes since last release will be documented below.
Added
- Adding sbom as application/json to supported mediatypes (#373) by @commel in #373
- Ci: add docs-check workflow by @yeoldegrove
- Add support to
publishing_groupto S3 artifacts handling by @NotTheEvilOne
Changed
- Bump pygit2 from 1.19.2 to 1.19.3 (#363) by @dependabot[bot] in #363
- Bump cryptography from 46.0.7 to 49.0.0 (#365) by @dependabot[bot] in #365
- Bump actions/checkout from 6 to 7 (#366) by @dependabot[bot] in #366
- Bump boto3-stubs from 1.43.14 to 1.43.34 (#367) by @dependabot[bot] in #367
- Bump pytest from 9.0.3 to 9.1.1 (#368) by @dependabot[bot] in #368
- Bump boto3 from 1.43.31 to 1.43.36 (#369) by @dependabot[bot] in #369
- Migrate structure to diataxes framework in markdown documents by @ByteOtter
- Add front matter to docs by @ByteOtter
- Rename overview by @yeoldegrove
- Restructure diataxis and aggregation by @yeoldegrove
- Enable markdown docs by @yeoldegrove
- Update migration status by @yeoldegrove
- Rework Readme by @ByteOtter
- Regenerate Lockfile by @ByteOtter
- Merge pull request #344 from gardenlinux/docs-ng by @ByteOtter in #344
- Rename docs-ng to docs and fix netlify links (#383) by @yeoldegrove in #383
Removed
- Remove "AI-generated phrasing" (#378) by @yeoldegrove
- Remove migration frontmatter as migration is done (#387) by @yeoldegrove in #387
- Remove no longer used GitHub actions by @NotTheEvilOne
Added
- Add support to create pre-releases with a generated changelog (#271) by @NotTheEvilOne in #271
- Add CLI documentation (#301) by @yeoldegrove in #301
- Add ordering constraints for the markdown files by @Leon-hk
- Add tests for .oci files by @Leon-hk
- Add output option for generator to simplify usage in workflow by @Leon-hk
- Add missing whitelist by @Leon-hk
- Add support to interact with a local podman installation by @NotTheEvilOne in #211
- Add dynamic ssh agent or token based auth for git Repository Class by @yeoldegrove
Changed
- Move test formatter from .github/workflows/format_diff.py to python-gardenlinux-lib by @Leon-hk
- Fix Lint by @Leon-hk
- Fix more linting by @Leon-hk
- Merge branch 'main' into feat/port-difference-formatter by @Leon-hk
- Implement feedback, implement difference generator, restructure code by @Leon-hk
- Retry lint by @Leon-hk
- Merge branch 'main' into feat/port-difference-formatter by @Leon-hk
- Change exit code to 64 by @Leon-hk
- Implement feedback by @Leon-hk
- Rename gl-diff to gl-feature-fs-diff by @Leon-hk
- Extend the template scope by @Leon-hk
- Merge pull request #294 from gardenlinux/feat/port-difference-formatter by @Leon-hk in #294
- Add readme hint for library audience (#297) by @Leon-hk in #297
- Include EU funding logo in README by @gehoern
- Merge pull request #326 from gardenlinux/sponsorship-update by @gehoern in #326
- Bump actions/upload-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #321
- Bump isort from 7.0.0 to 8.0.1 by @dependabot[bot] in #322
- Bump moto from 5.1.20 to 5.1.21 by @dependabot[bot] in #324
- Bump python-dotenv from 1.2.1 to 1.2.2 by @dependabot[bot] in #325
- Reuse and extend standardized OCI annotations by @NotTheEvilOne in #299
- Bump mypy from 1.18.2 to 1.19.1 by @dependabot[bot] in #308
- Bump pytest-cov from 7.0.0 to 7.1.0 (#328) by @dependabot[bot] in #328
- Cherry-pick maintenance changes of up until 0.10.20 by @NotTheEvilOne in #335
- Increase initial and default Podman socket timeout by @NotTheEvilOne in #338
- Restructure and clean up GitHub release notes generator by @NotTheEvilOne
- Generalize pygit2 remote callback handling by @NotTheEvilOne
- Merge pull request #345 by @NotTheEvilOne in #345
- Bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in #334
- Bump codecov/codecov-action from 5.5.2 to 6.0.1 (#347) by @dependabot[bot] in #347
- Bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0 (#346) by @dependabot[bot] in #346
- Bump mypy from 1.20.1 to 2.1.0 (#349) by @dependabot[bot] in #349
- Bump sphinx-click from 4.4.0 to 6.2.0 (#350) by @dependabot[bot] in #350
- Extend usage of Podman to analyze OCI image layers (#320) by @NotTheEvilOne in #320
- Bump click from 8.4.0 to 8.4.1 by @dependabot[bot]
- Bump
git-cliffto versionv2.13.1by @NotTheEvilOne - Merge pull request #351 by @NotTheEvilOne in #351
- Bump boto3-stubs from 1.43.10 to 1.43.14 by @dependabot[bot]
- Adapt
git-cliffconfiguration by @NotTheEvilOne - Merge pull request #352 by @NotTheEvilOne in #352
- Bump boto3 from 1.43.10 to 1.43.15 by @dependabot[bot]
- Work around issue with git sparse checkout and release creation by @NotTheEvilOne
- Merge pull request #353 from gardenlinux/dependabot/pip/boto3-1.43.14 by @NotTheEvilOne in #353
- Bump codecov/codecov-action from 6.0.1 to 7.0.0 by @dependabot[bot]
- Ensure complete Git history is fetched for GH release by @NotTheEvilOne
- Merge pull request #358 by @NotTheEvilOne in #358
- Bump boto3 from 1.43.15 to 1.43.31 by @dependabot[bot]
- Ensure a Git reference is used for GH release by @NotTheEvilOne
- Merge pull request #362 by @NotTheEvilOne in #362
- Bump moto from 5.2.1 to 5.2.2 by @dependabot[bot]
- Move Git tag handling in GH release workflow up by @NotTheEvilOne
- Merge pull request #359 by @NotTheEvilOne in #359
Fixed
- Sorting_function by @Leon-hk
- Fix ruff format by @Leon-hk
- Fix return value structure by @Leon-hk
- Fix test and linting by @Leon-hk
- Fix test by @Leon-hk
- Fix ruff lint by @Leon-hk
- Fix security issue by @Leon-hk
- Fix test cases and security warning by @Leon-hk
- Fix nightly_stats extension by @Leon-hk
- Fix linting by @Leon-hk