You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd.PersistentFlags().Bool("ignore-watched-folders", false, "Default to false, but if passed then will only operate on the list of folders listed in the configuration file")
43
-
cmd.PersistentFlags().String("folder", "", "Add a folder filter")
44
+
cmd.PersistentFlags().String("folder", "", "filter by folder")
45
+
cmd.PersistentFlags().String("name", "", "filter by name")
44
46
cmd.PersistentFlags().StringArray("label", []string{}, "Filter by label name value pair. (Additive behavior dashboard includes: label1 AND label2). ex --label env=staging")
Copy file name to clipboardExpand all lines: website/content/docs/releases/gdg_0.9.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Version 0.9"
3
3
description: "Release Notes for v0.9"
4
-
date: 2026-01-07T00:00:00
4
+
date: 2026-03-07T00:00:00
5
5
draft: false
6
6
images: [ ]
7
7
weight: 2
@@ -11,6 +11,8 @@ toc: true
11
11
## Release Notes for v0.9.3
12
12
13
13
### Changes
14
+
-[#557](https://github.com/esnet/gdg/pull/557) Adds label and folder based filtering to alert rules.
15
+
-[#559](https://github.com/esnet/gdg/pull/559) Adds name based filtering to alert rules.
14
16
15
17
### BugFixes
16
18
-[#543](https://github.com/esnet/gdg/issues/543) Env vars not working due to a conflict with the secure_location pattern that was previously introduced. Env will work if secure location not used. Next major release (0.10.x) will fix this to allow for Env to take precedence over any config values.
@@ -21,6 +23,7 @@ toc: true
21
23
-[#488](https://github.com/esnet/gdg/issues/488) Added an Env to disable enterprise tests. Allow contributors to not be blocked without a license.
22
24
-[#531](https://github.com/esnet/gdg/issues/531) Fixing documentation issues with the Getting Started guide and css/icons rendering behavior.
23
25
- General dependency and tooling update, upgrade to go 1.26.0, npm updates
26
+
-[#558](https://github.com/esnet/gdg/pull/558) Refactors code base to follow port/adapters/domains
0 commit comments