Skip to content

Commit b75d976

Browse files
committed
initial changelog
1 parent 8967ef8 commit b75d976

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Changelog
2+
3+
> [!TIP]
4+
> Changelog format guideline: https://common-changelog.org
5+
6+
## [0.11.0]
7+
8+
### Added
9+
10+
- Semver support for the release notes generation code ([219](https://github.com/gardenlinux/python-gardenlinux-lib/pull/219))
11+
12+
### Changed
13+
14+
- Update GLVD URL ([226](https://github.com/gardenlinux/python-gardenlinux-lib/pull/226))
15+
16+
## [0.10.2] - 2025-10-17
17+
18+
### Fixed
19+
20+
- Explicitly set `make_latest` value for github release creation JSON payload in `create_github_release` function
21+
22+
## [0.10.1] - 2025-10-17
23+
24+
### Added
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))
29+
30+
### Changed
31+
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))
36+
37+
### Changed (dev setup)
38+
39+
- Improve configuration for local linting and code coverage generation
40+
- New dev dependencies: `isort`, `requests-mock`, `pyright`
41+
42+
## [0.10.0] - 2025-09-16
43+
44+
### Added
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))
48+
49+
### Changed
50+
51+
- Python dependencies update
52+
- Replace GitPython implementation with pygit2 one ([187](https://github.com/gardenlinux/python-gardenlinux-lib/pull/187))

0 commit comments

Comments
 (0)