We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently is limited to carry a major version only: e.g. <muleVersion>3.9.2</muleVersion> or <muleVersion>4.2.1</muleVersion>.
<muleVersion>3.9.2</muleVersion>
<muleVersion>4.2.1</muleVersion>
Due to mule-hotfix workflow the worker gets the newest hotfix runtime in case of
This leads to (eventually) get runtimes on production that not have been tested on test-environments (sandbox).
Request is to be able to specify the runtime update during . Either via
<muleVersion>3.9.2 09-20-2019</muleVersion>
<muleVersionName>09-20-2019</muleVersionName>
<muleVersionId>5d853858e09d7e2c47529e49</muleVersionId>
and modify your deploy entpoints (PUT https://anypoint.mulesoft.com/cloudhub/api/v2/applications/) accordingly.
Example runtime for values above: https://anypoint.mulesoft.com/cloudhub/api/mule-versions/3.9.2/updates/5d853858e09d7e2c47529e49
{ "id": "5d853858e09d7e2c47529e49", "name": "09-20-2019", "releaseDate": 1569011800524, "releaseNotes": "https://docs.mulesoft.com/release-notes/cloudhub-runtimes-release-notes", "flags": { "performLog4jReplacement": true, "skipMMCPairing": true, "log4j1Used": false, "usingMuleAgent": true, "vpnSupported": true, "monitoringSupported": true, "objectStoreV1": false, "loggingNgSupported": true, "diagnosticsSupported": true, "persistentQueuesSupported": true, "asyncScheduleSupported": false, "muleLivenessSupported": false } }
See https://help.mulesoft.com/s/ideas#0872T0000009uk9QAA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently is limited to carry a major version only:
e.g.
<muleVersion>3.9.2</muleVersion>
or<muleVersion>4.2.1</muleVersion>
.Due to mule-hotfix workflow the worker gets the newest hotfix runtime in case of
This leads to (eventually) get runtimes on production that not have been tested on test-environments (sandbox).
Request is to be able to specify the runtime update during . Either via
<muleVersion>3.9.2 09-20-2019</muleVersion>
(not nice)<muleVersionName>09-20-2019</muleVersionName>
<muleVersionId>5d853858e09d7e2c47529e49</muleVersionId>
and modify your deploy entpoints (PUT https://anypoint.mulesoft.com/cloudhub/api/v2/applications/) accordingly.
Example runtime for values above:
https://anypoint.mulesoft.com/cloudhub/api/mule-versions/3.9.2/updates/5d853858e09d7e2c47529e49
See https://help.mulesoft.com/s/ideas#0872T0000009uk9QAA
The text was updated successfully, but these errors were encountered: