Skip to content

Commit

Permalink
chore: update release notes template
Browse files Browse the repository at this point in the history
  • Loading branch information
nashtsai committed Mar 9, 2023
1 parent 989c979 commit 9193f77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 6 additions & 1 deletion docs/release_notes/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ We would like to extend our appreciation to all contributors who helped make thi
* KB_CLUSTER_NAME - KubeBlock Cluster API object name
* KB_COMP_NAME - Running pod's KubeBlock Cluster API object's `.spec.components.name`
* KB_CLUSTER_COMP_NAME - Running pod's KubeBlock Cluster API object's `<.metadata.name>-<.spec.components.name>`, same name is used for Deployment or StatefulSet workload name, and Service object name
* New addons.extensions.kubeblocks.io API, with Addon management controller, where KubeBlocks allow addon extensions instead of using Helm sub-charts dependencies.
* New addons.extensions.kubeblocks.io API, with Addon management controller, where KubeBlocks allow addon extensions instead of using Helm sub-charts dependencies. Following addons are provided:
* Prometheus and Alertmanager
* Grafana
* S3 CSI driver
* Snapshot Controller
* KubeBlocks private network Load Balancer
* ClusterDefinition API `spec.connectionCredential` add following built-in variables:
* A random UUID v4 generator `$(UUID)`
* A random UUID v4 generator with BASE64 encoded `$(UUID_B64)`
Expand Down
4 changes: 0 additions & 4 deletions internal/cli/cmd/addon/addon.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,6 @@ func (o *addonCmdOpts) buildPatch(flags []*pflag.Flag) error {
install := map[string]interface{}{}

if o.addonEnableFlags != nil {
if o.addon.Spec.InstallSpec.Enabled {
fmt.Fprintf(o.Out, "%s/%s is already enbled\n", o.GVR.GroupResource().String(), o.Names[0])
return cmdutil.ErrExit
}
if err = o.buildEnablePatch(flags, spec, install); err != nil {
return err
}
Expand Down

0 comments on commit 9193f77

Please sign in to comment.