This update fixes the following issues:
dracut-saltboot was updated to version 0.1.1728559936.c16d4fb:
- Added MAC based terminal naming option (jsc#SUMA-314)
golang-github-prometheus-prometheus was updated from version 2.45.6 to 2.53.3 (jsc#PED-11649):
grafana was updated from version 9.5.18 to 10.4.13 (jsc#PED-11591,jsc#PED-11649):
-
Security issues fixed:
- CVE-2024-45337: Prevent possible misuse of ServerConfig.PublicKeyCallback by upgrading
golang.org/x/crypto (bsc#1234554)
- CVE-2023-3128: Fixed authentication bypass using Azure AD OAuth (bsc#1212641)
- CVE-2023-6152: Add email verification when updating user email (bsc#1219912)
- CVE-2024-6837: Fixed potential data source permission escalation (bsc#1236301)
- CVE-2024-8118: Fixed permission on external alerting rule write endpoint (bsc#1231024)
-
Potential breaking changes in version 10:
- In panels using the
extract fields transformation, where one
of the extracted names collides with one of the already
existing ields, the extracted field will be renamed.
- For the existing backend mode users who have table
visualization might see some inconsistencies on their panels.
We have updated the table column naming. This will
potentially affect field transformations and/or field
overrides. To resolve this either: update transformation or
field override.
- For the existing backend mode users who have Transformations
with the
time field, might see their transformations are
not working. Those panels that have broken transformations
will fail to render. This is because we changed the field
key. To resolve this either: Remove the affected panel and
re-create it; Select the Time field again; Edit the time
field as Time for transformation in panel.json or
dashboard.json
- The following data source permission endpoints have been removed:
GET /datasources/:datasourceId/permissions
POST /api/datasources/:datasourceId/permissions
DELETE /datasources/:datasourceId/permissions
POST /datasources/:datasourceId/enable-permissions
POST /datasources/:datasourceId/disable-permissions
- Please use the following endpoints instead:
GET /api/access-control/datasources/:uid for listing data
source permissions
POST /api/access-control/datasources/:uid/users/:id,
POST /api/access-control/datasources/:uid/teams/:id and
POST /api/access-control/datasources/:uid/buildInRoles/:id
for adding or removing data source permissions
- If you are using Terraform Grafana provider to manage data source permissions, you will need to upgrade your
provider.
- For the existing backend mode users who have table visualization might see some inconsistencies on their panels.
We have updated the table column naming. This will potentially affect field transformations and/or field overrides.
- The deprecated
/playlists/{uid}/dashboards API endpoint has been removed.
Dashboard information can be retrieved from the /dashboard/... APIs.
- The
PUT /api/folders/:uid endpoint no more supports modifying the folder's UID
- Removed all components for the old panel header design.
- Please review https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-3/
for more details
- OAuth role mapping enforcement: This change impacts GitHub,
Gitlab, Okta, and Generic OAuth. To avoid overriding manually
set roles, enable the skip_org_role_sync option in the
Grafana configuration for your OAuth provider before
upgrading
- Angular has been deprecated
- Grafana legacy alerting has been deprecated
- API keys are migrating to service accounts
- The experimental “dashboard previews” feature is removed
- Usernames are now case-insensitive by default
- Grafana OAuth integrations do not work anymore with email lookups
- The “Alias” field in the CloudWatch data source is removed
- Athena data source plugin must be updated to version >=2.9.3
- Redshift data source plugin must be updated to version >=1.8.3
- DoiT International BigQuery plugin no longer supported
- Please review https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-0
for more details
-
This update brings many new features, enhancements and fixes highlighted at:
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-4/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-3/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-2/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-1/
- https://grafana.com/docs/grafana/next/whatsnew/whats-new-in-v10-0/:
spacecmd was updated to version 5.0.11-0:
- Updated translation strings
supportutils-plugin-salt was updated to version 1.2.3:
- Adjusted requirements for plugin to allow compatibility with supportutils 3.2.9 release (bsc#1235145)
- Provide backwards-compatible scripts version
supportutils-plugin-susemanager-client was updated to version 5.0.4-0:
- Adjusted requirements for plugin to allow compatibility with supportutils 3.2.9 release (bsc#1235145)
uyuni-tools was updated from version 0.1.23-0 to 0.1.27-0:
- Security issues fixed:
- CVE-2024-22037: Use podman secret to store the database credentials (bsc#1231497)
- Other changes and bugs fixed:
- Version 0.1.27-0
- Bump the default image tag to 5.0.3
- IsInstalled function fix
- Run systemctl daemon-reload after changing the container image config (bsc#1233279)
- Coco-replicas-upgrade
- Persist search server indexes (bsc#1231759)
- Sync deletes files during migration (bsc#1233660)
- Ignore coco and hub images when applying PTF if they are not ailable (bsc#1229079)
- Add --registry back to mgrpxy (bsc#1233202)
- Only add java.hostname on migrated server if not present
- Consider the configuration file to detect the coco or hub api images should be pulled (bsc#1229104)
- Only raise an error if cloudguestregistryauth fails for PAYG (bsc#1233630)
- Add registry.suse.com login to mgradm upgrade podman list (bsc#1234123)
- Version 0.1.26-0
- Ignore all zypper caches during migration (bsc#1232769)
- Use the uyuni network for all podman containers (bsc#1232817)
- Version 0.1.25-0
- Don't migrate enabled systemd services, recreate them (bsc#1232575)
- Version 0.1.24-0
- Redact JSESSIONID and pxt-session-cookie values from logs and
console output (bsc#1231568)