Releases: Wind-River/cloud-platform-deployment-manager
Releases · Wind-River/cloud-platform-deployment-manager
v24.9.100
What's Changed
- Cherry pick fixes for stable/24.09 by @wasnio in #424
- Update the helm chart and deployctl version (#425) by @wasnio in #426
- Remove test target for docker-build in Makefile by @wasnio in #428
- Increase Gomega Eventually timeout to 30 seconds (#430) by @wasnio in #431
- Delete existing system resource during enrollment (#427) by @wasnio in #432
Full Changelog: v24.09.0...v24.9.100
24.09.0
Fix delta when some of processor functions spec are out of order This fix ensures no delta when the processors functions are the same but one of the slices are out of order. For exemple: final profile: [{"function":"platform","count":2},{"function":"vswitch","count":0}]}] current profile: [{"function":"vswitch","count":0},{"function":"platform","count":2}]}] Test Plan: - day-2 operations, ensure no delta in processors Signed-off-by: Wallysson Silva <[email protected]>
v2.0.8-4 release
Upversion v2.0.8-4 Signed-off-by: Hugo Brito <[email protected]>
Release v2.0.10
Remove resource request in manifest (#152) (#155) The current helm chart requests cpu and memeory resource for kube-rbac-proxy, which is not supposed to. This commit removes the resource request in the helm chart. This commit also removes the workaround to force generate helm chart. This commit will not generate new DM image. Test passed: Deploy an AIOSX system with the new helm chart. Signed-off-by: Yuxing Jiang <[email protected]> Signed-off-by: Yuxing Jiang <[email protected]> Signed-off-by: Yuxing Jiang <[email protected]>
Release v2.0.9-1
Upversion to 2.0.9-1 (#134) Fix addresses creation for any interface class(#116) This commit upversions to 2.0.9-1 to cherry-pick the fix in PR #116 Signed-off-by: Yuxing Jiang <[email protected]> Signed-off-by: Yuxing Jiang <[email protected]>
2.0.9 release
Upversion to 2.0.9 (#110) Signed-off-by: Enzo Candotti <[email protected]> Co-authored-by: Enzo Candotti <[email protected]>
Upversion to 2.0.8
Add master NoSchedule toleration (#84) StarlingX 6.0 will add master NoSchedule taints to controller nodes. Add a taint toleration to the deployment manager pods and increase the chart version. Signed-off-by: dsulliva <[email protected]>
2.0.7 release
Upversion to 2.0.7 Signed-off-by: Don Penney <[email protected]>
v2.0.6
First stable release
This is the first stable release of the DM. Development will continue on the master branch with bug fixes cherry-picked back to stable/v1.0.0 if deemed critical enough.