From 320793cd8002e64f370a5795240074c903e4b1b2 Mon Sep 17 00:00:00 2001 From: IvanBorislavovDimitrov Date: Fri, 5 Jan 2024 15:55:22 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0953a..59641b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v3.2.2 +* Fixed random failures during starting operation caused by wrong CSRF token handling +* Files with same digest but different names will not be reuploaded +* Fixed filtration by namespace in cf mta command +* Improved resilience during deploy from URL +* Fixed enablement of skip-ssl-validation +* 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. + ## v3.2.1 * Fixed random failures during MTA archive file upload or starting operation caused by wrong CSRF token handling. Example of the error: ``` @@ -32,7 +40,7 @@ Error occurred: could not upload file "my.mtar.part.1": Post "https:///api ## v3.0.0 * Use V3 Cloud Foundry API in `mtas` and `mta` commands * Update Go to 1.18 -* Change Deploy Service discovery mechanism - the Deploy Service URL is now calculated based on the CF API +* Change Deploy Service discovery mechanism - the Deploy Service URL is now calculated based on the CF API instead of querying the shared domains and trying each one * Delete deprecated configuration parameters * Print org and space names in undeploy From d82f58675074c6653c846d2de245fa6a3113b56a Mon Sep 17 00:00:00 2001 From: IvanBorislavovDimitrov Date: Fri, 5 Jan 2024 15:55:57 +0200 Subject: [PATCH 2/2] [release] Set version to 3.2.2 --- cfg/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/VERSION b/cfg/VERSION index e4604e3..be94e6f 100644 --- a/cfg/VERSION +++ b/cfg/VERSION @@ -1 +1 @@ -3.2.1 +3.2.2