Skip to content

Commit

Permalink
New version - 40.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 10, 2023
1 parent da91fe4 commit d1e6fea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,25 @@ rm -rf \
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Tue Oct 10 2023 github-actions <[email protected]> - 40.8-1
- tests: Drop unused testing dir (vslavik)
- webui: Install cockpit-storaged (martin)
- webui: Support testing against a cockpit PR (martin)
- webui: Reduce rpm download timeout (martin)
- webui: Install all downloaded rpms (martin)
- Update translations from Weblate for master (github-actions)
- Revert "webui: pin down cockpit-* packages versions for gating purposes"
(martin)
- webui: tests: temporarilly pin down firefox to unbreak CI (kkoukiou)
- WebUI: drop eslint flowtype plugin (jvanderwaa)
- pylint: Use 'exit' instead of 'do_exit' for pylint.lint.Run (vtrefny)
- webui: replace specific checkEqualDisks with new checkIfArraysAreEqual helper
(kkoukiou)
- webui: split 'Modify storage' modals into separate file (kkoukiou)
- webui: utilize idPredix variable for ids in UnlockDialog component (kkoukiou)
- webui: move code for updating backend requests to helper function (kkoukiou)
- Drop kbd-legacy requirement in localization module (awilliam)

* Tue Oct 03 2023 github-actions <[email protected]> - 40.7-1
- webui: tests: ignore the logo image selector in the pixel tests (kkoukiou)
- webui: do not hardcode the required mount points in the getInitialRequests
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
m4_define(python_required_version, 3.4)

AC_PREREQ([2.63])
AC_INIT([anaconda], [40.7], [[email protected]])
AC_INIT([anaconda], [40.8], [[email protected]])

# make it possible to set build info at build time
# (patch only builds, modular builds, mass-rebuilds, etc.)
Expand Down

0 comments on commit d1e6fea

Please sign in to comment.