Skip to content

Releases: mxab/nacp

v0.1.3

14 Mar 21:25
6501aa9
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
fix: build docker

v0.1.2

14 Mar 21:18
6f1acdc
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
build: docker image

v0.1.1

14 Mar 21:11
afa70ee
Compare
Choose a tag to compare

Changelog

  • f1b7631 feat: fail fast on empty resultset

v0.1.0

13 Mar 08:24
a5e7d2f
Compare
Choose a tag to compare

Full Changelog: v0.0.3...v0.1.0

v0.0.3

10 Mar 08:27
Compare
Choose a tag to compare

Changelog

v0.0.2

07 Mar 19:32
Compare
Choose a tag to compare

Changelog

  • 238421e chore: setup goreleaser with sign
  • 0b1745f fix: log string not bytes for patch

v0.0.1

06 Mar 08:27
Compare
Choose a tag to compare

Changelog

  • cd8c79f chore: prepare release
  • 69179f5 feat: validate errors to response
  • 7319979 feat: basic webhook mutator
  • 55371a7 chore: sonar properties
  • dc1616f fix: job mutator
  • e3bab4a feat: tls upstream
  • 00d11e5 feat: validate (only warnings)
  • 794ba1b chore: refactor test setup
  • 7a5b434 chore: prevent double checking of resp type
  • 9e9faeb feat: attach warnings also for plan response
  • 01cafc0 feat: append warnings
  • 8995776 chore: refactor tests
  • 7d2e6a0 chore: move error logging
  • 2f91897 chore: refactor handling
  • a57c858 feat: implement plan handler
  • 2af61f7 chore: remove todo
  • bd58126 chore: sonarlint
  • 745d658 fix: coverage
  • 7ce7fcb chore: sonar coverage
  • b19bc73 fix: coverage test
  • ff782bd chore: add fmt check in action
  • df923f7 chore: semver go version action
  • bd7b264 feat: configure mutator/validator from config
  • e4fdfe0 feat(opa mutator): include warnings
  • 9fae1e8 fix(build): github actions install deps
  • e3ceb90 Create .github/workflows/go.yml
  • 2d5ff7d feat: use opa for validate and patch
  • 7ca51d1 jsonpatch opa
  • 47bd3c4 use api model
  • fcaecc7 wip
  • ea7b242 feat: initial config loading
  • c924c76 feat: opa validator
  • 8e6f89e test: write poc rego rule for vault policy
  • 2e71a1c feat: connect admission controllers
  • 15c85ec feat: test admission controller, sample mutator
  • cfaf2a6 feat: detect create/update
  • 6a1db0f chore: gitignore / pre-commit
  • 853e850 init proxy
  • a8114f0 Initial commit