Skip to content

Releases: redhat-best-practices-for-k8s/oct

v0.0.5

18 Jan 20:16
2ddf701
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

16 Nov 16:11
a10365d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

02 Nov 15:59
670bedc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

26 Oct 17:00
991519d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1 - Public API for checking artifacts certification status

11 Oct 07:47
cb0313d
Compare
Choose a tag to compare

This is the initial release for the public API that can be used to get the RedHat certification status for containers, helm charts and operators. The functions can be found in pkg/certdb.

API
To use the certification status check functions, the client first needs to obtain a validator interface using certdb's GetValidator(offlineDBPath string) function. The offlineDBPath should point to the folder where the offline DB was stored using the OCT container. That offline DB will only be used in case the RedHat online catalog is not accessible (disconnected environments/lack of internet connectivity).

The CertificationStatusValidator interface has three IsXXXCertified()methods, one for each artifact type, that can be used to retrieve the the certification status.