Releases: undistro/marvin
Releases · undistro/marvin
v0.2.7
v0.2.6
v0.2.5
Changelog
- 2932b0a Merge pull request #63 from undistro/UD-1648
- 5886c5f UD-1648: update tags to define floating tag in addition to version
- ea0edaa add .github/dependabot.yml (#42)
- feb767b bump Go version and k8s.io dependencies (#49)
- c55639e bump k8s.io dependencies from v0.29.2 to v0.29.3 (#41)
- 1205318 fix: update Go version in Dockerfile (#64)
- 91ac80f run apk upgrade in Dockerfile (#43)
v0.2.4
Changelog
- 2932b0a Merge pull request #63 from undistro/UD-1648
- 5886c5f UD-1648: update tags to define floating tag in addition to version
- ea0edaa add .github/dependabot.yml (#42)
- feb767b bump Go version and k8s.io dependencies (#49)
- c55639e bump k8s.io dependencies from v0.29.2 to v0.29.3 (#41)
- 1205318 fix: update Go version in Dockerfile (#64)
- 91ac80f run apk upgrade in Dockerfile (#43)
v0.2.4-2
Changelog
- 2932b0a Merge pull request #63 from undistro/UD-1648
- 5886c5f UD-1648: update tags to define floating tag in addition to version
- ea0edaa add .github/dependabot.yml (#42)
- feb767b bump Go version and k8s.io dependencies (#49)
- c55639e bump k8s.io dependencies from v0.29.2 to v0.29.3 (#41)
- 1205318 fix: update Go version in Dockerfile (#64)
- 91ac80f run apk upgrade in Dockerfile (#43)
v0.2.3
v0.2.2
Changelog
- d81464c Add CEL variables support (#37)
- a8cceb9 Bump dependencies and Go version (#36)
- c46c1b4 Check non-zero runAsUser in M-113 (#38)
- 87ffbce Fix M-112 and use CEL optional values and variables in built-in checks (#39)
- c5c8035 bump alpine base image to 3.19.1 (#35)
- 88465af create MAINTAINERS.md (#34)
v0.2.1
Changelog
- 547848d Add CEL Playground link in README.md (#18)
- daf2cdc Add new check for workload in namespace default (#25) (#26)
- a2fb093 Fix: CVEs on marvin container (#22)
- eaacf22 bump k8s.io dependencies and update README.md (#33)
- 0e81c81 check for restartPolicy (#30)
- 9d968c6 checks for sudo in entrypoint & registry deprecated (#28)
- c12abf8 ci: bump github actions (#23)
v0.2.0
Changelog
- 9161336 Merge pull request #14 from undistro/feat/new-checks
- c25e6ff bump k8s deps and add cel libraries (#17)
- 5820499 feat: new check: M-400: image tagged latest
- 9c6965a feat: new check: M-401: unmanaged pod
- 71d08db feat: new check: M-402: readiness and startup probe not configured
- 3f3ef3b feat: new check: M-403: liveness probe not configured
- 69acd30 feat: new checks to require memory and CPU resources limits and requests
- 44cba3b feat: new flag: add a flag to disable zora banner (#15)
- 50195db fix: M-402: avoid all() if ownerReferences is null
- 40f088b fix: fail if ownerReferences is null