Skip to content

Releases: Wind-River/cloud-platform-deployment-manager

v24.9.100

31 Jan 20:16
9aa6a63
Compare
Choose a tag to compare

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

18 Nov 21:01
Compare
Choose a tag to compare
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

06 Jan 13:57
Compare
Choose a tag to compare
Upversion v2.0.8-4

Signed-off-by: Hugo Brito <[email protected]>

Release v2.0.10

16 Dec 01:51
1ffff21
Compare
Choose a tag to compare
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

05 Jan 14:48
f4e0903
Compare
Choose a tag to compare
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

15 Jun 15:37
c48215e
Compare
Choose a tag to compare
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

23 Nov 22:01
8b9801c
Compare
Choose a tag to compare
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

20 May 22:14
Compare
Choose a tag to compare
Upversion to 2.0.7

Signed-off-by: Don Penney <[email protected]>

v2.0.6

24 Jun 21:29
b5ad801
Compare
Choose a tag to compare

2.0.6 release

First stable release

07 Nov 18:41
Compare
Choose a tag to compare

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.