From f0c9af0d9da28064a63eaed481ff7e58149071e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CShauna=20Diaz=E2=80=9D?= Date: Mon, 7 Apr 2025 09:54:58 -0400 Subject: [PATCH] OSDOCS-13986: adds greenboot updates relnote MicroShift --- .../microshift-4-19-release-notes.adoc | 30 +++++++++++++++---- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/microshift_release_notes/microshift-4-19-release-notes.adoc b/microshift_release_notes/microshift-4-19-release-notes.adoc index 41b964f10f..3fb6f27a2a 100644 --- a/microshift_release_notes/microshift-4-19-release-notes.adoc +++ b/microshift_release_notes/microshift-4-19-release-notes.adoc @@ -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}"]