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

Allow <muleVersion>3.9.2 09-20-2019</muleVersion> for cloudhub deployment #338

Open
ca-stefan-cordes opened this issue Nov 4, 2019 · 0 comments

Comments

@ca-stefan-cordes
Copy link
Contributor

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

  • new deployment
  • update mule to newer minorVersion.

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

  • append internal name <muleVersion>3.9.2 09-20-2019</muleVersion> (not nice)
  • add new attribute: <muleVersionName>09-20-2019</muleVersionName>
  • or/and new attribute: <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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant