-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jan 15, 2025
1 parent
51d24ed
commit 880d6f7
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -490,6 +490,37 @@ rm -rf \ | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Wed Jan 15 2025 github-actions <[email protected]> - 42.23-1 | ||
- Add release notes for certificates import (rvykydal) | ||
- docs: add release note for the `hidden-webui-pages` configuration option | ||
(k.koukiou) | ||
- data: profile: extend workstation profile to hide pages for Web UI | ||
(k.koukiou) | ||
- security: add a service to transfer certificates from initramfs (rvykydal) | ||
- Revert "build: Install systemd-resolved in ELN aka RHEL-11" (rvykydal) | ||
- Handle invalid UTF-8 characters in efibootmgr output (k.koukiou) | ||
- Don't log a bogus warning when kickstart specifies a disk label (awilliam) | ||
- Fix displaying attributes on advanced storage spoke (#2332568) (vtrefny) | ||
- Reapply "fix missing WWID values for multipath devices in advanced storage | ||
UI" (vtrefny) | ||
- security: import certificates in initramfs (rvykydal) | ||
- security: install certificates in pre-install phase only for dnf payload | ||
(rvykydal) | ||
- security: raise exception if certificate destination is unknown (rvykydal) | ||
- security: log a warning when dumping certificate over an existing file | ||
(rvykydal) | ||
- security: pre-install certificates before payload installation (rvykydal) | ||
- security: add API to install certificates early before payload (rvykydal) | ||
- security: install certificates on target system (rvykydal) | ||
- security: Add API for installation on target system (rvykydal) | ||
- security: import certificates early after Anaconda start (rvykydal) | ||
- security: add API to import certificates to Anaconda environment (rvykydal) | ||
- security: add API: Certificate getter (rvykydal) | ||
- kickstart: extend section specification for list of section data (rvykydal) | ||
- security: implement the support to install certificates to Anaconda | ||
(k.koukiou) | ||
- Add documentation for keyboard layout control (jkonecny) | ||
|
||
* Tue Jan 07 2025 github-actions <[email protected]> - 42.22-1 | ||
- Remove sections from release.rst in TOC (jkonecny) | ||
- Move docs advanced topics into new subsection (jkonecny) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
m4_define(python_required_version, 3.4) | ||
|
||
AC_PREREQ([2.63]) | ||
AC_INIT([anaconda], [42.22], [[email protected]]) | ||
AC_INIT([anaconda], [42.23], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|