Skip to content
Snippets Groups Projects
Commit 079e0a4f authored by Gonzalo Servat's avatar Gonzalo Servat
Browse files

Merge branch 'fforster/mise' into 'main'

fix(mise): Downgrade to mise `v2024.11.27`.

See merge request gitlab-com/gl-infra/common-ci-tasks!888
parents c0bcc3b2 9c664010
No related branches found
No related tags found
No related merge requests found
# DO NOT MANUALLY EDIT; Run ./scripts/update-asdf-version-variables.sh to update this
variables:
GL_ASDF_CHECKOV_VERSION: 3.2.358
GL_ASDF_PRE_COMMIT_VERSION: 4.1.0
GL_ASDF_SHELLCHECK_VERSION: 0.10.0
GL_ASDF_SHFMT_VERSION: 3.10.0
# DO NOT MANUALLY EDIT; Run ./scripts/update-asdf-version-variables.sh to update this
variables:
GL_COMMON_CI_TASKS_DEFAULT_ASDF_CHECKOV_VERSION: 3.2.358
GL_COMMON_CI_TASKS_DEFAULT_ASDF_PRE_COMMIT_VERSION: 4.1.0
GL_COMMON_CI_TASKS_DEFAULT_ASDF_SHELLCHECK_VERSION: 0.10.0
GL_COMMON_CI_TASKS_DEFAULT_ASDF_SHFMT_VERSION: 3.10.0
Loading
Loading
@@ -20,4 +20,4 @@ variables:
GL_COMMON_RENOVATE_YARN_VERSION: "1.22.22" # datasource=github-tags depName=yarnpkg/yarn
GL_COMMON_RENOVATE_YQ_VERSION: "4.44.3" # datasource=github-releases depName=mikefarah/yq
GL_COMMON_RENOVATE_PYTHON_VERSION: "3.12.7" # datasource=github-tags depName=python/cpython
GL_COMMON_RENOVATE_MISE_VERSION: "2024.12.24" # datasource=github-releases depName=jdx/mise
GL_COMMON_RENOVATE_MISE_VERSION: "2024.11.4" # datasource=github-releases depName=jdx/mise
# For first-time installation, you'll need to install all plugins:
# Use the script: ./scripts/install-asdf-plugins.sh
# NOTE: please add new plugins to ./scripts/install-asdf-plugins.sh when adding items here
checkov 3.2.358
pre-commit 4.1.0 # datasource=github-releases depName=pre-commit/pre-commit
python system
shellcheck 0.10.0 # datasource=github-releases depName=koalaman/shellcheck
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@ ARG GL_COMMON_RENOVATE_PYTHON_VERSION
 
ENV DEBIAN_FRONTEND=noninteractive
ENV MISE_INSTALL_PATH=/bin/mise
ENV MISE_VERSION="${GL_COMMON_RENOVATE_MISE_VERSION}"
ENV MISE_VERSION="v${GL_COMMON_RENOVATE_MISE_VERSION}"
 
# Some dependencies from https://github.com/pyenv/pyenv/wiki#suggested-build-environment
# required for mise
Loading
Loading
Loading
Loading
@@ -6,7 +6,10 @@ spec:
validate_mise_tool_versions:
stage: $[[ inputs.stage ]]
image:
name: ${CI_REGISTRY}/gitlab-com/gl-infra/common-ci-tasks/mise:v2.58.0
# Temporarily setting this to a branch image to pass a CI job.
# See: https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/merge_requests/888
name: registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks/mise:fforster-mise
# name: ${CI_REGISTRY}/gitlab-com/gl-infra/common-ci-tasks/mise:v2.58.0
entrypoint: [""]
needs: []
variables:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment