Add gitlab-elasticsearch-indexer to asdf-combine
What does this Merge Request do and why?
Adding gitlab-elasticsearch-indexer version so the required versions are used when gdk update is run
Issue reported in slack: https://gitlab.slack.com/archives/C2Z9A056E/p1651758453797859
The gitlab-elasticsearch-indexer fails to compile when I run rspec. There’s a bunch of compile: version "go1.17.9" does not match go tool version "go1.17.6" in the output.
possibly related to merge of: gitlab-elasticsearch-indexer!151 (merged)
Output from support/asdf-combine
❯ support/asdf-combine
.............
Writing the following to /Users/terrichu/Projects/gitlab/gitlab-development-kit/.tool-versions
================================================================================
# golang:
# 1.17.9:
# - https://gitlab.com/gitlab-org/gitlab/-/raw/master/workhorse/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-shell/-/raw/main/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-shell/-/raw/v14.0.0/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-pages/-/raw/master/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/-/raw/main/.tool-versions
# 1.17.7:
# - https://gitlab.com/gitlab-org/gitlab-pages/-/raw/v1.57.0/.tool-versions
# - https://gitlab.com/gitlab-org/gitaly/-/raw/master/.tool-versions
# - https://gitlab.com/gitlab-org/gitaly/-/raw/3f35f74cbd48f0a1557cd567087f685feede6672/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-runner/-/raw/main/.tool-versions
# 1.17.6:
# - https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/-/raw/v3.0.0/.tool-versions
# 1.16.14:
# - https://gitlab.com/gitlab-org/gitaly/-/raw/master/.tool-versions
# - https://gitlab.com/gitlab-org/gitaly/-/raw/3f35f74cbd48f0a1557cd567087f685feede6672/.tool-versions
#
golang 1.17.9 1.17.7 1.17.6 1.16.14
# minio:
# 2021-04-06T23-11-00Z:
# - .tool-versions-gdk
#
minio 2021-04-06T23-11-00Z
# nodejs:
# 16.14.0:
# - .tool-versions-gdk
# - https://gitlab.com/gitlab-org/gitlab/-/raw/master/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-ui/-/raw/main/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-docs/-/raw/main/.tool-versions
#
nodejs 16.14.0
# postgres:
# 12.9:
# - .tool-versions-gdk
# 13.3:
# - .tool-versions-gdk
#
postgres 12.9 13.3
# redis:
# 6.0.16:
# - .tool-versions-gdk
#
redis 6.0.16
# ruby:
# 2.7.5:
# - .tool-versions-gdk
# - https://gitlab.com/gitlab-org/gitlab/-/raw/master/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-shell/-/raw/main/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-shell/-/raw/v14.0.0/.tool-versions
# - https://gitlab.com/gitlab-org/gitaly/-/raw/master/.tool-versions
# - https://gitlab.com/gitlab-org/gitaly/-/raw/3f35f74cbd48f0a1557cd567087f685feede6672/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-docs/-/raw/main/.tool-versions
# 3.0.2:
# - .tool-versions-gdk
# - https://gitlab.com/gitlab-org/gitlab-pages/-/raw/master/.tool-versions
#
ruby 2.7.5 3.0.2
# yarn:
# 1.22.17:
# - .tool-versions-gdk
# - https://gitlab.com/gitlab-org/gitlab/-/raw/master/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-ui/-/raw/main/.tool-versions
# - https://gitlab.com/gitlab-org/gitlab-docs/-/raw/main/.tool-versions
#
yarn 1.22.17
Merge Request checklist
-
This change is backward compatible. If not, please include steps to communicate to our users. -
Tests added for new functionality. If not, please raise Issue to follow-up. -
Documentation added/updated, if needed. -
gdk doctortest added, if needed. -
Add the ~highlightlabel if this MR should be included in theCHANGELOG.md.
Edited by Terri Chu