From 27fdbd231d6b22f6f8e7f2772164eefe8ed5e022 Mon Sep 17 00:00:00 2001 From: Tomasz Maczukin Date: Mon, 21 Oct 2019 16:41:43 +0200 Subject: [PATCH] Update GitLab Runner Helm Chart to 0.10.0 --- app/models/clusters/applications/runner.rb | 2 +- .../unreleased/update-gitlab-runner-helm-chart-to-0-10-0.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/update-gitlab-runner-helm-chart-to-0-10-0.yml diff --git a/app/models/clusters/applications/runner.rb b/app/models/clusters/applications/runner.rb index 954046c143b..fa15ec6703b 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.9.0' + VERSION = '0.10.0' self.table_name = 'clusters_applications_runners' diff --git a/changelogs/unreleased/update-gitlab-runner-helm-chart-to-0-10-0.yml b/changelogs/unreleased/update-gitlab-runner-helm-chart-to-0-10-0.yml new file mode 100644 index 00000000000..610eafe7be6 --- /dev/null +++ b/changelogs/unreleased/update-gitlab-runner-helm-chart-to-0-10-0.yml @@ -0,0 +1,5 @@ +--- +title: Update GitLab Runner Helm Chart to 0.10.0 +merge_request: 18879 +author: +type: other -- GitLab