Skip to content

Commit a78fc4a

Browse files
Update CHANGELOG.md
1 parent b17945f commit a78fc4a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v3.2.2
2+
* Fixed random failures during starting operation caused by wrong CSRF token handling
3+
* Files with same digest but different names will not be reuploaded
4+
* Fixed filtration by namespace in cf mta command
5+
* Improved resilience during deploy from URL
6+
* Fixed enablement of skip-ssl-validation
7+
* Binaries are now statically linked. Fixes: [cf deploy issue](https://github.com/cloudfoundry/multiapps-cli-plugin/issues/186). On some older system libc libraries might be older than the required by the dynamically linked plugin binary.
8+
19
## v3.2.1
210
* Fixed random failures during MTA archive file upload or starting operation caused by wrong CSRF token handling. Example of the error:
311
```
@@ -32,7 +40,7 @@ Error occurred: could not upload file "my.mtar.part.1": Post "https://<host>/api
3240
## v3.0.0
3341
* Use V3 Cloud Foundry API in `mtas` and `mta` commands
3442
* Update Go to 1.18
35-
* Change Deploy Service discovery mechanism - the Deploy Service URL is now calculated based on the CF API
43+
* Change Deploy Service discovery mechanism - the Deploy Service URL is now calculated based on the CF API
3644
instead of querying the shared domains and trying each one
3745
* Delete deprecated configuration parameters
3846
* Print org and space names in undeploy

0 commit comments

Comments
 (0)