Commit 1fb99d7c authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 7a4006f8 3cac033d
......@@ -3,7 +3,7 @@
module Clusters
module Applications
class Runner < ApplicationRecord
VERSION = '0.5.0'.freeze
VERSION = '0.5.1'.freeze
self.table_name = 'clusters_applications_runners'
......
......@@ -1077,7 +1077,7 @@ class Repository
end
def rebase(user, merge_request)
if Feature.disabled?(:two_step_rebase, default_enabled: true)
if Feature.disabled?(:two_step_rebase, default_enabled: false)
return rebase_deprecated(user, merge_request)
end
......
---
title: Disable two-step rebase which could cause rebases to hang
merge_request: 28778
author:
type: other
---
title: Update GitLab Runner Helm Chart to 0.5.1
merge_request: 28720
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment