Skip to content
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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## v3.7.0
* Improve error message to display the specific unknown flag when a cf deploy flag is misspelled
* Add User-Agent header to enable end-to-end tracing and insights into plugin usage and customer workflows

## v3.6.0
* Added environment configuration in the help of mta commands
* Version of GO is increased to 1.24
* Bump dependencies
* Bump dependencies

## v3.5.0
* New rollback-mta command that will rollback to previously deployed MTA version. Rollback is application specific and aims to revert the productive traffic to previously deployed CF app. Rollback is possible only for blue-green deployments when backup is activated with the option "--backup-previoвus-version".
Expand Down
2 changes: 1 addition & 1 deletion cfg/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.0
3.7.0
Loading