Skip to content

Commit 82406ec

Browse files
authored
Merge pull request #90 from funnelfiasco/guacviz-0.4.0
Announce the guac-visualizer 0.4.5 release
2 parents e446db4 + eab0792 commit 82406ec

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ If you use a new tag, add it here.
6363
* *community*: Posts about the community itself
6464
* *docs*: Posts about the documentation
6565
* *events*: Conferences, webinars,etc
66+
* *guac-visualizer*: Posts about the experimental GUAC Visualizer
6667
* *meetings*: Community Meetings and Maintainers Meetings
6768
* *releases*: Release announcements
6869

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: guac-visualizer 0.4.5 released
3+
layout: post
4+
authors:
5+
- GUAC Maintainers
6+
date: 2024-09-24
7+
tags:
8+
- releases
9+
- guac-visualizer
10+
---
11+
12+
Version 0.4.5 of the experimental [GUAC Visualizer](https://github.com/guacsec/guac-visualizer) is now available.
13+
The GUAC Visualizer is an experimental utility that can be used to interact with GUAC services.
14+
It acts as a way to visualize the software supply chain graph and explore the supply chain.
15+
16+
The main change in version 0.4.5 is the addition of a new window that displays known information about a package.
17+
This package information box, contributed by [Shafee Ahmed](https://github.com/shafeeshafee), gives you quick access to information about a package's vulnerabilities, SBOM source, and [SLSA](https://slsa.dev) attestations.
18+
19+
![Screenshot of the GUAC Visualizer package information display showing vulnerabilities for a log4j package](/images/blog/2024-guacviz-040.jpg)
20+
21+
This release also includes an update of the GraphQL schema to work with recent GUAC releases, plus a few other minor fixes and dependency updates.
22+
See the [GitHub release page](https://github.com/guacsec/guac-visualizer/releases/tag/v0.4.5) for a full list of changes.
23+
It includes first-time contributions to the GUAC Visualizer from:
24+
* [Kris Borchers](https://github.com/kborchers)
25+
* [Ben Cotton](https://github.com/funnelfiasco)
26+
* [@haosanzi](https://github.com/haosanzi)
27+
* [Parth Patel](https://github.com/pxp928)
28+
29+
If you paid close attention to the GUAC Visualizer, you might have noticed that the previous release was version 0.3.1.
30+
What happened between then?
31+
Several changes in the build pipeline were necessary due to changes in the tools we use.
32+
Versions 0.4.0 through 0.4.4 were part of the diagnosis and remediation of build pipeline issues.
33+
As part of this work, we've now created a CI build workflow that runs a build on all pull requests.
34+
This is a common practice and will help us catch some issues earlier.
35+
We'd love your help with GUAC Visualizer.
36+
See the "[help wanted](https://github.com/guacsec/guac-visualizer/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)" or "[good first issue](https://github.com/guacsec/guac-visualizer/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)" tags in GitHub for suggestions.
Loading

0 commit comments

Comments
 (0)