File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
this package and not the cluster API. See the changelog of the [ cluster API] ( https://cluster-api.cyberfusion.nl/redoc#section/Changelog )
7
7
for detailed information.
8
8
9
+ ## [ 1.86.1]
10
+
11
+ ### Fixed
12
+
13
+ - Do not require ` rabbitmq ` for unix users as those are nullable.
14
+
9
15
## [ 1.86.0]
10
16
11
17
### Added
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Client implements ClientContract
20
20
{
21
21
private const CONNECT_TIMEOUT = 60 ;
22
22
private const TIMEOUT = 180 ;
23
- private const VERSION = '1.86.0 ' ;
23
+ private const VERSION = '1.86.1 ' ;
24
24
private const USER_AGENT = 'cyberfusion-cluster-api-client/ ' . self ::VERSION ;
25
25
26
26
private Configuration $ configuration ;
Original file line number Diff line number Diff line change @@ -174,10 +174,6 @@ public function update(UnixUser $unixUser): Response
174
174
'unix_id ' ,
175
175
'home_directory ' ,
176
176
'ssh_directory ' ,
177
- 'rabbitmq_username ' ,
178
- 'rabbitmq_virtual_host_name ' ,
179
- 'rabbitmq_password ' ,
180
- 'rabbitmq_encryption_key ' ,
181
177
]);
182
178
183
179
$ request = (new Request ())
You can’t perform that action at this time.
0 commit comments