Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Releases: valocode/bubbly

0.1.8-alpha

24 Sep 11:12
Compare
Choose a tag to compare
0.1.8-alpha Pre-release
Pre-release

Changelog

d385df1 Fix google tag manager plugin conflict for docs

Docker images

  • docker pull valocode/bubbly:0.1.8-alpha
  • docker pull valocode/bubbly:0
  • docker pull valocode/bubbly:0.1
  • docker pull valocode/bubbly:0.1.8

0.1.7-alpha

23 Sep 11:07
Compare
Choose a tag to compare
0.1.7-alpha Pre-release
Pre-release

Changelog

745d391 Add google tag manager and DocSearch to docs

Docker images

  • docker pull valocode/bubbly:0.1.7-alpha
  • docker pull valocode/bubbly:0
  • docker pull valocode/bubbly:0.1
  • docker pull valocode/bubbly:0.1.7

0.1.6-alpha

22 Sep 08:30
Compare
Choose a tag to compare
0.1.6-alpha Pre-release
Pre-release

Changelog

35905b8 Add meta-doubleopen example with component licenses
e66dc6f Cleanup graphql schema
3735819 Initial auth implementation
673d071 Initial monitoring capability to pull SPDX licenses daily
767a0cd Minor rewrite of client. Add vulnerabilityreview and query commands
7d51feb Refactor gql to use two schemas and vulnerability review has a note field
05df215 Regenerate docs based on recent updates
ba10bc4 Remove old LicenseUse ent type and replace with ReleaseLicese
cb64c08 Setup zerolog for bubbly server
85bc7c5 Start splitting up generated from manual graphql schema
ec963f5 Update UI with entgql where naming. Add status to events CLI
4316423 Update models extension with helper for where

Docker images

  • docker pull valocode/bubbly:0.1.6-alpha
  • docker pull valocode/bubbly:0
  • docker pull valocode/bubbly:0.1
  • docker pull valocode/bubbly:0.1.6

0.1.5-alpha

14 Sep 14:07
Compare
Choose a tag to compare
0.1.5-alpha Pre-release
Pre-release

Changelog

87750e6 Goreleaser build snapshot on commits
213bbb0 Initial bubbly events to track policy evaluation
d0b80ce Rename CI workflow to be more meaningful
6aaad5b Update CI pipeline to replicate actual release build

Docker images

  • docker pull valocode/bubbly:0.1.5-alpha
  • docker pull valocode/bubbly:0
  • docker pull valocode/bubbly:0.1
  • docker pull valocode/bubbly:0.1.5

0.1.4-alpha

14 Sep 11:59
Compare
Choose a tag to compare
0.1.4-alpha Pre-release
Pre-release

Changelog

699b5b7 Add ability to create a patch with component adapters
5537f7e Add example adpater for components and vulnerabilities
d292ec5 Migrate to latest ent/contrib. Add patches to vulnerability review
e292c9f Update Dockerfile to run server command by default

Docker images

  • docker pull valocode/bubbly:0.1.4-alpha
  • docker pull valocode/bubbly:0
  • docker pull valocode/bubbly:0.1
  • docker pull valocode/bubbly:0.1.4

0.1.3-alpha

08 Sep 08:46
Compare
Choose a tag to compare
0.1.3-alpha Pre-release
Pre-release

Changelog

b915ddf Fixing a couple of typos
a1f5da5 Update Dockerfile to build UI and bump go version
79cf959 Use go:embed for builtin policies

Docker images

  • docker pull valocode/bubbly:0.1.3-alpha
  • docker pull valocode/bubbly:0
  • docker pull valocode/bubbly:0.1
  • docker pull valocode/bubbly:0.1.3

0.1.2-alpha

06 Sep 16:18
Compare
Choose a tag to compare
0.1.2-alpha Pre-release
Pre-release

Changelog

ee9bc99 Migrate to cgo-free sqlite package

Docker images

  • docker pull valocode/bubbly:0.1.2-alpha
  • docker pull valocode/bubbly:0
  • docker pull valocode/bubbly:0.1
  • docker pull valocode/bubbly:0.1.2

