You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
9
## v3.2.1
2
10
* Fixed random failures during MTA archive file upload or starting operation caused by wrong CSRF token handling. Example of the error:
3
11
```
@@ -32,7 +40,7 @@ Error occurred: could not upload file "my.mtar.part.1": Post "https://<host>/api
32
40
## v3.0.0
33
41
* Use V3 Cloud Foundry API in `mtas` and `mta` commands
34
42
* 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
36
44
instead of querying the shared domains and trying each one
0 commit comments