1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-13986: adds greenboot updates relnote MicroShift

This commit is contained in:
“Shauna Diaz”
2025-04-07 09:54:58 -04:00
parent 8e49c1a6a6
commit f0c9af0d9d

View File

@@ -54,8 +54,10 @@ With this release, configurable transport layer security (TLS) protocols on inte
[id="microshift-4-19-running-apps_{context}"]
=== Running applications
//[id="microshift-4-19-example-ra-feature_{context}"]
//==== Example RA feature here
[id="microshift-4-19-greenboot-updated_{context}"]
==== Check application health with the {microshift-short} healthcheck command
With this release, you can use the `microshift healthcheck` command with various options to run a basic health check on your applications. For more information, see xref:../microshift_running_apps/microshift-greenboot-workload-scripts.adoc#microshift-greenboot-workload-scripts_microshift-greenboot-workload-scripts[Greenboot workload health check scripts].
[id="microshift-4-19-support_{context}"]
=== Support
@@ -90,9 +92,27 @@ link:https://access.redhat.com/support/offerings/techpreview[Technology Preview
//See xref:../microshift_install_bootc/microshift-install-rhel-image-mode.adoc#microshift-install-rhel-image-mode[Using image mode for RHEL with {microshift-short}] for more information.
//[id="microshift-4-19-deprecated-and-removed-features_{context}"]
//== Deprecated and removed features
//add deprecated and removed user-facing or deployment-impacting features here
[id="microshift-4-19-deprecated-and-removed-features_{context}"]
== Deprecated and removed features
Some features available in previous releases have been deprecated or removed. Deprecated functionality is still included in and continues to be supported, but will be removed in a future release. Deprecated features and functionality are not recommended for new deployments.
[id="microshift-4-19-app-greenboot-script-deprecated_{context}"]
=== Greenboot application health check script functions deprecated
The following functions related to checking workload health in the `/usr/share/microshift/functions/greenboot.sh` script are deprecated:
* `wait_for`
* `namespace_images_downloaded`
* `namespace_deployment_ready`
* `namespace_daemonset_ready`
* `namespace_pods_ready`
* `namespace_pods_not_restarting`
* `print_failure_logs`
* `log_failure_cmd`
* `log_script_exit`
* `lvmsDriverShouldExist`
* `csiComponentShouldBeDeploy`
//NOTE: Do NOT repeat bug fixes already noted in previous version z-streams
[id="microshift-4-19-bug-fixes_{context}"]