Skip to content

Commit

Permalink
v4.22.20
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Mar 21, 2024
1 parent c1b60a0 commit 4d82e20
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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) <[email protected]>
signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/checks.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/diagnose.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4d82e20

Please sign in to comment.