From 4d82e20baa59d4140ad4d32300c1d608436d1923 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:45:28 +0000 Subject: [PATCH] v4.22.20 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ diagnostics.md | 2 +- scripts/checks.sh | 2 +- scripts/diagnose.sh | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e1190a0..d96ad4b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Document a way to surface healthchecks to dashboard + hash: f5319589c0fab9a7d7d678f82e6b585bd868b079 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + version: 4.22.20 + title: "" + date: 2024-03-21T17:45:24.417Z - commits: - subject: Create a one-pager for Diagnostics hash: d6de4faf7e617754ae635a126655af2fd7ad9665 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4acb0c5..467402a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## v4.22.20 - 2024-03-21 + + - Document a way to surface healthchecks to dashboard [Vipul Gupta (@vipulgupta2048)] + ## v4.22.19 - 2024-03-21 - Create a one-pager for Diagnostics [Vipul Gupta (@vipulgupta2048)] diff --git a/diagnostics.md b/diagnostics.md index 1c67de5..7cae818 100644 --- a/diagnostics.md +++ b/diagnostics.md @@ -282,4 +282,4 @@ can be read from the fleet's 'Release' page in the Dashboard), as well as ensuring it's the commit that's expected. -#### DIAGNOSE_VERSION=4.22.19 +#### DIAGNOSE_VERSION=4.22.20 diff --git a/scripts/checks.sh b/scripts/checks.sh index 0e18269..26334e1 100644 --- a/scripts/checks.sh +++ b/scripts/checks.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -DIAGNOSE_VERSION=4.22.19 +DIAGNOSE_VERSION=4.22.20 # Don't run anything before this source as it sets PATH here # shellcheck disable=SC1091 source /etc/profile diff --git a/scripts/diagnose.sh b/scripts/diagnose.sh index 4cd9bce..db0fa42 100644 --- a/scripts/diagnose.sh +++ b/scripts/diagnose.sh @@ -1,5 +1,5 @@ #!/bin/bash -DIAGNOSE_VERSION=4.22.19 +DIAGNOSE_VERSION=4.22.20 # Don't run anything before this source as it sets PATH here # shellcheck disable=SC1091 source /etc/profile