Skip to content

Releases: ratify-project/ratify

v1.0.0-alpha.1

14 Jul 18:58
c0f52bd
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Notable updates since v0.1.4-alpha.1

  • AWS irsa basic auth provider support
  • Renamed store/policy/verifier to fix configuration file inconsistencies
  • Artifact Spec RC1 Support

Changelog

v0.1.4-alpha.1

07 Jul 04:16
e555296
Compare
Choose a tag to compare
v0.1.4-alpha.1 Pre-release
Pre-release

Notable updates since v0.1.3-alpha.1

This release contains a fix for the helm charts so service accounts are handled correctly

Changelog

What's Changed

New Contributors

Full Changelog: v0.1.3-alpha1...v0.1.4-alpha.1

v0.1.3-alpha1

21 Apr 00:31
d915510
Compare
Choose a tag to compare
v0.1.3-alpha1 Pre-release
Pre-release

Notable updates since v0.1.2-alpha.1

  • Upgrade ORAS to v2 bringing significant performance improvements
  • Adding support for loading notary verification certificates from directories
  • Improve authentication cache with expiry and eviction logic on error

Changelog

v0.1.2-alpha.1

31 Mar 23:52
f33ca40
Compare
Choose a tag to compare
v0.1.2-alpha.1 Pre-release
Pre-release

Notable updates since v0.1.1-alpha.1

  • Add Authentication Support to private registry using Azure workload identity and k8 secrets
  • Add licensechecker plugin and docs
  • Updated sigstore/cosign version from 1.1.0 to 1.5.2, this contains a breaking change which means cosign plugin will only be able to validate signatures generated from cosign version > 1.3

