diff --git a/app/models/clusters/applications/runner.rb b/app/models/clusters/applications/runner.rb index e35c4b3b552e768c264cdac2100c2f577fa6eff1..9ec7c194a26d46474c256672ac7541c0c667cb0e 100644 --- a/app/models/clusters/applications/runner.rb +++ b/app/models/clusters/applications/runner.rb @@ -3,7 +3,7 @@ module Clusters module Applications class Runner < ApplicationRecord - VERSION = '0.18.0' + VERSION = '0.18.1' self.table_name = 'clusters_applications_runners' diff --git a/changelogs/unreleased/update-gitlab-runner-helm-chart-to-0.18.1.yml b/changelogs/unreleased/update-gitlab-runner-helm-chart-to-0.18.1.yml new file mode 100644 index 0000000000000000000000000000000000000000..ee3f216ebccb7e5e346037c498ca260d57fef95f --- /dev/null +++ b/changelogs/unreleased/update-gitlab-runner-helm-chart-to-0.18.1.yml @@ -0,0 +1,5 @@ +--- +title: Update GitLab Runner Helm Chart to 0.18.1 +merge_request: 35712 +author: +type: other