From bb15ecac6ee1492c9137af479e1f8c6684370b6c Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Fri, 4 Oct 2024 16:47:07 -0400 Subject: [PATCH] Announce the v0.9.0 release Signed-off-by: Ben Cotton --- content/blog/2024-10-04-guac-v0.9.0.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/blog/2024-10-04-guac-v0.9.0.md diff --git a/content/blog/2024-10-04-guac-v0.9.0.md b/content/blog/2024-10-04-guac-v0.9.0.md new file mode 100644 index 0000000..a52eb60 --- /dev/null +++ b/content/blog/2024-10-04-guac-v0.9.0.md @@ -0,0 +1,24 @@ +--- +title: GUAC v0.9.0 released +layout: post +authors: + - GUAC Maintainers +date: 2024-10-04 +tags: + - releases +--- + +GUAC [v0.9.0](https://github.com/guacsec/guac/releases/tag/v0.9.0) is now available. +*This release includes a compatibility-breaking change in the CLI introduced in v0.8.9.* + +Version 0.9.0 improves performance of certifiers by not re-querying recently-updated packages. +The new `last-scan` option takes a numeric value in hours and will exclude packages that were updated within that time frame. +The `last-scan` defaults to 4. +Using a value of 0 will force the certifier to re-query all packages. + +Version 0.8.9 introduced a compatibility-breaking change to the vulnerability query command line. +Commands now take the form `guacone query vuln ` where *type* is one of "artifact", "purl", or "uri" and *input* is a corresponding string. +This enable support for searching for vulnerabilities via artifact. + +In addition, the new releases include several smaller bug fixes. +See the [v0.8.9](https://github.com/guacsec/guac/releases/tag/v0.8.9) and [v0.9.0](https://github.com/guacsec/guac/releases/tag/v0.9.0) release pages for full details. \ No newline at end of file