Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing changelogs entries and bugzilla references from SUSE Manager 4.3 #8141

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions java/spacewalk-java.changes.juliogonzalez.4.3-sync
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix issue of non-installed package listed as errata package
update candidates (bsc#1212904)
- Fix the use of page size preference in systems and packages lists (bsc#1217209)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Improve performance of System (bsc#1211254)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- update dependencies after package rename
6 changes: 3 additions & 3 deletions susemanager-utils/susemanager-sls/susemanager-sls.changes
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Mon Sep 18 14:41:33 CEST 2023 - [email protected]
* Mask uyuni roster module password on logs
* Don't install product packages on openSUSE clients
* keep original traditional stack tools for RHEL7 RHUI connection
* Retry loading of pillars from DB on connection error
* Retry loading of pillars from DB on connection error (bsc#1214186)
* Use recurse stratedy to merge formula pillar with existing pillars
* Prevent product installation from being executed before executing product migration (bsc#1210475)
* Include automatic migration from Salt 3000 to Salt Bundle in highstate
Expand Down Expand Up @@ -86,7 +86,7 @@ Mon Jan 23 08:30:18 CET 2023 - [email protected]
* filter out libvirt engine events (bsc#1206146)
* Improve _mgractionchains.conf logs
* install SUSE Liberty v2 GPG key
* Detect bootstrap repository path for SLE Micro
* Detect bootstrap repository path for SLE Micro (bsc#1206294)
* Fix reboot info beacon installation
* Add state to properly configure the reboot action for transactional systems
* enforce installation of the PTF GPG key package
Expand Down Expand Up @@ -132,7 +132,7 @@ Wed Sep 28 11:14:52 CEST 2022 - [email protected]
* fix syntax error - remove trailing colon (bsc#1203049)
* Add mgrnet salt module with mgrnet.dns_fqnd function implementation
allowing to get all possible FQDNs from DNS (bsc#1199726)
* Copy grains file with util.mgr_switch_to_venv_minion state apply
* Copy grains file with util.mgr_switch_to_venv_minion state apply (bsc#1203056)
* Remove the message 'rpm: command not found' on using Salt SSH
with Debian based systems which has no Salt Bundle

Expand Down
3 changes: 2 additions & 1 deletion susemanager/susemanager.changes
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ Mon Jan 23 08:31:18 CET 2023 - [email protected]
* fix bootstrap repo definition for SUSE Liberty Linux 9 and RHEL9
(bsc#1207136)
* fix tools channel detection on Uyuni
* add bootstrap repository definitions for SLE-Micro 5.1, 5.2 and 5.3
* add bootstrap repository definitions for SLE-Micro 5.1, 5.2 and
5.3 (bsc#1209557)

-------------------------------------------------------------------
Wed Dec 14 14:15:50 CET 2022 - [email protected]
Expand Down
2 changes: 2 additions & 0 deletions susemanager/susemanager.changes.juliogonzalez.4.3-sync
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Make python3-extras as dependency of python3-luibxml2 (optional, as SLES 15 does
not have it and it is only required on SP4 or greater) (bsc#1204437)
4 changes: 2 additions & 2 deletions web/spacewalk-web.changes
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ Wed Apr 19 12:48:03 CEST 2023 - [email protected]

- version 4.4.10-1
* fix an issue where the datetimepicker shows wrong date (bsc#1209231)
* Fix datetime picker appearing behind modal edge
* Fix datetime picker appearing behind modal edge (bsc#1209703)
* Refactor Software / Manage / Packages to use SQL paging (bsc#1206725)
* Fix UI inconsistencies in susemanager-light and susemanager-dark
theme
* Deprecate jQuery datepicker, integrate React datepicker
* Deprecate jQuery datepicker, integrate React datepicker (bsc#1209689)

-------------------------------------------------------------------
Tue Feb 28 15:34:47 CET 2023 - [email protected]
Expand Down
1 change: 1 addition & 0 deletions web/spacewalk-web.changes.juliogonzalez.4.3-sync
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fix the use of page size preference in systems and packages lists (bsc#1217209)
Loading