github notaryproject/ratify v1.0.0-rc.2

latest releases: v2.0.0-alpha.1, v1.4.0, v1.3.2...
pre-release3 years ago

New Features

• Introduce new plugin support as OCI Artifacts
Adds the ability for Ratify to download plugins from OCI artifacts as they are registered. It eliminates the need for users to build their own Ratify image, hack the Helm chart output and so on. You can find more info here.

• Introduce new code coverage reports by CodeCov on every change.

• Introduce new inline certificate provider
With this release, a new “inline” cert provider has been added here. A PEM-format certificate (chain) can be directly specified.

• Release adds a logr -> logrus adapter sink so that k8s controller-runtime components emit the same output as the rest of the Ratify codebase.

• Introduce support for keyless verification of images signed by Fulcio and stored in Rekor.

• Update workload identity auth provider configuration to consume client id. This allows users to specify client id directly without modifying service account when having to change the ORAS store configuration.

• Introduce support for cosign for auth enabled registries

• Support for OCI Image across all verifiers

Documentation

Tests

CLI

  • Verifier Scenarios
    • Notation v2
    • Cosign
      • Keyed
      • Keyless
    • SBOM
    • License Checker
    • JSON Schema Validation
    • All verifier types in one
  • Dynamic OCI Plugins
    • Verifier Plugin
    • Store Plugin

Kubernetes

  • Verifier Scenarios
    • Notation v2
    • Cosign
    • SBOM
    • License Checker
    • JSON Schema Validation
    • All verifier types in one
  • ORAS Store Authentication Providers
    • Docker
    • Kubernetes Secrets
    • Azure Workload Identity
    • Azure Managed Identity
  • Certificate Store Providers
    • Inline Certificate
    • Azure Key Vault Certificate
  • Mutation Provider
  • Dynamic OCI Plugins
    • Verifier Plugin

Bug Fixes

Changelog

Don't miss a new ratify release

NewReleases is sending notifications on new releases.