Skip to content

Commit

Permalink
dep(elastic): bump dep version to 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jun 9, 2023
1 parent d1578cb commit 1acab3f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 7.17.0
stack-version: 8.8.0
security-enabled: false
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
15 changes: 15 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
### Unreleased


### [8.0.0] - 2023-06-NN

- dep(elastic): bump dep version to 8.8
-


### [7.0.0] - 2023-06-08

- chore: update ci & packaging
- dep(elastic): bump dep version to 7.17
- bump major version to match ES major version


### [1.1.0] - 2023-06-08

- dep(elastic): dump dep version to 8.8
Expand Down Expand Up @@ -64,3 +77,5 @@
[1.0.7]: https://github.com/haraka/haraka-plugin-elasticsearch/releases/tag/1.0.7
[1.0.8]: https://github.com/haraka/haraka-plugin-elasticsearch/releases/tag/1.0.8
[1.1.0]: https://github.com/haraka/haraka-plugin-elasticsearch/releases/tag/1.1.0
[7.0.0]: https://github.com/haraka/haraka-plugin-elasticsearch/releases/tag/7.0.0
[8.0.0]: https://github.com/haraka/haraka-plugin-elasticsearch/releases/tag/8.0.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-elasticsearch",
"version": "7.0.0",
"version": "8.0.0",
"description": "Haraka plugin that saves logs to Elasticsearch",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/haraka/haraka-plugin-elasticsearch#readme",
"dependencies": {
"@elastic/elasticsearch": "^7.17.0",
"@elastic/elasticsearch": "^8.8.0",
"haraka-utils": "*"
},
"devDependencies": {
Expand Down

0 comments on commit 1acab3f

Please sign in to comment.