Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 21:38
· 37 commits to main since this release
a5d1d12

Highlights

  • PostgreSQL/Ent is complete, optimized, and supported!
  • REST API endpoints are starting to appear
  • CLI commands now allow specifying arbitrary http headers
  • Ingestor logs now include document references
  • Document references are attached to nodes as part of source information

Changelog

  • c0e35bf Add GUAC Version to Logs (#1856)
  • 3bb8b21 Add a transitive dependencies endpoint to the REST API (#1867)
  • 136ad62 Add guaccollect files option to set origin to blob path (#1811)
  • ae3c1aa Add missing dev tools to nix shell (#1819)
  • 90d95a5 Add standalone postgres compose (#1868)
  • d95860c Add the ability to specify HTTP headers for CLI commands (to support Auth proxies) (#1845)
  • c6aaf87 Bump actions/checkout from 4.1.2 to 4.1.3 (#1861)
  • e2e4121 Bump actions/checkout from 4.1.3 to 4.1.4 (#1875)
  • 3e827b8 Bump actions/create-github-app-token from 1.9.1 to 1.9.2 (#1802)
  • eca2727 Bump actions/create-github-app-token from 1.9.2 to 1.9.3 (#1823)
  • 5a048cd Bump actions/setup-python from 5.0.0 to 5.1.0 (#1801)
  • 1984c68 Bump anchore/sbom-action from 0.15.10 to 0.15.11 (#1877)
  • ae9966c Bump anchore/sbom-action from 0.15.9 to 0.15.10 (#1803)
  • 2dc06e2 Bump aquasecurity/trivy-action from 0.18.0 to 0.19.0 (#1804)
  • 17e8bd7 Bump cloud.google.com/go/storage from 1.39.1 to 1.40.0 (#1799)
  • eed71a5 Bump github.com/99designs/gqlgen from 0.17.44 to 0.17.45 (#1857)
  • 36f1133 Bump github.com/arangodb/go-driver from 1.6.1 to 1.6.2 (#1826)
  • 70babbd Bump github.com/aws/aws-sdk-go from 1.51.7 to 1.51.12 (#1798)
  • 9c1eb23 Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.0 to 1.53.1 (#1840)
  • f0e44fd Bump github.com/aws/aws-sdk-go-v2/service/sqs from 1.31.2 to 1.31.4 (#1825)
  • fd69617 Bump github.com/fsouza/fake-gcs-server from 1.47.8 to 1.48.0 (#1881)
  • 19506b6 Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (#1827)
  • 60d8dc8 Bump github.com/google/osv-scanner from 1.7.0 to 1.7.1 (#1824)
  • 21b65fb Bump github.com/klauspost/compress from 1.17.7 to 1.17.8 (#1882)
  • 1857403 Bump github.com/nats-io/nats.go from 1.33.1 to 1.34.0 (#1800)
  • a586a92 Bump github.com/nats-io/nats.go from 1.34.0 to 1.34.1 (#1879)
  • 282ea21 Bump github.com/pitabwire/natspubsub from 0.1.2 to 0.1.3 (#1843)
  • 6a164f5 Bump github.com/redis/go-redis/v9 from 9.5.0 to 9.5.1 (#1841)
  • af5d83e Bump github.com/regclient/regclient from 0.5.7 to 0.6.0 (#1797)
  • 1ea2819 Bump github.com/spdx/tools-golang from 0.5.3 to 0.5.4 (#1860)
  • bb6b63d Bump gocloud.dev/pubsub/rabbitpubsub from 0.36.0 to 0.37.0 (#1842)
  • 9317e44 Bump golang.org/x/net from 0.22.0 to 0.23.0 (#1853)
  • 80d7d0d Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#1876)
  • 9445fc0 Bump google.golang.org/api from 0.169.0 to 0.172.0 (#1796)
  • a2c1206 Bump google.golang.org/api from 0.172.0 to 0.176.0 (#1858)
  • e8e4c30 Bump google.golang.org/grpc from 1.62.1 to 1.63.2 (#1859)
  • d3f8704 Bump sigstore/cosign-installer from 3.4.0 to 3.5.0 (#1839)
  • e69c19f Bump slsa-framework/slsa-github-generator from 1.10.0 to 2.0.0 (#1878)
  • 71c5547 Fix GitHub collector to accept explicit tag in urls (#1818)
  • 1381c07 Fix goreleaser flag deprecation warnings (#1814)
  • db16cdc Fix the Overview Diagram (#1836)
  • 46e8893 Fixes to HTTP Header functionality for CLI commands (#1852)
  • 56ed851 Go generate (#1869)
  • 4741c1c Handle null SPDX relationship values without panicking (#1822)
  • 358205b Include a more descriptive debugger for the collector and processor (#1830)
  • 6100427 Make the CSub GetCollectEntries() RPC response streaming (#1865)
  • 3577d4d Populate SourceInformation.DocumentRef in collectors (#1847)
  • 3f124e3 Remove unused variable (#1851)
  • ef4658e Run the guacgql HTTP server on only one port (#1805)
  • d0c51f5 Update error handling on ingestion (#1832)
  • 6638a53 Update gql, parser and backends to add new documentRef field (#1844)
  • a0a0a82 Update graphQL schema to add documentRef field to all verbs (#1834)
  • d861241 Update graphQL, resolvers and add backend stubs for pagination (#1862)
  • c2477fa Update readme with supported backends. (#1873)
  • 8189495 [ENT] Complete ent pagination and update backend tests (#1870)
  • 2ec6bc9 [ENT] fix issue with index on artifact (#1835)
  • 5ff8e90 [ENT] fix trie output for package, source and vulnerability (#1863)
  • 2180123 [Ent] Add missing neighbor, node and path query (#1815)
  • a5d1d12 [FIX] Ingestor should not ack message on failure (#1874)
  • d908792 [FIX] implement fixes based on parsing and querying errors for CDX (#1855)
  • 3d6f3c0 [fix] OSV unit test update and replaced deprecated types.Descriptor (#1807)
  • 3dba718 add new re-designed overview diagram for GUAC (#1831)
  • 5b2e267 added github release identifier string type (#1820)
  • b5e2b39 feat: switch golang/mock to uber-go/mock (#1866)
  • 573a8d8 fix queue to deliver message directly (#1837)
  • 0550c31 remove built in query noder as it was not properly returning the fields in the queried nodes (#1829)