Skip to content

Releases: mxab/nacp

v0.6.0

16 Oct 19:50
b3a1718
Compare
Choose a tag to compare

What's Changed

Updated dependencies especially Nomad 1.9.0

Full Changelog: v0.5.0...v0.6.0

v0.5.0

17 Jan 21:44
2690891
Compare
Choose a tag to compare

What's Changed

This release introduces the first version of the notary projects's image verification via NACP.
It allows either via the notation or OPA validator to verify the signature of the images specified in you job's task config.

Demo

notation-demo.mp4

Opa rule:

errors contains msg if {
	some g, t
	input.TaskGroups[g].Tasks[t].Driver == "docker"
	image := input.TaskGroups[g].Tasks[t].Config.image
	# check
	not notation_verify_image(image)
	msg := sprintf("TaskGroup %d Task %d image is invalid (image %s)", [g, t, image])
}
  • feat(notation): Image verifier by @mxab in #5

Full Changelog: v0.4.1...v0.5.0

v0.4.1

08 Dec 22:20
a837d40
Compare
Choose a tag to compare

Changelog

v0.4.0

08 Dec 22:11
231e108
Compare
Choose a tag to compare

Fixes:

  • Make sure POST calls are also interceped
  • Set proxy timeouts to 310 seconds

v0.3.0

15 Sep 19:25
da44818
Compare
Choose a tag to compare

What's Changed

  • add setting to be able to skip mandatory client cert auth by @n-marton in #2

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 Mar 00:13
5cb9f7f
Compare
Choose a tag to compare

Changelog

v0.1.7

17 Mar 18:40
a3b9c9d
Compare
Choose a tag to compare

Changelog

  • 83c6cbf chore: remove error log when returning error
  • 0eb50c2 chore: remove todo
  • a3b9c9d fix: remove platform flag from docker build

v0.1.6

16 Mar 22:05
1a9cb35
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
chore: add sq badge

v0.1.5

15 Mar 20:18
c147880
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
chore: updates

v0.1.4

15 Mar 08:47
36c6e78
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
build: docker