From ca5a1cd0cb2c1f0ca545283bfb21eed6879f6159 Mon Sep 17 00:00:00 2001 From: Samir Faci Date: Fri, 3 Nov 2023 13:02:03 -0400 Subject: [PATCH] Updating documentation for 0.5.1 release --- .../en/docs/releases/current_release.md | 17 +++++--------- website/content/en/docs/releases/gdg_0.5.md | 22 +++++++++++++++++++ 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/website/content/en/docs/releases/current_release.md b/website/content/en/docs/releases/current_release.md index e87bdd85..f0d26aae 100644 --- a/website/content/en/docs/releases/current_release.md +++ b/website/content/en/docs/releases/current_release.md @@ -9,23 +9,16 @@ weight: 199 toc: true --- -## Release Notes for v0.5.1 -**Release Date: TBD 07/13/2023** +## Release Notes for v0.5.2 +**Release Date: TBD 12/13/2023** ### Changes - - TechDebt: Rewriting the CLI flag parsing to allow for easier testing patterns. Should mostly be transparent to the user. - - OrgWatchedFolders added a way to override watched folders for a given organization - - [#93](https://github.com/esnet/gdg/issues/205) Homebrew support added in. First pass at having a homebrew release. + - ### Bug Fixes - - Tiny patch to fix website documentation navigatioin - - [#205](https://github.com/esnet/gdg/issues/205) fixes invalid cross-link device when symlink exists to /tmp filesystem. - - [#206](https://github.com/esnet/gdg/issues/206) fixed behavior issue + - [#111](https://github.com/esnet/gdg/issues/111) Did good ### Developer Changes - - Replaced Makefile with Taskfiles. - - Added dockertest functionality. Allows for a consistent testing pattern on dev and CI. - - postcss security bug. - - Added a new integration pattern to allow all tests to be executed with tokens and basicauth to ensure behavior is consistent when expected + - diff --git a/website/content/en/docs/releases/gdg_0.5.md b/website/content/en/docs/releases/gdg_0.5.md index b118c2b6..eceabc4f 100644 --- a/website/content/en/docs/releases/gdg_0.5.md +++ b/website/content/en/docs/releases/gdg_0.5.md @@ -8,6 +8,28 @@ weight: 197 toc: true --- +## Release Notes for v0.5.1 + +**Release Date: 11/03/2023** + + +### Changes + - TechDebt: Rewriting the CLI flag parsing to allow for easier testing patterns. Should mostly be transparent to the user. + - OrgWatchedFolders added a way to override watched folders for a given organization + - [#93](https://github.com/esnet/gdg/issues/205) Homebrew support added in. First pass at having a homebrew release. + +### Bug Fixes + - Tiny patch to fix website documentation navigatioin + - [#205](https://github.com/esnet/gdg/issues/205) fixes invalid cross-link device when symlink exists to /tmp filesystem. + - [#206](https://github.com/esnet/gdg/issues/206) fixed behavior issue + +### Developer Changes + - Replaced Makefile with Taskfiles. + - Added dockertest functionality. Allows for a consistent testing pattern on dev and CI. + - postcss security bug. + - Added a new integration pattern to allow all tests to be executed with tokens and basicauth to ensure behavior is consistent when expected + + ## Notes on 0.5.x This is going to be a fairly big release and changing several of the expectations that GDG had before.