Changelog

  • 1f0b7d4 Add Authentication Provider Support (#123)
  • 237e38a Add Azure Workload Identity Auth Provider (#129)
  • 90c7bbd Add K8 Secret Auth Provider (#137)
  • f40c0d9 Add licensechecker plugin and docs (#118)
  • 1854ff5 Add support for authenticating registries with Docker config (#106)
  • 54e9dde Added NOTICES file (#75)
  • 737540a Added helm charts and make targets to deploy ratify in k8s (#86) (#87)
  • 5f5cb9b Added resolving tag to digest in the store interface (#77)
  • 819dcea Added support to create docker config secret from command line (#107)
  • fe766c5 Bump github.com/docker/distribution (#136)
  • 9953abc Bump github.com/sigstore/cosign from 1.1.0 to 1.5.2 (#140)
  • a57f4b9 Cleanup old deployment files (#95)
  • ee5d9d8 Draft of EKS walkthrough (#110)
  • 165ccb9 Fix broken link in README (#96)
  • 6307103 Fix for cosign verifier (#115)
  • c27b19c Fix issue with oras local cache path (#130)
  • 1a2d3d7 Prepare chart for v0.1.1-alpha.1 release (#103) (#108)
  • c0a5df2 README: Update Gatekeeper external provider link (#109)
  • cb76cf8 Remove useHttp flag (#113)
  • f33ca40 Support notary verification certification load from directory (#141)
  • 2628973 Support private registry in oras (#102)
  • efe40f7 Update Provider handler as per the Gatekeeper external data provider spec (#83)
  • acb82ee Update artifacts with mediaType as per v1.0.0-draft.1.1 (#97)
  • f04f5e6 Update readme with community meeting information (#128)
  • 79875e7 Update to use k8s in readme (#98)
  • 240121e Updates to deployment helm chart to support Certificate from Azure Key vault (#112)
  • fea5121 Upgrade the versions of oras-go and OCI image spec (#89)
  • 6edd4ce [Bugfix] Updating default timeout (#116)
  • 65a2965 adding weekly notes link to readme (#117)
  • dd2ab5a minor fix: update the license in readme (#80)
  • 4ff60fa update dockerfile (#119)

v0.1.1-alpha.1

08 Dec 23:21
v0.1.1-alpha.1
b589318
Compare
Choose a tag to compare
v0.1.1-alpha.1 Pre-release
Pre-release

This release includes bug fixes and new features.

Notable updates since v0.1.0-alpha.1

  • Tag to digest support for image resolution
  • Helm chart for deploying Ratify to Kubernetes clusters
  • Support for authenticating to private registries

Changelog

  • 1854ff5 Add support for authenticating registries with Docker config (#106)
  • 54e9dde Added NOTICES file (#75)
  • 737540a Added helm charts and make targets to deploy ratify in k8s (#86) (#87)
  • 5f5cb9b Added resolving tag to digest in the store interface (#77)
  • 819dcea Added support to create docker config secret from command line (#107)
  • a57f4b9 Cleanup old deployment files (#95)
  • 165ccb9 Fix broken link in README (#96)
  • b589318 Prepare chart for v0.1.1-alpha.1 release (#103)
  • 2628973 Support private registry in oras (#102)
  • efe40f7 Update Provider handler as per the Gatekeeper external data provider spec (#83)
  • acb82ee Update artifacts with mediaType as per v1.0.0-draft.1.1 (#97)
  • 79875e7 Update to use k8s in readme (#98)
  • fea5121 Upgrade the versions of oras-go and OCI image spec (#89)
  • dd2ab5a minor fix: update the license in readme (#80)

v0.1.0-alpha.1

16 Nov 23:30
v0.1.0-alpha.1
d8f3566
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

Initial Alpha Release

This is an alpha release of Ratify. It includes the initial feature set and scaffolding to allow contributors to integrate additional referrer stores and verifiers.

Features

  • Support for running from CLI and as a web service
  • Support for registries supporting the oras artifact spec
  • Support for verifying notation signatures
  • Support for verifying cosign signatures
  • Support for artifact discovery
  • Plugin architecture for integration of additional referrer stores and verifiers.
  • Support for "any" or "all" policy on validation checks

Commits

f931af6 Add ORAS and notaryv2 as built-in providers into the framework. (#20)
3e89635 Add Security Reporting Instructions (#41)
ca9fb31 Add an example policy for referrers not found case (#37)
7285b5c Add contribution guidelines (#23)
834a718 Add cosign verifier with ability to discover cosign tag based artifacts in the ociregistry store
2cd1cf6 Add deployment files and other changes to support enabling Hora in OPA Gatekeeper.
ae28fbc Add initial design docs (#29)
4eefe37 Add quick start tutorial with latest steps for creating supply chain graph (#72)
8bc2cdc Add trademark notice (#39)
b3c988a Added PHONY targets (#62)
b840e4a Added artifact hierarchy
6d3d6ce Added comments to all exported members (#73)
2afbf86 Added copyright header (#64)
5aff12f Added makefile with build and install commands
fa0bafb Added section about nested verifiers and config
f53a538 Added subject response
c02a978 Added tests to common, utils, store and verifier packages (#63)
6aa75ff Added tests to executor core package (#66)
15f9ece Added version command (#69)
d75d877 Adding code of conduct info
b2ecbb3 Addressed PR feedback and added README.md
3eb5c1a Consider artifact verification policy per artifact type (#26)
8b2d50d Demo script for discovering & verifying supply chain content using Hora (#42)
8d3bc92 Fix branch in README (#60)
218241d Fix go test to walk the source (#58)
a523cba Fix make install location
d8f3566 Fixed markdown linting errors and links (#71)
85d92d8 Fixed markdown linting rules and added warnings (#25)
3eb753a Hora prototype with verify and referrer commands
73884ac Initial commit
8a0a3d0 Merge pull request #1 from deislabs/codeofconduct
ccb214e Merge pull request #12 from sajayantony/dev
f3d2e73 Merge pull request #15 from mnltejaswini/cosign
438749e Merge pull request #19 from mnltejaswini/k8s
5b7510d Merge remote-tracking branch 'origin/docs' into dev
4c9ff75 Oras go integration (#50)
e24f04f Pass the referrer store config to plugin so that they can query the store directly
467ea25 Ratify (#53)
29c9cf4 Release action (#34)
4d21ee7 Show the full reference
e53c31a Trimmed goreleaser and fixed version (#70)
ce33a4c Update import paths (#22)
8a75765 Update license to Apache (#49)
6db56bb Update notary v2 to use notation-go-lib (#38)
9c34bf7 Updated README.md with details of components
98562df Updated package location to deislabs
a1f6614 Updating setup steps (#33)
52d28b7 add git commit id as a docker image label (#68)
8a2f9ee add license statement to readme
666ddf6 build and publish a docker image (#67)
fda00bf run basic verifications on PR to main (#51)
6eab22e specify versioning and release procedures for hora project (#27)