Skip to content

Commit

Permalink
Remove solution entry in package manifest (#504)
Browse files Browse the repository at this point in the history
Based on the discussion in elastic/kibana#67939 it seems like we do not need the solution entry in the manifest. This removes it.
  • Loading branch information
ruflin authored Jun 11, 2020
1 parent 2fc18a0 commit d4a6d00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Breaking changes

* Change stream.* fields to dataset.* fields. [#492](https://github.com/elastic/package-registry/pull/492)
* Remove `solution` entry support in package manfiest. [#504](https://github.com/elastic/package-registry/pull/504)

### Bugfixes

Expand Down
1 change: 0 additions & 1 deletion util/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ type Datasource struct {
Name string `config:"name" json:"name" validate:"required"`
Title string `config:"title" json:"title" validate:"required"`
Description string `config:"description" json:"description" validate:"required"`
Solution string `config:"solution" json:"solution,omitempty" yaml:"solution,omitempty"`
Inputs []Input `config:"inputs" json:"inputs"`
Multiple *bool `config:"multiple" json:"multiple,omitempty" yaml:"multiple,omitempty"`
}
Expand Down

0 comments on commit d4a6d00

Please sign in to comment.