You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(es8): support elasticsearch v8 (#578)
add support for elasticsearch v8
BREAKING CHANGE: Pelias no longer supports elasticsearch v6
This change drops support for elasticsearch v6 in order to support v8.
The current recommended version remains v7.
feat(Docker): Rebuild Docker image with Ubuntu 22
This is a no-op commit that simply serves to trigger CI to rebuild the
Docker image with our new Ubuntu 22 baseimage
pelias/pelias#951
feat(docker): Rebuild Docker image for Node.js 16
This is an empty commit that serves only to tell our CI to build new Docker
images now that we have merged pelias/docker-baseimage#24 and move the
default Node.js version from 12 to 16
Connects pelias/pelias#950