Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ElasticSearch 8.4.0 #3684

Merged
merged 1 commit into from
Oct 6, 2022
Merged

Update ElasticSearch 8.4.0 #3684

merged 1 commit into from
Oct 6, 2022

Conversation

RC-Lee
Copy link
Contributor

@RC-Lee RC-Lee commented Oct 6, 2022

Issue This PR Addresses

Fixes #2913

Type of Change

  • Dependency Update

Description

Updates ElasticSearch to 3.4.0 (from Satellite 1.28.0)

Notable changes -

  1. ES 8.0 introduced security settings
  2. The returned value of API calls is the body and not the HTTP related keys

Steps to test the PR

Built and works for me locally. Autocomplete also works.

Checklist

  • Quality: This PR builds and passes our npm test and works locally
  • Tests: This PR includes thorough tests or an explanation of why it does not

@gitpod-io
Copy link

gitpod-io bot commented Oct 6, 2022

@RC-Lee RC-Lee self-assigned this Oct 6, 2022
@RC-Lee RC-Lee added area: elasticsearch Elasticsearch Related issues and pull requests hacktoberfest-accepted labels Oct 6, 2022
Copy link
Contributor

@cindyorangis cindyorangis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed we use the caret symbol ^ in front of the version for @senecacdot/satellite. Would it be better to use the exact version ("@senecacdot/satellite": "1.28.0") or continue using the almost version ("@senecacdot/satellite": "^1.28.0")?

@RC-Lee
Copy link
Contributor Author

RC-Lee commented Oct 6, 2022

I noticed we use the caret symbol ^ in front of the version for @senecacdot/satellite. Would it be better to use the exact version ("@senecacdot/satellite": "1.28.0") or continue using the almost version ("@senecacdot/satellite": "^1.28.0")?

The caret was added in #3050 so dependency bot could detect Satellite updates

@cindyorangis
Copy link
Contributor

I noticed we use the caret symbol ^ in front of the version for @senecacdot/satellite. Would it be better to use the exact version ("@senecacdot/satellite": "1.28.0") or continue using the almost version ("@senecacdot/satellite": "^1.28.0")?

The caret was added in #3050 so dependency bot could detect Satellite updates

Okay, so we like carets here. Speaking of dependency bot... I haven't seen Renovate bot in a while... did it leave us for another repo? Hmm

@RC-Lee RC-Lee merged commit 5e037ea into Seneca-CDOT:master Oct 6, 2022
@RC-Lee RC-Lee deleted the updateES branch October 6, 2022 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: elasticsearch Elasticsearch Related issues and pull requests hacktoberfest-accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

See if we can update to Elasticsearch 8.0
3 participants