v0.0.4
Changelog
- 01d0a28: CODEOWNERS updates for new teams (#393) (@mattrandallbecker)
- 3044571: Ensure all processors have initializers (#374) (@sethvargo)
- 12f248f: Ensure logger is injected, de-duplicate projectID lookups (#366) (@sethvargo)
- deab9c3: Feat: add function for e2e integration test to do diff on query result. (#368) (@sailorlqh)
- a013a6f: Release with images from CI (#386) (@yolocs)
- 1aef3f0: Return more concrete errors from the justification processor (#375) (@sethvargo)
- 4927d9f: Store justification in a dedicated proto field (#376) (@sethvargo)
- de2c9ac: Test out new CI flows (#362) (@sethvargo)
- 861b2c8: Test, do not review or merge (#349) (@sethvargo)
- 5a59c95: Update CI pins (#352) (@sethvargo)
- d5b8236: Update CODEOWNERS (@sethvargo)
- 5f4a67e: Update Go deps (#350) (@sethvargo)
- fb48652: Update Java deps (#353) (@sethvargo)
- bea4815: Upgrade protoc and proto-gen-java (#357) (@sethvargo)
- 058dd54: Upgrade to Go 1.20 and all deps (#387) (@sethvargo)
- e80847b: Upgrade to new proto messages (#363) (@sethvargo)
- 09cc183: Use client context for options (#369) (@sethvargo)
- 9e84752: chore: support using Go generate to generate proto code (#348) (@yolocs)
- a0ec01c: chore: update go client to use pkg/gcputil (#388) (@bradegler)
- 69143b5: chore: use pkg testutil to skip integration test when needed (#355) (@yolocs)
- 1cdf431: clean up UT test (#395) (@sailorlqh)
- ca23130: cleanup: integration test configs (#398) (@yolocs)
- 5555ba6: feat: Use new JVS client to validate justification subject match (#397) (@yolocs)
- 435a90d: feat: add more fields validation in e2e test (#345) (@capri-xiyue)
- f712dc4: feat: added timestamp field validation in e2e and fixed missing timestamp bug in java src (#383) (@capri-xiyue)
- 0df4594: feat: allow creating audit client from in-code config struct (#367) (@yolocs)
- a054f26: feat: default to fail_close log mode (#379) (@yolocs)
- 7bb0363: feat: enabled justification check in http (#389) (@capri-xiyue)
- 8546cc3: fix: add allowBreakglass in both go and java client (#373) (@sqin2019)
- 554bab0: fix: apply log mode option when initiating go client (#384) (@sqin2019)
- 18dfc2c: fix: fix issue 399 (#400) (@sailorlqh)
- fb58b95: fix: jvs config bug (#351) (@sqin2019)
- f87397c: fix: omit timestamp when creating logentry when no timestamp is provided (#385) (@capri-xiyue)
- c065dd8: fix: precondition failed error should not cause error even in fail-cl… (#377) (@yolocs)
- fcae48a: fix: some minor issues of java grpc test app (#365) (@sqin2019)
- ceb3a55: remove @JsonProperty and rename variables to unify with go part. (#394) (@sailorlqh)