1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2019 - 2022 Wind River Systems, Inc.
9 This document provides the release notes for I-Release (9.0.0) of INF RTP.
18 +--------------------+--------------------+--------------------+--------------------+
19 | **Date** | **Ver.** | **Author** | **Comment** |
21 +--------------------+--------------------+--------------------+--------------------+
22 | 2019-11-02 | 1.0.0 | Jackie Huang | Initial Version |
23 | | | | Amber Release |
24 +--------------------+--------------------+--------------------+--------------------+
25 | 2020-06-14 | 2.0.0 | Xiaohua Zhang | Bronze Release |
27 +--------------------+--------------------+--------------------+--------------------+
28 | 2020-11-23 | 3.0.0 | Xiaohua Zhang | Cherry Release |
30 +--------------------+--------------------+--------------------+--------------------+
31 | 2021-06-29 | 4.0.0 | Xiaohua Zhang | Dawn Release |
33 +--------------------+--------------------+--------------------+--------------------+
34 | 2021-12-15 | 5.0.0 | Jackie Huang | E Release |
36 +--------------------+--------------------+--------------------+--------------------+
37 | 2022-06-15 | 6.0.0 | Jackie Huang | F Release |
39 +--------------------+--------------------+--------------------+--------------------+
40 | 2022-12-15 | 7.0.0 | Jackie Huang | G Release |
42 +--------------------+--------------------+--------------------+--------------------+
43 | 2023-06-15 | 8.0.0 | Jackie Huang | H Release |
45 +--------------------+--------------------+--------------------+--------------------+
46 | 2023-12-15 | 9.0.0 | Jackie Huang | I Release |
48 +--------------------+--------------------+--------------------+--------------------+
50 Version 9.0.0, 2023-12-15
51 -------------------------
52 #. Nineth version (I release)
53 #. INF MultiOS support:
55 * Three images will be provided:
61 #. INF MultiArch support:
63 * Add support for ARM64 arch.
64 * See developer-guide for how to build image for ARM64.
65 * No image will be provided.
67 #. Enable three deployment modes on Yocto based image:
70 * AIO duplex mode (2 servers with High Availabity)
71 * AIO duplex mode (2 servers with High Availabity) with additional worker node
73 #. Enable four deployment modes on CentOS based image:
76 * AIO duplex mode (2 servers with High Availabity)
77 * AIO duplex mode (2 servers with High Availabity) with additional worker node
80 #. Enable four deployment modes on Debian based image:
83 * AIO duplex mode (2 servers with High Availabity)
84 * AIO duplex mode (2 servers with High Availabity) with additional worker node
87 Version 8.0.0, 2023-06-15
88 -------------------------
89 #. Eighth version (H release)
90 #. INF MultiOS support:
92 * Three images will be provided:
98 #. INF MultiArch support:
100 * Add support for ARM64 arch (POC)
101 * See developer-guide for how to build image for ARM64.
102 * No image will be provided.
104 #. Enable three deployment modes on Yocto based image:
107 * AIO duplex mode (2 servers with High Availabity)
108 * AIO duplex mode (2 servers with High Availabity) with additional worker node
110 #. Enable four deployment modes on CentOS based image:
113 * AIO duplex mode (2 servers with High Availabity)
114 * AIO duplex mode (2 servers with High Availabity) with additional worker node
117 #. Enable four deployment modes on Debian based image:
120 * AIO duplex mode (2 servers with High Availabity)
121 * AIO duplex mode (2 servers with High Availabity) with additional worker node
124 Version 7.0.0, 2022-12-15
125 -------------------------
126 #. Seventh version (G release)
127 #. INF MultiOS support:
129 * Add support for Debian as the base OS
130 * Three images will be provided:
136 #. Enable three deployment modes on Yocto based image:
139 * AIO duplex mode (2 servers with High Availabity)
140 * AIO duplex mode (2 servers with High Availabity) with additional worker node
142 #. Enable four deployment modes on CentOS based image:
145 * AIO duplex mode (2 servers with High Availabity)
146 * AIO duplex mode (2 servers with High Availabity) with additional worker node
149 #. Enable four deployment modes on Debian based image:
152 * AIO duplex mode (2 servers with High Availabity)
153 * AIO duplex mode (2 servers with High Availabity) with additional worker node
156 Version 6.0.0, 2022-06-15
157 -------------------------
158 #. Sixth version (F release)
159 #. INF MultiOS support:
161 * Add support for CentOS as the base OS
162 * Two images will be provided:
167 #. Enable three deployment modes on Yocto based image:
170 * AIO duplex mode (2 servers with High Availabity)
171 * AIO duplex mode (2 servers with High Availabity) with additional worker node
173 #. Enable four deployment modes on CentOS based image:
176 * AIO duplex mode (2 servers with High Availabity)
177 * AIO duplex mode (2 servers with High Availabity) with additional worker node
180 Version 5.0.0, 2021-12-15
181 -------------------------
182 #. Fifth version (E release)
183 #. Upgrade most components to align with StarlingX 5.0
184 #. Enable three deployment modes:
187 * AIO duplex mode (2 servers with High Availabity)
188 * AIO duplex mode (2 servers with High Availabity) with additional worker node
190 Version 4.0.0, 2021-06-29
191 -------------------------
192 #. Fourth version (D release)
193 #. Enable the AIO duplex mode (2 servers with High Availabity) with additional worker node.
194 #. Reconstruct the repo to align the upstream projects include StarlingX and Yocto
196 Version 3.0.0, 2020-11-23
197 -------------------------
198 #. Third version (Cherry)
199 #. Based on version 2.0.0 (Bronze)
200 #. Add the AIO (all-in-one) 2 servers mode (High Availability)
202 Version 2.0.0, 2020-06-14
203 -------------------------
204 #. Second version (Bronze)
205 #. Based on Yocto version 2.7
206 #. Linux kernel 5.0 with preempt-rt patches
207 #. Leverage the StarlingX 3.0
208 #. Support the AIO (all-in-one) deployment scenario
209 #. With Software Management, Configuration Management, Host Management, Service Management, and Service Management enabled for IA platform
210 #. Support the Kubernetes Cluster for ARM platform (verified by NXP LX2160A)
211 #. With the ansbile bootstrap supported for IA platform
213 Version 1.0.0, 2019-11-02
214 -------------------------
216 #. Based on Yocto version 2.6 ('thud' branch)
217 #. Linux kernel 4.18.41 with preempt-rt patches
218 #. Add Docker-18.09.0, kubernetes-1.15.2
219 #. Add kubernetes plugins:
221 * kubernetes-dashboard-1.8.3
224 * node-feature-discovery-0.4.0
225 * cpu-manager-for-kubernetes-1.3.1