Skip to content
Snippets Groups Projects
Commit 4f712304 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Merge branch 'deps/b17f827-a311665' into 'master'

Update hashicorp/consul from 1.16.4 to 1.16.5

See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7376



Merged-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: default avatarClemens Beck <cbeck@gitlab.com>
Approved-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: default avatardeps <bot@dependencies.io>
parents e19f23a3 1713b569
No related branches found
No related tags found
3 merge requests!128heptapod#1534: making 1.5 the oldstable,!125heptapod#1494: make 1.5 the new stable,!123Omnibus GitLab for upstream 16.10
......@@ -18,7 +18,7 @@
# This version should be keep in sync with consul versions in
# consul_download.rb and consul_helper.rb.
version = Gitlab::Version.new('consul', 'v1.16.4')
version = Gitlab::Version.new('consul', 'v1.16.5')
default_version version.print(false)
license 'MPL-2.0'
......
......@@ -11,7 +11,7 @@
# This version should be keep in sync with consul versions in
# software/consul.rb and consul_download.rb.
SUPPORTED_MINOR = '1.16.4'.freeze
SUPPORTED_MINOR = '1.16.5'.freeze
def initialize(node)
@node = node
......
......@@ -4,7 +4,7 @@
class ConsulDownloadCommand
# This version should be keep in sync with consul versions in
# software/consul.rb and consul_helper.rb.
DEFAULT_VERSION = '1.16.4'.freeze
DEFAULT_VERSION = '1.16.5'.freeze
def initialize(args)
@args = args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment