Skip to content

v0.26.0

Compare
Choose a tag to compare
@meyerjrr meyerjrr released this 15 May 10:44
· 95 commits to main since this release
14a0416

This release introduces initial support for HTTP Profile Registries. HTTP registries implement the granted.registry.aws.v1alpha1 API.

To add a HTTP registry, you can run:

granted registry add --name <name> --url <url_of_registry_deployment> --type http

The Common Fate platform implements the HTTP Profile Registry in the v1.42.0 release.

You can read more about Profile Registries here.

What's Changed

  • add command for setting up new cf registry by @meyerjrr in #653
  • Fix the default type for the 'granted registry add' command by @chrnorm in #657

Full Changelog: v0.25.0...v0.26.0