github.com/sap/cf-mta-plugin@v2.6.3+incompatible/CHANGELOG.md (about)

     1  ## v2.6.3
     2  * All get operation calls that fail will be retried
     3  
     4  ## v2.6.2
     5  * Operation ID is printed as progress message (by the backend) rather than in the command
     6  
     7  ## v2.6.1
     8  * Fixed bug with retry mechanism when switching from crashed DS instance
     9  * BaseCommand made abstract and lowered code duplication
    10  * General code improvements and refactoring
    11  
    12  ## v2.6.0
    13  * Added functionality for MTAR deployment from URL
    14  * Custom header for the size of the MTA file is added in the request to the deploy-service
    15  * Calls to find deploy-service URL are retried
    16  
    17  ## v2.5.1
    18  * Removed blue-green strategy experimental status
    19  * Calls to shared domains are now retried in case of failure
    20  
    21  ## v2.5.0
    22  * Added --namespace flag (experimental) to 'deploy'/'undeploy' and related commands
    23  
    24  ## v2.4.1
    25  * Fixed normalization of paths when creating MANIFEST.MF
    26  
    27  ## v2.4.0
    28  
    29  * Added support for non-normalized paths in descriptor
    30  * Additional --mta option for 'dmol' and 'mta-ops'
    31  * Logging the operation id in the beginning of the (un)deployment
    32  * Add --delete-service-keys option for the 'undeploy' command
    33  * Fix overriding of artifacts with the same filename
    34  
    35  ## v2.3.1
    36  
    37  * Fixed deploy help message
    38  ## v2.3.0
    39  * Strategy flag for deploy
    40  * Link project to Kanban Board
    41  * Modified build.sh to accommodate static builds
    42  
    43  ## v2.2.1
    44  * Send mtaId when deployment starts
    45  ## v2.2.0
    46  * Introduce configurable retry on operation failure
    47  
    48  ## v2.1.3
    49  * Add validation for env variable `CHUNK_SIZE_IN_MB`. The minimum value is computed based on the formula: `MIN = MTAR_SIZE / 50`. The maximum value is 50
    50  * Fix backend URL discovery when `-u` option is used
    51  
    52  ## v2.1.2
    53  * Avoid duplication of error messages in output when process fails
    54  * Allow users to verify archive signature via `--verify-archive-signature` optional parameter
    55  
    56  ## v2.1.1
    57  * Fixed a DNS lookup timeout issue experienced by some users
    58  
    59  ## v2.1.0
    60  * Prepare for adoption in [CF-Community](https://github.com/cloudfoundry/cli-plugin-repo) plugins repo
    61  * Rename plugin name: MtaPlugin -> multiapps
    62  * Add builds for linux32 and win32 platforms
    63  
    64  ## v2.0.13
    65  * Large MTARs are not uploaded as a single unit, but are rather split up into smaller chunks that are uploaded separately. This is done in order to prevent failed uploads due to gorouter's request timeout.
    66  The chunk's size is now configurable through the env variable CHUNK_SIZE_IN_MB. The value of the variable must be a positive integer and the default is 45. Smaller size may be preferable for slower internet connections.
    67  
    68  ## v2.0.12
    69  * Fix selective deployment on Windows
    70  * Fix selective deployment with modules sharing the same binary
    71  * Stop DDoS attacks against the multiapps-controller
    72  * Retry on "Invalid CSRF token" errors
    73  
    74  ## v2.0.11
    75  * Fix 'cf mta' command when there are non-staged apps
    76  
    77  ## v2.0.10
    78  * Add support for all-modules and all-resources
    79  
    80  ## v2.0.9
    81  * Add support for selective deployment
    82  
    83  ## v2.0.8
    84  * Increase TLS Handshake timeout
    85  * Remove deploy attributes from /mtas API
    86  * Remove no-longer supported process parameter
    87  * Allow users to skip the ownership validation via `--skip-ownership-validation` optional parameter
    88  
    89  ## v2.0.7
    90  * Refactor progress output
    91  * Display error messages from non-successful REST calls
    92  * Fix an issue where deployment was not possible in space with a lot of operations
    93  
    94  ## v2.0.6
    95  
    96  * Show reason for failed uploads
    97  
    98  ## v2.0.1
    99  
   100  * Fix computation of deploy service URL
   101  
   102  ## v2.0.0
   103  
   104  * Bump version to 2.0.0
   105  * Print dmol command for finished and aborted processes
   106  * Print the ID of the monitored process
   107  * Add support for --abort-on-error option
   108  * Change Message to Text in models.Message
   109  * Add support for retryable mta rest client
   110  * Introduce function for getting deploy-service URL
   111  * Add support for providing session tokens
   112  * Remove unused fakes
   113  * Re-generate the client for log/content
   114  * Refactor service id provider
   115  * Fix errors in commands
   116  * Remove non-used methods from restclient
   117  * Replace slmp and slpp clients with mta client in commands
   118  * Delete slppclient and slmpclient
   119  * Update version of go-openapi
   120  * Add implementation details to the new client
   121  * Add auth info
   122  * Add method for executing actions
   123  * Add mta_rest.yaml as a client definition
   124  * Print warning when using a custom deploy service URL
   125  * Update README.md
   126  * Update README.md
   127  * Update README.md
   128  * Update README.md
   129  * Update README.md
   130  * Update README.md
   131  * Update README.md
   132  * Update README.md
   133  * Update README.md
   134  
   135  ## Initial public version 1.0.5
   136  
   137  * Supported MTA Operations:
   138      * deploy - Deploy MTA
   139      * undeploy - Undeploy MTA
   140      * bg-deploy - Deploy MTA using blue-green approach
   141      * mta/mtas - List existing MTA/MTAs
   142      * mta-ops - Show MTA operations
   143      * download-mta-op-logs - Download process logs for MTA