elinuxhenrik | 115e109 | 2022-04-05 09:29:33 +0200 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
JohnKeeney | 1545ce6 | 2023-06-30 17:20:50 +0100 | [diff] [blame] | 3 | .. Copyright (C) 2021-2023 Nordix |
elinuxhenrik | 115e109 | 2022-04-05 09:29:33 +0200 | [diff] [blame] | 4 | |
| 5 | ============= |
| 6 | Release-Notes |
| 7 | ============= |
| 8 | |
| 9 | |
| 10 | This document provides the release notes for the release of the Non-RT RIC Helm Manager. |
| 11 | |
| 12 | Version history Helm Manager |
| 13 | ============================ |
| 14 | |
| 15 | +------------+----------+------------------+-----------------------------+ |
| 16 | | **Date** | **Ver.** | **Author** | **Comment** | |
| 17 | | | | | | |
| 18 | +------------+----------+------------------+-----------------------------+ |
| 19 | | 2021-06-23 | 1.0.0 | Henrik Andersson | Initial version | |
| 20 | | | | | D Release | |
| 21 | +------------+----------+------------------+-----------------------------+ |
| 22 | | 2021-12-14 | 1.1.0 | Henrik Andersson | E Release | |
| 23 | | | | | Update to match ONAP Policy | |
| 24 | | | | | helm participant | |
| 25 | +------------+----------+------------------+-----------------------------+ |
| 26 | | 2022-02-07 | 1.1.1 | Henrik Andersson | E Maintenance Release | |
| 27 | | | | | Non root user in Docker | |
| 28 | | | | | | |
| 29 | +------------+----------+------------------+-----------------------------+ |
elinuxhenrik | ee4f159 | 2022-06-28 13:26:28 +0200 | [diff] [blame] | 30 | | 2022-06-28 | 1.2.0 | Henrik Andersson | F Release | |
| 31 | | | | | | |
| 32 | +------------+----------+------------------+-----------------------------+ |
JohnKeeney | 1545ce6 | 2023-06-30 17:20:50 +0100 | [diff] [blame] | 33 | | 2023-06-13 | 1.3.0 | John Keeney | H Release | |
| 34 | | | | | | |
| 35 | +------------+----------+------------------+-----------------------------+ |
elinuxhenrik | 115e109 | 2022-04-05 09:29:33 +0200 | [diff] [blame] | 36 | |
| 37 | Release Data |
| 38 | ============ |
| 39 | |
| 40 | D |
| 41 | - |
| 42 | +-----------------------------+---------------------------------------------------+ |
| 43 | | **Project** | Non-RT RIC | |
| 44 | | | | |
| 45 | +-----------------------------+---------------------------------------------------+ |
| 46 | | **Repo/commit-ID** | nonrtric/dd3ebfd784e96919a00ddd745826f8a8e074c66f | |
| 47 | | | | |
| 48 | +-----------------------------+---------------------------------------------------+ |
| 49 | | **Release designation** | D | |
| 50 | | | | |
| 51 | +-----------------------------+---------------------------------------------------+ |
| 52 | | **Release date** | 2021-06-23 | |
| 53 | | | | |
| 54 | +-----------------------------+---------------------------------------------------+ |
| 55 | | **Purpose of the delivery** | Improvements | |
| 56 | | | Introduction of initial version of Helm Manager | |
| 57 | +-----------------------------+---------------------------------------------------+ |
| 58 | |
| 59 | D Maintenance |
| 60 | ------------- |
| 61 | +-----------------------------+---------------------------------------------------+ |
| 62 | | **Project** | Non-RT RIC | |
| 63 | | | | |
| 64 | +-----------------------------+---------------------------------------------------+ |
| 65 | | **Repo/commit-ID** | nonrtric/973ae56894fb29a929fba9e344cae42e7607087b | |
| 66 | | | | |
| 67 | +-----------------------------+---------------------------------------------------+ |
| 68 | | **Release designation** | D | |
| 69 | | | | |
| 70 | +-----------------------------+---------------------------------------------------+ |
| 71 | | **Release date** | 2021-08-10 | |
| 72 | | | | |
| 73 | +-----------------------------+---------------------------------------------------+ |
| 74 | | **Purpose of the delivery** | Minor bug fixes | |
| 75 | +-----------------------------+---------------------------------------------------+ |
| 76 | |
| 77 | E Release |
| 78 | --------- |
| 79 | +-----------------------------+---------------------------------------------------+ |
| 80 | | **Project** | Non-RT RIC | |
| 81 | | | | |
| 82 | +-----------------------------+---------------------------------------------------+ |
| 83 | | **Repo/commit-ID** | nonrtric/b472c167413a55a42fc7bfa08d2138f967a204fb | |
| 84 | | | | |
| 85 | +-----------------------------+---------------------------------------------------+ |
| 86 | | **Release designation** | E | |
| 87 | | | | |
| 88 | +-----------------------------+---------------------------------------------------+ |
| 89 | | **Release date** | 2021-12-13 | |
| 90 | | | | |
| 91 | +-----------------------------+---------------------------------------------------+ |
| 92 | | **Purpose of the delivery** | Improvements and renaming. | |
| 93 | | | | |
| 94 | +-----------------------------+---------------------------------------------------+ |
| 95 | |
| 96 | E Maintenance Release |
| 97 | --------------------- |
| 98 | +-----------------------------+---------------------------------------------------+ |
| 99 | | **Project** | Non-RT RIC | |
| 100 | | | | |
| 101 | +-----------------------------+---------------------------------------------------+ |
| 102 | | **Repo/commit-ID** | nonrtric/4df1f9ca4cd1ebc21e0c5ea57bcb0b7ef096d067 | |
| 103 | | | | |
| 104 | +-----------------------------+---------------------------------------------------+ |
| 105 | | **Release designation** | E | |
| 106 | | | | |
| 107 | +-----------------------------+---------------------------------------------------+ |
| 108 | | **Release date** | 2022-02-09 | |
| 109 | | | | |
| 110 | +-----------------------------+---------------------------------------------------+ |
| 111 | | **Purpose of the delivery** | Improvements and bug fixes | |
| 112 | | | | |
| 113 | +-----------------------------+---------------------------------------------------+ |
| 114 | |
elinuxhenrik | ee4f159 | 2022-06-28 13:26:28 +0200 | [diff] [blame] | 115 | F Release |
| 116 | --------- |
| 117 | +-----------------------------+---------------------------------------------------+ |
| 118 | | **Project** | Non-RT RIC Helm Manager | |
| 119 | | | | |
| 120 | +-----------------------------+---------------------------------------------------+ |
| 121 | | **Repo/commit-ID** | nonrtric/plt/helmmanager | |
| 122 | | | a56d2cc266ae0e90b5b86666ef3b5aacb9cedc9f | |
| 123 | | | | |
| 124 | +-----------------------------+---------------------------------------------------+ |
| 125 | | **Release designation** | F | |
| 126 | | | | |
| 127 | +-----------------------------+---------------------------------------------------+ |
| 128 | | **Release date** | 2022-06-28 | |
| 129 | | | | |
| 130 | +-----------------------------+---------------------------------------------------+ |
| 131 | | **Purpose of the delivery** | Moved to separate repo. | |
| 132 | | | | |
| 133 | +-----------------------------+---------------------------------------------------+ |
| 134 | |
JohnKeeney | 1545ce6 | 2023-06-30 17:20:50 +0100 | [diff] [blame] | 135 | H Release |
| 136 | --------- |
| 137 | +-----------------------------+---------------------------------------------------+ |
| 138 | | **Project** | Non-RT RIC Helm Manager | |
| 139 | | | | |
| 140 | +-----------------------------+---------------------------------------------------+ |
| 141 | | **Repo/commit-ID** | nonrtric/plt/helmmanager | |
| 142 | | | fa7dd1a20f0ec7954d5433700c84c1ea52ddfbfd | |
| 143 | | | | |
| 144 | +-----------------------------+---------------------------------------------------+ |
| 145 | | **Release designation** | H | |
| 146 | | | | |
| 147 | +-----------------------------+---------------------------------------------------+ |
| 148 | | **Release date** | 2023-06-16 | |
| 149 | | | | |
| 150 | +-----------------------------+---------------------------------------------------+ |
| 151 | | **Purpose of the delivery** | nonrtric-plt-helmmanager:1.3.0 | |
| 152 | | | Update to JDK 17 & Springboot 3 | |
| 153 | | | | |
| 154 | +-----------------------------+---------------------------------------------------+ |
| 155 | |