You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow PCUI to support multiple Pcluster versions (#418)
* Modify cloudformation template and api handler to create multiple api stack for each version and handle the mapping of version to invoke url
* Add version field to cluster create
* Add dropdown menu to select the image version for the Official Images page
* Add a version page to create cluster with a version dropdown menu and load version when creating cluster from an existing cluster
* Fix location of the version dropdown menu on the official images page
* Modify unit tests to account for multiple pcluster versions
* Modify demo environment to work with multiple pcluster versions
* Fix cluster update
* fix frontend tests
* Use set for version comparison
* Add version field test
* Add backend test for invoke url mapping
* Fix official images version dropdown menu
* Wrap url mapping logic in a function
* Add cluster version selection to custom image build.
* fix create cluster from template
* Scope down permissions
* Fix formatting
* Handle duplicate versions
* Fix create version issue
* Account for fix of path traversal vulnerability
* Add images unit tests
* Scope down ApiVersionMap permissions
* Change ui api id tag
0 commit comments