Skip to content

Commit ff7c4f4

Browse files
committed
chore: bump version number [skip ci]
1 parent c9a97aa commit ff7c4f4

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
tbd
12+
13+
14+
## [1.3.1] - 2026-06-29
15+
16+
### Changed
17+
18+
* `lf-rhel.cfg`: Bump `LF_KICKSTART_VERSION` to `2026062901`
19+
20+
### Removed
21+
22+
* `lf-rhel.cfg`: Remove the SSH key for jihan.el-karz from the `lfkeys` list
23+
1124
### Security
1225

1326
* **ci**: Scope `GITHUB_TOKEN` permissions in the dependabot-auto-merge workflow to the job level, with top-level now `read-all`. Matches the pattern used by the other Linuxfabrik workflows and addresses the OpenSSF Scorecard `Token-Permissions` finding.
@@ -133,7 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133146
* Fixed README inaccuracies: partition counts, root password description, firewalld status per type
134147

135148

136-
[Unreleased]: https://github.com/Linuxfabrik/kickstart/compare/v1.3.0...HEAD
149+
[Unreleased]: https://github.com/Linuxfabrik/kickstart/compare/v1.3.1...HEAD
150+
[1.3.1]: https://github.com/Linuxfabrik/kickstart/compare/v1.3.0...v1.3.1
137151
[1.3.0]: https://github.com/Linuxfabrik/kickstart/compare/v1.2.2...v1.3.0
138152
[1.2.2]: https://github.com/Linuxfabrik/kickstart/compare/v1.2.1...v1.2.2
139153
[1.2.1]: https://github.com/Linuxfabrik/kickstart/compare/v1.2.0...v1.2.1

lf-rhel.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ services --disabled="kdump" --enabled="NetworkManager,sshd"
8080
# %post scripts; the Python helper picks it up from the environment and
8181
# embeds it as a comment in the generated dynamic.ks so it is visible on the
8282
# installed system via /root/dynamic.ks.
83-
LF_KICKSTART_VERSION=2026042701
83+
LF_KICKSTART_VERSION=2026062901
8484
export LF_KICKSTART_VERSION
8585
echo "Linuxfabrik Kickstart version: $LF_KICKSTART_VERSION"
8686
# rhel8 only has platform-python, rhel9+ has python3, so we'll have to detect what we have

0 commit comments

Comments
 (0)