File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
gitlab-cookbooks/consul/libraries
gitlab-ctl-commands-ee/lib Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
19
19
# This version should be keep in sync with consul versions in
20
20
# 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 ' )
22
22
default_version version . print ( false )
23
23
24
24
license 'MPL-2.0'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class ConsulHelper
11
11
12
12
# This version should be keep in sync with consul versions in
13
13
# software/consul.rb and consul_download.rb.
14
- SUPPORTED_MINOR = '1.16' . freeze
14
+ SUPPORTED_MINOR = '1.16.4 ' . freeze
15
15
16
16
def initialize ( node )
17
17
@node = node
Original file line number Diff line number Diff line change 4
4
class ConsulDownloadCommand
5
5
# This version should be keep in sync with consul versions in
6
6
# software/consul.rb and consul_helper.rb.
7
- DEFAULT_VERSION = '1.16.3 ' . freeze
7
+ DEFAULT_VERSION = '1.16.4 ' . freeze
8
8
9
9
def initialize ( args )
10
10
@args = args
Original file line number Diff line number Diff line change 195
195
- - :license
196
196
- github.com/hashicorp/hcp-sdk-go
197
197
- 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
202
202
- - :license
203
203
- github.com/hashicorp/go-retryablehttp
204
204
- MPL2
You can’t perform that action at this time.
0 commit comments