Skip to content

Commit ace8084

Browse files
balasankarcpursultanidependencies-bot
committed
Merge branch 'deps/b17f827-6d78bde' into 'master'
Update hashicorp/consul from 1.16 to 1.16.4 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7304 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Clemens Beck <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Reviewed-by: Clemens Beck <[email protected]> Co-authored-by: Hossein Pursultani <[email protected]> Co-authored-by: deps <[email protected]>
2 parents 1fc7281 + fcfcece commit ace8084

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.3')
21+
version = Gitlab::Version.new('consul', 'v1.16.4')
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'.freeze
14+
SUPPORTED_MINOR = '1.16.4'.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.3'.freeze
7+
DEFAULT_VERSION = '1.16.4'.freeze
88

99
def initialize(args)
1010
@args = args

support/dependency_decisions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@
195195
- - :license
196196
- github.com/hashicorp/hcp-sdk-go
197197
- MPL2
198-
- :who: Clemens Beck
199-
:why: https://github.com/hashicorp/hcp-sdk-go/blob/v0.55.0/LICENSE
200-
:versions: [ v0.55.0 ]
201-
:when: 2023-05-25 06:56:28.063465516 Z
198+
- :who: Hossein Pursultani
199+
:why: https://github.com/hashicorp/hcp-sdk-go/blob/main/LICENSE
200+
:versions: [ ]
201+
:when: 2023-12-19 03:10:09.742112532 Z
202202
- - :license
203203
- github.com/hashicorp/go-retryablehttp
204204
- MPL2

0 commit comments

Comments
 (0)