0.1.1-alpha.3

06 Sep 14:20
Compare
Choose a tag to compare
0.1.1-alpha.3 Pre-release
Pre-release

Changelog

ee9bc99 Migrate to cgo-free sqlite package

Docker images

  • docker pull valocode/bubbly:0.1.1-alpha.3
  • docker pull valocode/bubbly:0
  • docker pull valocode/bubbly:0.1
  • docker pull valocode/bubbly:0.1.1

0.1.1-alpha

06 Sep 08:25
Compare
Choose a tag to compare
0.1.1-alpha Pre-release
Pre-release

Changelog

7c280a8 Fix github actions to use npm (not yarn) and some links in docs

Docker images

  • docker pull valocode/bubbly:0.1.1-alpha
  • docker pull valocode/bubbly:0
  • docker pull valocode/bubbly:0.1
  • docker pull valocode/bubbly:0.1.1

0.1.0-alpha

06 Sep 08:08
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release

Changelog

7a04c17 Add --no-fail option to create
e1a5aee Add .gitignore exception for the ui/build directory so prevent go:embed from failing
3180acb Add a describe to data node
664c178 Add description for Order enum type
d458f6d Add events for all resource runs
812ddd3 Add first and last arguments in place of limit
a49883e Add initial ui with fresh sveltekit project
40dfa39 Add json marshalling for core.Table with capsule types
72ae855 Add metadata field to most entities
dde06a3 Add more endpoints and refactor server to make it testable
687e652 Add owner edge to global entities
70a4a7b Add policy evaluation to code_scan and test_run save requests
f8d1d86 Add policy save/view/set commands
75f40c2 Add release view command and cleanup release policies fetching
df4d6c0 Add release violation type to schema
3cfa917 Add support for a 'time' hcl type
c163726 Add tailwind to ui
f8ddbe9 Add userID to store Handler
ef2dc7f Add wrapper for executing query and unmarshalling to type
a531749 Added data block converter
2fbb16f Added locals and other things...
a22cdc4 Added some design and problem statement
103f476 Added very rudimentary test command for adapter
6babc85 Change schema unique constraints for test_run
140b13f Cleanup comments and print statements
261cb9d Cleanup tests and use of order_by
ebc829a Create README.md
0fac425 Create image for release model and graph
47f26dc Create organisation entity and store handler for organisation requests
f4a22d0 Define a default limit for all subqueries
05be48a First working version of policies
562b69f Fix release list to show correct status
4fadef7 Implement postgres subquery capability
2711d76 Initial API server and store
ca95359 Initial v2 work
371fe9c Initial version of UI with release view
7cc6de3 Massive WIP... Need to clean up majorly and add some dummy license data
a2dcf6d More work to documentation and README and some minor cleanups that were encountered
eebf930 Removed error as possible value from policy violations
8dbd2bb Some cleanup on UI and update goreleaser and github workflows
477b86b Update README, goreleaser and github workflows
f681037 Update README.md
5bf82ee Update bubbly in a bubble image
2f5b31a Update core.Data to use a block for fields
133b22a Update diagrams
86b5496 Update go:embed and ui base path
67d234a Update release model
24b7faf Update test git repositories
59138aa Updated go embed to work with __layout files (weird behaviour)
417287b Updates to README and documentation
2eb6d6e Use LATERAL JOINs to fix limit on relevant data
8b7f005 Use goreleaser defaults for versioning
1077580 Working resolver with tests for policy engine
bee7d00 added version in cli
d1752ab adding cve and license test data
20bd623 demo updates
0ea955f fixes minor typos
5519bfd helper function to parse boolean env variables
cfe57aa removing a bug that overwrote default bubbly context values
fcbbc76 removing swagger and goembed

Docker images

  • docker pull valocode/bubbly:0.1.0-alpha
  • docker pull valocode/bubbly:0
  • docker pull valocode/bubbly:0.1
  • docker pull valocode/bubbly:0.1.0