Skip to content

Commit

Permalink
[kw] cluster.name Scopeable is now false
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalibern committed Aug 9, 2024
1 parent 83d1f25 commit 75708ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@
previously the default value *default*. Now daemon startup will automatically
replace undefined cluster.name with a random value.

* **breaking change:** keyword `cluster.name` is not anymore scopable.

## upgrade from b2.1
### cluster config

Expand Down
7 changes: 3 additions & 4 deletions core/object/node_keywords.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,10 +532,9 @@ var nodeCommonKeywords = []keywords.Keyword{
Text: keywords.NewText(fs, "text/kw/node/cluster.id"),
},
{
Section: "cluster",
Option: "name",
Scopable: true,
Text: keywords.NewText(fs, "text/kw/node/cluster.name"),
Section: "cluster",
Option: "name",
Text: keywords.NewText(fs, "text/kw/node/cluster.name"),
},
{
Section: "cluster",
Expand Down

0 comments on commit 75708ff

Please sign in to comment.