Skip to content

Commit 907faf6

Browse files
dependencies.io Botbalasankarc
authored andcommitted
Update consul from 1.16.4 to 1.16.5
Changelog: changed
1 parent 9d52145 commit 907faf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/software/consul.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# This version should be keep in sync with consul versions in
2020
# consul_download.rb and consul_helper.rb.
21-
version = Gitlab::Version.new('consul', 'v1.16.4')
21+
version = Gitlab::Version.new('consul', 'v1.16.5')
2222
default_version version.print(false)
2323

2424
license 'MPL-2.0'

files/gitlab-cookbooks/consul/libraries/consul_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ConsulHelper
1111

1212
# This version should be keep in sync with consul versions in
1313
# software/consul.rb and consul_download.rb.
14-
SUPPORTED_MINOR = '1.16.4'.freeze
14+
SUPPORTED_MINOR = '1.16.5'.freeze
1515

1616
def initialize(node)
1717
@node = node

files/gitlab-ctl-commands-ee/lib/consul_download.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class ConsulDownloadCommand
55
# This version should be keep in sync with consul versions in
66
# software/consul.rb and consul_helper.rb.
7-
DEFAULT_VERSION = '1.16.4'.freeze
7+
DEFAULT_VERSION = '1.16.5'.freeze
88

99
def initialize(args)
1010
@args = args

0 commit comments

Comments
 (0)