|
7 | 7 |
|
8 | 8 | ### Added |
9 | 9 |
|
10 | | -- Semver support for the release notes generation code ([219](https://github.com/gardenlinux/python-gardenlinux-lib/pull/219)) |
| 10 | +- Semver support for the release notes generation code ([219](https://github.com/gardenlinux/python-gardenlinux-lib/pull/219)) (vivus-ignis, ByteOtter) |
11 | 11 |
|
12 | 12 | ### Changed |
13 | 13 |
|
14 | | -- Update GLVD URL ([226](https://github.com/gardenlinux/python-gardenlinux-lib/pull/226)) |
| 14 | +- Update GLVD URL ([226](https://github.com/gardenlinux/python-gardenlinux-lib/pull/226)) (vivus-ignis) |
15 | 15 |
|
16 | 16 | ## [0.10.2] - 2025-10-17 |
17 | 17 |
|
18 | 18 | ### Fixed |
19 | 19 |
|
20 | | -- Explicitly set `make_latest` value for github release creation JSON payload in `create_github_release` function |
| 20 | +- Explicitly set `make_latest` value for github release creation JSON payload in `create_github_release` function (nkraetzschmar) |
21 | 21 |
|
22 | 22 | ## [0.10.1] - 2025-10-17 |
23 | 23 |
|
24 | 24 | ### Added |
25 | 25 |
|
26 | | -- gl-gh script for creating Github releases ([222](https://github.com/gardenlinux/python-gardenlinux-lib/pull/222)) |
27 | | -- Github release notes generation code ([202](https://github.com/gardenlinux/python-gardenlinux-lib/pull/202), [198](https://github.com/gardenlinux/python-gardenlinux-lib/pull/198), [217](https://github.com/gardenlinux/python-gardenlinux-lib/pull/217), [206](https://github.com/gardenlinux/python-gardenlinux-lib/pull/206)) |
28 | | -- Support for reading metadata files, especially feature sets and platforms, without parsing data from the features directory ([172]https://github.com/gardenlinux/python-gardenlinux-lib/pull/172)) |
| 26 | +- gl-gh script for creating Github releases ([222](https://github.com/gardenlinux/python-gardenlinux-lib/pull/222)) (vivus-ignis) |
| 27 | +- Github release notes generation code ([202](https://github.com/gardenlinux/python-gardenlinux-lib/pull/202), [198](https://github.com/gardenlinux/python-gardenlinux-lib/pull/198), [217](https://github.com/gardenlinux/python-gardenlinux-lib/pull/217), [206](https://github.com/gardenlinux/python-gardenlinux-lib/pull/206)) (vivus-ignis) |
| 28 | +- Support for reading metadata files, especially feature sets and platforms, without parsing data from the features directory ([172](https://github.com/gardenlinux/python-gardenlinux-lib/pull/172)) (NotTheEvilOne) |
29 | 29 |
|
30 | 30 | ### Changed |
31 | 31 |
|
32 | 32 | - New dependency: `gitpython` |
33 | | -- Improve type annotations in apt module ([201](https://github.com/gardenlinux/python-gardenlinux-lib/pull/201)) |
34 | | -- Improve type annotations in git module ([203](https://github.com/gardenlinux/python-gardenlinux-lib/pull/203)) |
35 | | -- Improve type annotations in s3 module ([204](https://github.com/gardenlinux/python-gardenlinux-lib/pull/204)) |
| 33 | +- Improve type annotations in apt module ([201](https://github.com/gardenlinux/python-gardenlinux-lib/pull/201)) (ByteOtter) |
| 34 | +- Improve type annotations in git module ([203](https://github.com/gardenlinux/python-gardenlinux-lib/pull/203)) (ByteOtter) |
| 35 | +- Improve type annotations in s3 module ([204](https://github.com/gardenlinux/python-gardenlinux-lib/pull/204)) (ByteOtter) |
36 | 36 |
|
37 | 37 | ### Changed (dev setup) |
38 | 38 |
|
|
43 | 43 |
|
44 | 44 | ### Added |
45 | 45 |
|
46 | | -- Code for artifacts upload to github release page ([191](https://github.com/gardenlinux/python-gardenlinux-lib/pull/191)) |
47 | | -- Add support to additionally tag an existing OCI manifest ([176]https://github.com/gardenlinux/python-gardenlinux-lib/pull/176)) |
| 46 | +- Code for artifacts upload to github release page ([191](https://github.com/gardenlinux/python-gardenlinux-lib/pull/191)) (vivus-ignis) |
| 47 | +- Add support to additionally tag an existing OCI manifest ([176](https://github.com/gardenlinux/python-gardenlinux-lib/pull/176)) (NotTheEvilOne) |
48 | 48 |
|
49 | 49 | ### Changed |
50 | 50 |
|
51 | 51 | - Python dependencies update |
52 | | -- Replace GitPython implementation with pygit2 one ([187](https://github.com/gardenlinux/python-gardenlinux-lib/pull/187)) |
| 52 | +- Replace GitPython implementation with pygit2 one ([187](https://github.com/gardenlinux/python-gardenlinux-lib/pull/187)) (NotTheEvilOne) |
0 commit comments