-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy path.changelog
692 lines (673 loc) · 36 KB
/
.changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
# Write your changes here, new entries at the top, in correct format:
# - Updated Foo chapter in Installation and Upgrade Guide for readability
# - Documented Bar feature in Administration Guide
# - Fixed error in Bat section of Upgrade Guide (bsc#1234567)
# For guidelines: https://en.opensuse.org/openSUSE:Creating_a_changes_file_(RPM)#Changelog_section_.28.25changelog.29
- Added links to supported features tables for third party operating
systems (bsc#1236810)
- Fixed typo in Installation and Upgrade Guide (bsc#1237403)
- Added note to limit Squid's cache_dir size to 60% of available
free space in Installation and Upgrade Guide
- Corrected server SSL self-signed certificates renewal procedure in
Administration Guide (bsc#1235696)
- Clarify functionality of CLM package/patch allow filters
(bsc#1236234)
- Improved documentation on CLM filters in Administration Guide
(bsc#1234202)
- Added retail MAC based terminal naming in Retail Guide (jsc#SUMA-314)
- Improved SSL certificate setup description in Administration Guide
(bsc#1216968)
- Added external link for creating virtual network peer for Azure in
Specialized Gudes (bsc#1234441)
- Documented onboarding SSH connected Ubuntu clients with install-created
user in Client Configuration Guide (bsc#1213437)
- Corrected metadata signing section in Administration Guide
- Added Open Enterprise Server 24.4 and 23.4 as supported client systems
(bsc#1230585)
- Added VMware image deployment documentation for Proxy in the
Installation and Upgrade Guide (bsc#1227852)
- Added information about package source in Installation and Upgrade
Guide (bsc#1219935)
- Documented Cobbler option to enable boot ISOs with Secure Boot in
Client Configuration Guide
- Added admonition about disabling data synchronization with SCC in
Administration Guide
- Added note about case sensitivity of organization name to
Inter-Server Synchronization chapter of Administration Guide
- Added reminder note to de-register before registration to Client
Configuration Guide (bsc#1216946)
- Higlighted the requirement for public cloud in Installation and
Upgrade Guide (bsc#1219978)
- Added section about Ignition in Installation and Upgrade Guide
- Updated KVM and VMware server image deployment with first boot in
Installation and Upgrade Guide
- Added documentation about orphaned packages in Client Configuration
Guide (bsc#1227882)
- Documented Ubuntu 24.04 LTS as a supported client OS in Client
Configuration Guide
- Documented Cobbler kernel options in Client Configuration Guide
Cobbler only used internally
- After database migration the old version of PostgreSQL no longer needed
in Installation and Upgrade Guide (bsc#1216744)
— Documented migrating clients such as AlmaLinux, CentOS, Oracle Linux,
and Rocky Linux to SUSE Liberty Linux and SUSE Liberty Linux 7 to
SUSE Liberty Linux 7 LTSS
-----------------------------------------------------
4.3.14
-----------------------------------------------------
- In network ports section, deleted partially outdated image, added
port 443 for clients, and removed Cobbler only used internally
(bsc#1217338)
- Added installer-updates.suse.com to the list of URLs in Installation
and Upgrade Guide (bsc#1229178)
- Enhanced instructions about the permissions for the IAM role
in Public Cloud Guide
- Fixed OS minor number in Client Configuration Guide (bsc#1218090)
- Added warning about Package Hub (bsc#1221435)
- Removed Verify Packages section from Package Management chapter
in Client Configuration Guide
- Added note about usernames in PAM section in Administration Guide
(bsc#1227599)
- Updated CLM examples for Red Hat Enterprise Linux 9 (bsc#1226687)
- Added VM based proxy installation in Installation and Upgrade Guide
- Fixed PostgreSQL name entity
- Improved Large Deployments Guide with better tuning values and
extra parameters added
- Updated lists of SUSE Linux Enterprise hardening profiles in openSCAP
chapter in the Administration Guide
- Added SUSE Liberty Linux 7 LTSS entries (bsc#1226913)
- Adding SL Micro 6.0 as supported client
- Added SUSE Linux Enterprise 15 SP6 as supported client
- Added openSUSE Leap SP6 as supported client
- Changed Proxy base version number in the installation from packages
description to version SUSE Linux Enterprise 15 SP4
- Removed Debian 10 from the list of supported clients
- Added new workflow describing updating of clients using recurring actions
to Commown Workflows
- Added documentation on adding a storage device for VMWare
- For registering public cloud installation (BYOS) documented
registercloudguest tools by adding a reference to the Public Cloud
Guide
- Added information about requirements for the PostgreSQL database
in the Installation and Upgrade Guide (bsc#1220376)
- Fixed the instructions for SSL Certificates (bsc#1219061)
- Remove package sync paragraph in package-management doc since
it is not available for Salt clients and traditional clients are no
longer supported (bsc#1221279)
- Fixed incorrect reference to SUSE Linux Enterprise Server 15 SP5
as base product for SUSE Manager 4.3, even in public cloud (bsc#1220894)
- Updated VM based installation for 4.3 VM image with ignition or cloudinit in
Installation and Upgrade Guide
- Fixed incorrect references to SUSE Linux Enterprise Server 15 SP5
as base product for SUSE Manager 4.3 (bsc#1220894)
- Added reference from Hub documentation to Inter-Server
Synchronization in Large Deployment Guide
- Documented Virtualization Guest and Virtualization Host Formula
- Reformatted Supported Clients tables in Client Configuration Guide
and Installation and Upgrade Guide
- Add documentation about SMTP timeout configuration
- Documented SSH key rotation in Salt Guide (bsc#1170848)
- Documented liberate formula in Salt Guide
- Fixed Prepare on-demand images section in Client Configuration Guide
- Fixed a changed configuration parameter for salt-ssh
- Added Pay-as-you-go on the Cloud: FAQ document
- Updated max-connections tuning recommendation in Large Deployment Guide
- Added troubleshooting instructions for setting up in public cloud
(BYOS) to Administration Guide
- Added section about migrating Enterprise Linux (EL) clients to SUSE Liberty
Linux to Client Configuration Guide
- Added detailed information about the messages produced by subscription matcher
- Added Pay-as-you-go as supported service on Azure to the Public Cloud Guide
- Added and fixed configuration details in Troubleshooting Renaming
Server in Administration Guide
- Removed obsolete traditional to Salt migration documentation from the
System Types section of the Client Configuration Guide and updated
the Migrate traditional clients to Salt clients section
- Fixed navigation bar of Client Configuration Guide (bsc#1218089)
- Added note about refreshing pillar data in Salt Guide (bsc#1189047)
- Added openSUSE Leap to Supported Features navigation list in Client
Configuration Guide (bsc#1218094)
- Described new monitoring metrics for Salt queue in Administration Guide
- Fix xrefs for internal book references
- Remove mentioning that CVE number for CVE auditing is optional (bsc#1218019)
- Corrected channel names for CentOS 7 Updates and Extras in CentOS Client
Configuration Guide
- Documented bootstrap settings for SUSE Linux Enterprise Micro in
Client Configuration Guide (bsc#1216394)
- Corrected command mgr-push to mgrpush in Administration Guide (bsc#1215810)
- Updated Red Hat OVAL data URL and file in CentOS Clients Registration
in Client Configution Guide
- Added Pay-as-you-go for Azure documentation to the Specialized Guides
book
- Added Pay-as-you-go limitations chapter to Pay-as-you-go Guide
- Removed Ubuntu 18.04 from the list of supported clients
- Fixed file location in Custom Salt Formulas section of Salt Guide
- Documented using Virtualization Host formula in Client Configuration Guide
- Added support for SUSE Linux Enterprise Micro 5.5 and openSUSE
Leap Micro 5.5 clients to Installation and Upgrade Guide, and to
Configuration Guide
- Added Liberty Linux versions 7 and 8 to the supported features matrix in
the Client Configuration Guide and Installation and Upgrade Guide
- Updated Twitter handle reference in documentation UI
- Updated feature table and added legend in Configuration Management section of
Client Configuration Guide
- Fixed parameter name in Register clients section of Client
Configuration Guide
- Fixed parser error with ifeval or url tag in Image management section
of Administration Guide
- Fixed links to HTML output of SUSE Linux Enterprise Server 15 SP4
documentation
- Added note about using short hostname in the Quick Start: SAP
(bsc#1212695)
- Changed Proxy base system version number in the installation
description to version 15 SP4
- Documented migrating from traditional to Salt client in Client
Configuration Guide
- Mentioned the option to install Prometheus on Retail branch servers
(bsc#1191143)
- Fixed link loop and clarified some server upgrade description details
in the Installation and Upgrade Guide (bsc#1214471)
- SUSE Manager 4.3 is based on SUSE Linux Enterprise 15 SP4; changed
installation procedure accordingly (bsc#1213469)
-----------------------------------------------------
4.3.9
-----------------------------------------------------
- Removed technical preview statement about Ansible in Administration
Guide (bsc#bz1216661)
- Replaced "Quick Start: Public Cloud" with "Public Cloud Guide" in
Specialized Guides
- Changed Proxy base system version number in the installation
description to version 15 SP4 (bsc#1213469)
- Added comment about SCC subscription to Administration Guide
(bsc#1211270)
- Added Debian 12 as supported client in Client Configuration Guide
- Fixed over-long table issue in openSCAP chapter in
Administration Guide
- Updated Hardware Requirements section about disk space for
/var/spacewalk in the Installation and Upgrade Guide
- Documented disabling automatic channel selection for cloned channels
in Content Lifecycle Management chapter of Administration Guide
(bsc#1211047)
- Fixed broken links and references in the Image building file in
Administration Guide
- Updated autoinstallation chapter in Client Configuration Guide about
buildiso command in the context of Cobbler
- Removed end-of-life openSUSE Leap clients from the support matrix in
the Client Configuration Guide
- Changed PostgreSQL documentation links to currently used version 15
- Added note about Jinja templating for configuration files management on
Salt Clients in Client Configuration Guide
- Fixed DHCP example for Cobbler autoinstallation and added one per
architecture in Client Configuration Guide (bsc#1214041)
- Added background information on Ansible playbooks in the Ansible chapter
in Administration Guide (bsc#1213077)
- Added Best practices and Image pillars files to Retail Guide
- Added warning about channel synchronization failure because of invalidated
credentials in Connect PAYG instance section of Installation and Upgrade
Guide
- Added detailed information about all supported SUSE Linux Enterprise Micro
versions
- Updated Ansible chapter in Administration Guide for clarity (bsc#1213077)
- Added Saltboot redeployment subchapter in the Retail Guide
- Added note about SUSE Linux Enterprise Micro clients only having Node and
Blackbox exporter for monitoring, in the Administration Guide available
(bsc#1212246)
- Removed step calling rhn-ssl-dbstore from the SSL setup that is now
integrated into mgr-ssl-cert-setup in Administration Guide
- Added workflow describing channel removal to the Common Workflows Guide
- Minimal memory requirement is 16 GB for Uyuni or SUSE Manager Server
installation, also for test installation
- Listed supported key types for SSL certificates in Import SSL Certificates
section of the Administation Guide
- Fixed Ubuntu channel names in Ubuntu chapter of the Client
Configuration Guide (bsc#1212827)
- Typo correction for Cobbler buildiso command in Client Configuration Guide
- Normalized information about client software providers in the Client
Configuration Guide; Alibaba Cloud Linux, AlmaLinux, Amazon Linux,
CentOS, Debian, Oracle, Rocky Linux, Ubuntu.
- Replaced plain text with dedicated attribute for AutoYaST
- File renamed to follow standardized format
- Changed filename for configuring Tomcat memory usage in Specialized Guides
(bsc#1212814)
-----------------------------------------------------
4.3.7
-----------------------------------------------------
- Added a note about Oracle Unbreakable Linux Network mirroring requirements
in Client Configuration Guide (bsc#1212032)
- Fixed missing tables of content in the Reference Guide (bsc#1208577)
- Fixed instruction for SSO implementation example in the Administration
Guide (bsc#1210103)
- Warned about the impossibility of moving chained proxies in the
Client Configuration Guide
- Recommended using Cobbler to build ISO images also for other systems but
SUSE systems in the Autoinstallation chapter of the Client Configuration
Guide
- Removed reference to non-existent files in Reference Guide (bsc#1208528)
- Corrected the instructions for troubleshooting repository via proxy in
the Administration Guide (bsc#1211276)
- Configured reboot method for SUSE Linux Enterprise Micro clients and
other transactional update systems in Client Configuration Guide
- Added note about PostgreSQL user in DB migration chapter of Installation
and Upgrade Guide
- Added note for clarification between self-installed and cloud instances
of Ubuntu
- Added server metrics list in Monitoring chapter of the Administration
Guide
- Improved pay-as-you-go documentation in the Install and Upgrade
Guide (bsc#1208984)
- Added comment about activation keys for Long Term Service Pack Support
clients in Client Configuration Guide (bsc#1210011)
- Updated API script examples to Python 3 in Administration Guide and
Large Deployment Guide
- Replaced Expanded Support with SUSE Liberty Linux in navigation bar of
Client Configuration Guide
- Added note about GPG key for Red Hat custom channels in Client Configuration
Guide
-----------------------------------------------------
4.3.6
-----------------------------------------------------
- Change cleanup Salt Client description
- Documentation Salt version updated to 3006
- Added SUSE Linux Enterprise Micro 5.4 support
- Added openSUSE Leap version 15.5
- Added SUSE Linux Enterprise version 15 SP5
- Documented new Recurring Actions feature
- Adjusted Single Sign-On example in Administration Guide
according to Keycloak 21.0.1 update
- Add multiple GPG key url usage to Client Configuration Guide
- Documented custom info is available via pillars in the Client
Configuration Guide (bsc#1209253)
- Added updated options for rhn.conf file in the Administration Guide
(bsc#1209508)
- Added instruction for Cobbler to use the correct label in Client
Configuration Guide distro label (bsc#1205600)
- Adjusted python version and openSUSE Leap version in public cloud
document (bsc#1209938)
- Fixed calculation of DB max-connections and aligned it with the
supportconfig checking tool in the Tuning Guide
- Fixed Troubleshooting Corrupt Repositories procedure
-----------------------------------------------
4.3.5
-----------------------------------------------
- Branding updated for 2023
- New search engine optimization improvements for documentation
- Translations are now included in the webui help documentation
- Local search is now provided with the webui help documentation
- Added information about evaluation command parameter for
OpenSCAP (bsc#1207931)
- Enhanced the note about the remove PTF capability in Administration Guide
- Enhanced deleting clients in Client Configuration Guide
- Added instructions about contanerized proxy deployment to Installation and
Upgrade Guide
- Added Uyuni Client Tools channels for Enterprise Linux / SUSE Liberty
Linux and provide dedicated table for SUSE Manager in Client
Configuration Guide (bsc#1205719)
- Rework Retail documentaion to have generic config + examples
- Warned about installing containerized proxy on traditional container host in
Installation and Upgrade Guide
- Removed z196 and z114 from listing in System Z chapter of the Installation
and Upgrade Guide (bsc#1206973)
- Updated System Security with OpenSCAP chapter in Administration
Guide replacing "standard" by "stig" profile
- Added description for using a custom container image in containerized proxy
- Remove SLE Micro requirement to preinstall salt-transactional package
- Added information about java.salt_event_thread_pool_size in Large
Deployments Guide
- Re-added statement about Cobbler support in Reference Guide and Client
Configuration Guide (bsc#1206963)
- Fixed SLE Micro channel names in Client Configuration Guide
- Added SUSE Liberty Linux 9 clients as supported and use SUSE Liberty Linux
name more consistently
- Containerized proxy now allows usage of single FQDN. Documented in
Installation and Upgrade Guide.
- Added information about GPG key usuage in the Debian section of the Client
Configuration Guide
- Clarified monitoring components support matrix in Client Configuration
Guide
- Added information to use Hub when managing more than 10,000 clients
to the Hardware Requirements in the Installation and Upgrade Guide.
- Improved Grafana configuration instructions in Administration Guide.
- Limit the changelog data in generated metadata in Administration Guide.
* The default number of entries is now 20 and it is consistent with
the number of entries from SUSE Linux Enterprise.
- Warning to emphasize about storage requirements before migration in
Installation and Upgrade Guide
- Removed mentions to ABRT in Reference Guide
- Fixed Rocky Linux documentation in Client Configuration Guide. Rocky Linux
8 was partially removed by accident (bsc#1205470)
- Documented changed default behavior with handling local repositories in
Client Configuration Guide
- Documented transactional update and reboot feature in Administration
and Client Configuration Guide
- Added information about automatic custom channel synchronization
- Added Red Hat Enterprise Linux 9 clients as supported (bsc#1205896)
- Added Almalinux 9, Oracle Linux 9, and Rocky Linux 9 as supported Client
systems
- Added Rocky Linux 9 in Client Configuration Guide
- Added note about shell quotation in Massmigration section of Client
Configuration Guide.
- Added information about OES repository enablement to Troubleshooting
section in Administration Guide (bsc#1204195)
- Documented the mgr-bootstrap command in Client Configuration Guide
- Removed Debian 9 references due to EOL and added missing Debian 11 info
- Fixed RES8 client tools label in Client Configuration Guide
- Added list of relevant collected server metrics in Monitoring chapter of
Administration Guide
- In Troubleshooting section of the Administration Guide, update Register
Cloned Clients procedure (bsc#1203971)
- Added information about changing Grafana administrator password (bsc#1203698)
- Fixed Ubuntu base channel name in Registering Ubuntu 20.04 and 22.04 Clients
section of Client Configuration Guide
- Warned about file ownership when restoring files in the Administration
Guide (bsc#1202612)
- Only SUSE clients are supported as a monitoring server in Administration
Guide
- Fix description of default notification settings (bsc#1203422)
- Added missing Debian 11 references
- Document helm deployment of the proxy on k3s and MetalLB in Installation
and Upgrade Guide
- Added secure mail communication settings in Administration Guide
- fix path to state and pillar files
- Documented how pxeboot works with Secure Boot enabled in Client
Configuration Guide.
- Add repository via proxy issues troubleshooting page
- Change import GPG key description
- Added SLE Micro 5.2 and 5.3 as available as a technology preview in Client
Configuration Guide, and the IBM Z architecture for 5.1, 5.2, and 5.3
- Added command to remove the obsolete Python module on SUSE Manager Server 4.1
in the Installation and Upgrade Guide (bsc#1203026)
- Mention CA certificate directory in the proxy setup description in the
Installation and Upgrade Guide (bsc#1202805)
- Documented mandatory channels in the Disconnected Setup chapter of the
Administration Guide (bsc#1202464).
- Documented how to onboard Ubuntu clients with the Salt bundle as a
regular user
- Documented how to onboard Debian clients with the Salt bundle or plain Salt
as a regular user
- Fixed the names of updates channels for Leap
- Fixed errors in OpenSCAP chapter of Administration Guide
- Removed CentOS 8 from the list of supported client systems
- Extend the notes about using noexec option for /tmp and /var/tmp (bsc#1201210)
- Added Extend Salt Bundle functionality with Python packages using pip
- Salt Configuration Modules are no longer Technology Preview in Salt Guide.
- Described disabling local repositories in Client Configuration Guide
- Documented Ubuntu 22.04 LTS as a supported client OS in Client Configuration Guide
- Remove misleading installation screen shots in the Installation and Upgrade
Guide (bsc#1201411)
- Fixed Ubuntu 18 Client registration in Client Configuration Guide (bsc#1201224)
- Removed sle-module-pythonX in VM Installation chapter of Installation and
Upgrade Guide because SUSE Manager 4.3 does not require it
- In the Custom Channel section of the Administration Guide add a note
about synchronizing repositories regularly.
- Removed SLE 11 from the list of supported client systems
- Update section about changing SSL certificates
- Added ports 1232 and 1233 in the Ports section of the Installation and
Upgrade Guide; required for Salt SSH Push (bnc#1200532)
- Fixed 'fast' switch ('-f') of the database migration script in Installation and
Upgrade Guide
- Added Uyuni Proxy requirements in Installation and Upgrade Guide.
- Updated Virtualization chapter in Client Configuration Guide; more on
limitation other than Xen and KVM.
- Added information about registering RHEL clients on Azure in the Import
Entitlements and Certificates section of the Client Configuration Guide
(bsc#1198944).
- Replaced two identical tables in two separate books (Install/Upgrade Guide
and Client Config Guide) with a single snippet
- In the Client Configuration Guide, package locking is supported for Ubuntu
also on Uyuni
- Remove Uyuni Client tools from the list of the proxy channels in
Installation and Upgrade Guide
- Updated openSUSE Leap version number to 15.4.
- Fixed VisibleIf documentation in Formula section of the Salt Guide
- Added note about importing CA certifcate in Installation and Upgrade Guide
(bsc#1198358).
- Documented defining monitored targets using file-based service discovery
provided in the Prometheus formula in the Salt Guide
- In Supported Clients and Features chapter in Client Configuration Guide,
remove SLES 11 (bsc#1199147)
- Improve traditional client deprecation statement in Client Configuration
Guide (bsc#1199714)
- Fixed spacewalk-remove-channel command in Delete Channels section of the
Administration Guide (bsc#1199596)
- Add note about OpenSCAP security profile support in OpenSCAP section of
the Administration Guide
- Large deployments guide includes mention to proxy (bsc#1199577)
- Enhanced Product Migration chapter in Client Configuration Guide with SLES
example.
- In Common Workflows book, added new workflow for in-place upgrade of SLES
with SUSE Manager
- In Administration Guide, Create Build Host section (docker), added warning
about OS verstion requirement.
- In registration chapter of the Client Configuration Guide, add architecture
note snippet to all the "Add software channel" sections.
- In Administration Guide, troubleshooting section, added content about high sync
times between Server and Proxy over WAN connections
- In Administration Guide, documented the new behavior of spacewalk-report in
combination with the reporting database.
- Documented org_createfirst in spacecmd chapter of the Reference Guide
- In Client Configuration Guide, adjust sequence of sections about registering
RedHat Clients
- In Administration Guide, documented that monitoring tools are available in
SUSE Linux Enterprise 12 and 15 and openSUSE Leap 15, but Grafana is not
available on Proxy (bsc#1191143)
- Documented sle-module-python2 deactivation step in the minor version upgrade
section of the Upgrade and Installation Guide (bsc#1197747).
- In the Large Deployments Guide, adapt tuning options for hub reporting according to latest
performance tests
- Documented Autoyast installation features in Autoyast section of the Client
Configuration Guide
- In Client Configuration Guide, clarified client upgrade issues.
- In the Large Deployments Guide, enhance section about hub reporting to add tuning options
for the taskomatic jobs
- In Client Configuration Guide, added information about registration of
version 12 of SUSE Linux Enterprise clients
- In Client Configuration Guide, mark the applying patches features as supported
on Ubuntu
- SLE Micro in Client Configuration Guide: Update version number from
5.0 to 5.1, and warn about Salt installation.
- In Administration Guide, renamed golang-github-wrouesnel-postgres_exporter to
prometheus-postgres_exporter.
- In the Client Configuration Guide, used the correct procedure for registering
Ubuntu 16.04 and 18.04 clients in Uyuni
- Clarified in Client Configuration Guide and Retail Guide that mandatory
channels are automatically checked. Also recommended channels as long as they
are not deactivated (bsc#1173527).
- In Client Configuration Guide, fixed channel configuration and registration
of Expanded Support clients.
- In Administration Guide, introduce a new tool to setup SSL certificates on Server
and Proxy
- Added content about automatic client registration to Client Configuration
Guide
- Clarified channel label name in Registering Clients with RHUI section of the
Client Configuration Guide (bsc#1196067)
- Documented GPG encrypted Salt Pillars in the Specialized Guides, Salt book.
- Add warning to contact method for traditional clients regarding registering a
deleted traditional client as Salt minion.
- Add note and information on client deletion page regarding registering a deleted
traditional client as Salt minion.
- Add troubleshooting section regarding registering a deleted traditional client
as Salt minion.
- In Throubleshooting Synchronization chapter in the Administration Guide
added instructions for GPG removal.
- In Custom Channels chapter of the Administration Guide, provide information
about creating metadata (bsc#1195294)
- In Client Configuration Guide, integrated SLE Micro Client documentation
next to SUSE Linux Enterprise Client documentation and other related
documentation improvements (bsc#1195145)
- Added a warning about the origin of the salt-minion package in the
Register on the Command Line (Salt) section of the Client Configuration
Guide
- In Custom Channels chapter of the Administration Guide, call
spacewalk-repo-sync to import and trust GPG keys
- Removed wrong and superfluous sudo command in Backup and Restore of
the Administration Guide.
- Add troubleshooting section about avoiding package conflicts with custom
channels
- Added instructions for Pay-as-you-go to Installation and Upgrade Guide
- Merge translations of Installation and Upgrade Guide into the new
combined book
- Removed end of life CaaSP references from documentation
- Introduce postgresql 14 with SUSE Manager 4.3
- Drop SUSE Manager 4.0 descriptions
- Documented moving Salt clients between proxies in Client Configuration
Guide
- Added grub.cfg for GRUB 2 in the Upgrade chapter of the Client Configuration
Guide (previously only menu.lst for GRUB Legacy was mentioned)
- In Troubleshooting section of the Client Configuration Guide, SUSE Linux
Enterprise Server 11 clients also require previous SSL versions installed on
the server
- In the Client Configuration Guide, explain how you find channel names to
register older SUSE Linux Enterprise clients.
- In Retail Guide, adjust branch server version numbers (bsc#1193292)
- Merged Installation and Upgrade Guide to a single book
- Change configuration parameters to new static name in the Large Deployment Guide
- In the Client Configuration Guide, mark Yomi as unsupported on SLES 11 and 12
- In Specialized Guides, renamed page files to reflect the major topics they
belong to.
- Created Specialized Guide as a container book for topics that are
either not bespoke SUMA functionalities, or do not belong in any
of the existing books
- Added Quick Start, containing one-page instructions for installing server
or proxy, at the top of the navigation bar.
- In the Retail Guide, improve the auto-signed grains documentation
- Document Debian 11 as a supported OS as a client
- In Client Confguration Guide, for Debian and Ubuntu clients also provide
the genuine architecture abbreviation "amd64".
- Documented repository URLs for Debian apt sources in the Custom Channel
section of the Administration Guide
- In Client Configuration Guide add new section about registering with the
Salt bundle
- In Client Confguration Guide fix the cent-errata.sh example script.
RedHat now offers oval xml files in bzip2 format only.
- Fixed Uyuni for Retail Branch Server documention in the Retail Guide, and
adjusted related SUSE Manager for Retail part accordingly.
- Fix command in Administration Guidelines, Backup and Restore chapter, and
normalize layout.
- In the Client Configuration Guide, package locking is supported for Ubuntu and
Debian.
- Fix base channel label for Red Hat 8 products in the Client Configuration Guide
- In the Client Configuration Guide, move the information about required
Python to the section about the Web UI registration procedure.
- Warn about building ARM images on aarch64 architecture in the Administration
Guide
- In the Installation Guide, fix slow downloads via proxy when huge
files are requested (bsc#1185465)
- Added DNS resolution for minions incorrectly shown as down
to the Troubleshooting section in the Client Configuration Guide
- Update 'max_connections' section of the Salt Guide
(bsc#1191267)
- In the ports section of the Installation Guide, mention "tftpsync"
explicitly for port 443 (bsc#1190665)
- In server upgrade procedure in the Upgrade Guide add 'zypper ref' step
to refresh repositories reliably.
- Update 'effective_cache_size' section of the Salt Guide
(bsc#1191274)
- Documented new filter in the Content Lifecycle Management chapter of
the Administration Guide
- Added aarch64 support for selection of clients in the Installation
Guide and Client Configuration Guide
- Documented AWS Permissions for Virtual Host Manager in VHM and
Amazon Web Services chapter in the Client Configuration Guide
- Remove outdated patches note in the server update chapter of the
Upgrade Guide
- Documented AWS Permissions for Virtual Host Manager in VHM and
Amazon Web Services chapter in the Client Configuration Guide
# Last packaged: 2021-09-21 (Uyuni 2021.09)
- Version 2021.09
- Updated Proxy installation screenshots to reflect SUMA 4.2 version
in Installation Guide
- Documented low on disc space warnings in the Managing Disk Space chapter in
Administration Guide
- Removed Portus and CaaSP references from the image management chapter
of the Administration Guide
- Fixed mgr-cfg-* issues in appendix of the Reference Guide. Run the
commands on the client (bsc#1190166).
- Documented package lock as a supported feature for some Salt clients
in the Client Configuration Guide.
- Add information about pam service name limitations
- Replaced remaining occurrences of "Service Pack Migration" to
"Product Migration".
- Reworded the Advanced virtual guest management description for
clarity in Client Configuration Guide.
- Added a SLE Micro supported features section in Client Configuration
Guide.
- logo url now supports new path to translation directory structure
- Added channel synchronization warning in the product migration chapter
of the Client Configuration Guide.
- Added Rocky Linux 8 as a supported client in the Client Configuration Guide.
- Removed Red Hat Enterprise Linux 6, SUSE Linux Enterprise Server
Expanded Support 6, Oracle Linux 6, CentOS 6, and Ubuntu 16.04 LTS
as supported client systems in the Client Configuration Guide
(bsc#1188656).
- Documented required SLES version for the Ansible control node in the
Ansible Integration chapter of the Administration Guide (bsc#1189419)
- Added information about installing Python 3.6 on Centos, Oracle
Linux, Almalinux, Rocky Linux, SUSE Linux Enterprise Server with
Expanded Support, and Red Hat in the Client Configuration Guide
(bsc#1187335).
- SUSE Manager: Universe is not required for installing spacecmd
on Ubuntu (bsc#1187337)
- In the Prometheus chapter of the Administration Guide advise to store
data locally (bsc#1188855).
# Last packaged: 2021-08-09 (Uyuni 2021.08)
- Additional information for ISS v2 about limitations and configuration
- Correct package name for PAM authentication (bsc#1171483)
- In the Ansible chapter of the Administration Guide mention that
Ansible is available on proxy and retail branch server.
Warn about Ansible hardware requirements in the Retail Guide.
- Warn better about over-writing images in public cloud in the Client
Configuration Guide
- Client Configuration Guide: reorganized navigation bar to list SLES, openSUSE
and other clients in alphabetical order for better user experience
- Reference Guide: removed underscores in page titles and nav bar links.
- Provide more information about Salt ssh user configuration in the Salt
Guide (bsc#1187549).
- Documented Kiwi options and profile selection in Administration Guide.
- Added note about autoinstallation kernel options and Azure clients
- Added general information about SUSE Manager registration code that you
can obtain from a "SUSE Manager Lifecycle Management+" subscription.
- Document new Salt SSH logs at the Client Configuration Guide, Troubleshooting
section
- In the monitoring chapter of the Administration Guide mention that
Prometheus is available on proxy and retail branch server.
Warn about Prometheus hardware requirements in the Retail Guide (bsc#1186339).
- Documented spacecmd installation on Ubuntu 18.04 and 20.04 in Client
Configuration Guide.
- Enhance Uyuni Proxy Upgrade chapter in the Upgrade guide. Provide information
about major and minor upgrade.
- Update the proxy migration procedure with the specifics for the migration
from openSUSE Leap 15.2 to 15.3
- Documented version 2 of Inter-Server Synchronization in the Administration
Guide
- Document Rocky Linux 8 as a client
- Added custom scrape configuration documentation to Salt guide
- Added documentation for inter server sync version 2
- Adding missing command for imported SSL certs
- Documented custom information in Salt pillars in the Client
Configuration Guide.
- Document openSUSE Leap 15.3
- Updated Setup section in the Installation Guide about trouble
shooting freely available products.
- Documented transfer between organizations in Reference and Administration
Guide; this features was previously called "migrate".
- In Product Migration chapter of the Client Configuration Guide
add a note to install pending updates before starting the migration
(bsc#1187065).
- Fixed channel management command lines in Client Configuration Guide
- Documented upgrading PostfreSQL DB to version 13 in Upgrade Guide
- In the Supported Clients Table of the Client Configuration Guide, list
Debian 10 and 9 unconditionally also in the context of SUSE Manager
(bsc#1186427)
- Enable documenation of Amazon Linux as a supported client system in
Client Configuration Guide (bsc#1186297)
# Last packaged: 2021-05-17
- Updated Image Management chapter in Administration Guide; python and python-xml
are no longer required for container image inspection (bsc#1167586 and
bsc#1164192")
- Add procedure to create cluster managed VM in Client Configuration Guide
- RHEL 6, Oracle Linux 6, CentOS 6, SUSE Linux Enterprise Expanded Support 6,
and Ubuntu 16.04 are end-of-life upstream and no longer supported by SUSE as
client operating systems.
- Documented upgrading to version 4.2 in Upgrade Guide (bsc#1185711).
- Fixed URL of API documentation
- Added troubleshooting instructions for the setting up in public cloud ({byos}) to Administration Guide