Skip to content

Commit

Permalink
docs(app): release notes for 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilit0x committed Oct 3, 2024
1 parent d9d8ed0 commit bd707be
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,10 @@ export default defineConfig({
label: "v0.27.0",
link: "/surveilr/releases/v0_27_0",
},
{
label: "v0.27.1",
link: "/surveilr/releases/v0_27_1",
},
],
},
],
Expand Down
17 changes: 17 additions & 0 deletions src/content/docs/surveilr/releases/v0_27_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Releases
description: Release notes for Resource Surveillance v0.27.0
---
Release notes for Resource Surveillance (`surveilr`) 0.27.0

## Bug Fixes
---

### 1. `surveilr shell` Logging Enhancements
- Added to the elaboration field on the `orchestration_session` table, `start_size` and `final_size` to indicate the sizes of the RSSD pre and post orchestration.
- When `surveilr shell diagnose` is executed, the resulting diagnosis is also stored in the `diagnostics_json` and `diagnostic_md` columns on the `orchestration_session` table for future references.
- Fixed column issues with `surveilr shell diagnose`. Running the `diagnose` command failed in previous releases.
- For `static stdin scripts`, in previous releases, the `url` field was empty, this release fixes it by adding a truncated section of the content as the `url` field.

## Assets
Please find the release [here](https://github.com/opsfolio/releases.opsfolio.com/releases/tag/0.27.1).

0 comments on commit bd707be

Please sign in to comment.