Skip to content

Commit

Permalink
Bump dependencies (elastic#1782)
Browse files Browse the repository at this point in the history
* bump deps

* add changelog

* remove 8.0 HFF section
  • Loading branch information
ebeahan committed Feb 22, 2022
1 parent ba3ee2d commit 9d1b1af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 51 deletions.
46 changes: 1 addition & 45 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,51 +86,7 @@ Thanks, you're awesome :-) -->
* Update refs from master to main in USAGE.md etc #1658
* Clean up trailing spaces and additional newlines in schemas #1667
* Use higher compression as default in composable index template settings. #1712

## 8.0.0 (Hard Feature Freeze)

### Schema Changes

#### Breaking changes

* Remove `host.user.*` field reuse. #1439
* Remove deprecation notice on `http.request.method`. #1443
* Migrate `log.origin.file.line` from `integer` to `long`. #1533
* Remove `log.original` field. #1580
* Remove `process.ppid` field. #1596

#### Bugfixes

* Fixed the `default_field` flag for root fields in Beats generator. #1711

#### Added

* Added `faas.*` field set as beta. #1628, #1755

#### Improvements

* Wildcard type field migration GA. #1582
* `match_only_text` type field migration GA. #1584
* Threat indicator fields GA from RFC 0008. #1586

### Tooling and Artifact Changes

#### Breaking Changes

* Removing deprecated --oss from generator #1404
* Removing use-cases directory #1405
* Remove Go code generator. #1567
* Remove template generation for ES6. #1680
* Update folder structure for generated ES artifacts. #1700, #1762
* Updated support for overridable composable settings template. #1737

#### Improvements

* Align input options for --include and --subset arguments #1519
* Remove remaining Go deps after removing Go code generator. #1585
* Add explicit `default_field: true` for Beats artifacts. #1633
* Reorganize docs directory structure. #1679
* Added support for `analyzer` definitions for text fields. #1737
* Bump dependencies. #1782

<!-- All empty sections:
Expand Down
6 changes: 3 additions & 3 deletions scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# License: MIT
autopep8==1.4.4
autopep8==1.6.0
# License: BSD
mock==4.0.2
mock==4.0.3
# License: GPLv3
yamllint==1.19.0
yamllint==1.26.3
6 changes: 3 additions & 3 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pip
# License: MIT
PyYAML==5.4
PyYAML==6.0
# License: BSD
gitpython==3.1.2
gitpython==3.1.27
# License: BSD
Jinja2==2.11.3
Jinja2==3.0.3

0 comments on commit 9d1b1af

Please sign in to comment.