This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
Releases: kubernetes-retired/cluster-registry
Releases · kubernetes-retired/cluster-registry
v0.0.6
v0.0.6
This release is intended to be the final release before moving the API to beta.
Download links
The cluster registry is now released as a CRD, so there are no more binary downloads associated with it.
Important changes
- modified the
AuthInfo
object to contain object references instead of a map - added
Controller
andUser
specific fields forAuthInfo
- add a conditions object and one condition type to the Cluster status
- fixes for the generated CRD YAML file
View all changes here.
v0.0.5
v0.0.5
The cluster registry has been migrated from a custom API server to a CRD. This reduces the amount of code that the project needs to maintain by a significant amount, and simplifies the deployment process for cluster registry users. Thanks to the people working on kubebuilder, and a special shout-out to @pwittrock who provided support during this conversion effort.
Download links
The cluster registry is now released as a CRD, so there are no more binary downloads associated with it.
Important changes
- cluster registry is now a CRD instead of an extension API server. Refer to the user guide for details on how to use the CRD.
- the cluster object is now namespace-scoped instead of cluster-scoped
- (developer side)
kubebuilder
is now being used to maintain the repository/generate code/generate docs
View all changes here.
v0.0.4
v0.0.4
Important changes
- better output when interacting with the cluster registry via
kubectl
init
anddelete
subcommands added forcrinit
- simplifications for the roles/rolebindings used for an aggregated cluster registry API server
- improved how
crinit
waits for API servers to come up in both standalone and aggregated mode