Skip to content

WIP: Add auto-deploy support to manage_versions.rb

This MR introduces a new --auto-deploy options that will take care of updating version for an auto-deploy build.

Changes on an auto-deploy build:

  • chart-version cannot be specified, it defaults to app-version
  • version fetcher relies on app-version build metadata, it will contain the auto-deploy commit SHA
  • version_mapping is not updated

TODO:

  • CI job running on a trigger to bump and tag

Related to gitlab-com/gl-infra/delivery#697 (closed)

Merge request reports