Skip to content

Commit

Permalink
Updating documentation for 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Nov 3, 2023
1 parent cd78759 commit ca5a1cd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
17 changes: 5 additions & 12 deletions website/content/en/docs/releases/current_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-

22 changes: 22 additions & 0 deletions website/content/en/docs/releases/gdg_0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ca5a1cd

Please sign in to comment.