Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #195

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v3.2.2
* Fixed random failures during starting operation caused by wrong CSRF token handling
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we put here what was the issue, e.g. some 403 returned from backend

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot find a failed job with this error...

* 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:
```
Expand Down Expand Up @@ -32,7 +40,7 @@ Error occurred: could not upload file "my.mtar.part.1": Post "https://<host>/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
Expand Down
2 changes: 1 addition & 1 deletion cfg/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.2