Skip to content

Commit

Permalink
Prepare for 0.4.3 release. (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette authored May 17, 2020
1 parent 3183fad commit 7b5c4c8
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 645 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ build_release: build_docker
docker run --rm -v `pwd`:/build/ -u `id -u`:`id -g` -e HOME=/tmp/ velo_builder

debug:
dlv debug --wd=. --build-flags="-tags 'server_vql extras'" \
./bin/ -- frontend -v --debug
dlv debug --wd=. --build-flags="-tags 'server_vql extras'" ./bin/ -- frontend -v --debug

debug_client:
dlv debug --build-flags="-tags 'server_vql extras'" \
./bin/ -- client -v
dlv debug --build-flags="-tags 'server_vql extras'" ./bin/ -- client -v
7 changes: 0 additions & 7 deletions api/artifacts.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,6 @@ sources:
query: |
SELECT * FROM info()
LIMIT 10
# Reports can be MONITORING_DAILY, CLIENT, SERVER_EVENT
reports:
- type: CLIENT
template: |
{{ .Description }}
`
)

Expand Down
5 changes: 1 addition & 4 deletions constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ package constants
import "regexp"

const (
VERSION = "0.4.2"
VERSION = "0.4.3"
ENROLLMENT_WELL_KNOWN_FLOW = "E:Enrol"
MONITORING_WELL_KNOWN_FLOW = FLOW_PREFIX + "Monitoring"

// Temporary attribute
AFF4_ATTR = "aff4:data"

FLOW_PREFIX = "F."
FOREMAN_WELL_KNOWN_FLOW = "E.Foreman"
HUNT_PREFIX = "H."
Expand Down
Loading

0 comments on commit 7b5c4c8

Please sign in to comment.