Releases: redhat-best-practices-for-k8s/oct
v0.0.2
What's Changed
- Bump helm.sh/helm/v3 from 3.13.0 to 3.13.1 by @dependabot in #72
- Bump ubi8/ubi from 8.8-1067.1696517599 to 8.8-1067.1697633337 by @dependabot in #73
- Bump ubi8/ubi from 8.8-1067.1697633337 to 8.8-1067.1698056881 by @dependabot in #74
- Update Go to v1.21.3 by @sebrandon1 in #75
Full Changelog: v0.0.1...v0.0.2
v0.0.1 - Public API for checking artifacts certification status
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.