Cannot use ~latest for CI/CD Components after release 16.6?

Hi,

Since the release 16.6, it seems that ~latest tag cannot be used to fetch the last released version of a CI/CD Component. It only works using a fixed released version.

Documentation still says it should work: CI/CD components | GitLab

Anyone else having the same issue?

Sylvain

2 Likes

yup Iā€™m using kubernetes and I have the same issue so I just used image digest instead

1 Like

[SOLVED] my issue was linked to this trouble: CI/CD components | GitLab. Following the documentation solved it :+1:

use @$CI_COMMIT_SHA ?

- component: $CI_SERVER_FQDN/$CI_PROJECT_PATH/gitlab-ci-releasemanagement@$CI_COMMIT_SHA
    inputs:
      stage: release