From 814fbebdba6acfa511991095815769bfbe0b9c7e Mon Sep 17 00:00:00 2001 From: ninjab3s Date: Wed, 20 Dec 2023 21:44:38 +0100 Subject: [PATCH] helm: Updated version and README for release of v1.0.0 --- charts/linuxptp/CHANGELOG.md | 9 ++++++++- charts/linuxptp/Chart.yaml | 2 +- charts/linuxptp/README.md | 4 +--- charts/srsran-project/CHANGELOG.md | 8 +++++++- charts/srsran-project/Chart.yaml | 2 +- charts/srsran-project/README.md | 4 +--- 6 files changed, 19 insertions(+), 10 deletions(-) diff --git a/charts/linuxptp/CHANGELOG.md b/charts/linuxptp/CHANGELOG.md index e0cdbcb..392b16b 100644 --- a/charts/linuxptp/CHANGELOG.md +++ b/charts/linuxptp/CHANGELOG.md @@ -1,4 +1,11 @@ ## 0.1.0 (September 29, 2023) ### Added - Initial release of the linuxptp Helm chart. - - This chart facilitates the deployment of a linuxptp daemon running ptp4l and phc2sys. \ No newline at end of file + - This chart facilitates the deployment of a linuxptp daemon running ptp4l and phc2sys. + +## 1.0.0 (Dezember 20, 2023) +### Log +- ptp4l and phc2sys running in seperatd containers. +- Moved config to values.yaml +- Added Liveness, Startup and Readiness probes +- Updated READMEs diff --git a/charts/linuxptp/Chart.yaml b/charts/linuxptp/Chart.yaml index 8185fd5..d5abfd6 100644 --- a/charts/linuxptp/Chart.yaml +++ b/charts/linuxptp/Chart.yaml @@ -20,5 +20,5 @@ keywords: - phc2sys - ptp type: application -version: 0.1.0 +version: 1.0.0 appVersion: "1.16.0" diff --git a/charts/linuxptp/README.md b/charts/linuxptp/README.md index 262f4dc..6d606b9 100644 --- a/charts/linuxptp/README.md +++ b/charts/linuxptp/README.md @@ -1,7 +1,5 @@ # linuxptp-agent -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) - A Helm chart for Linuxptp Agent ## Installing the Chart @@ -36,7 +34,7 @@ The command removes all the Kubernetes components associated with the chart and | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.pullSecrets | list | `[]` | Image pull secrets | | image.repository | string | `"srsran/linuxptp-agent"` | Image repository | -| image.tag | string | `"v0.1.0"` | Image tag | +| image.tag | string | `""` | Image tag | | nameOverride | string | `""` | Overrides the chart's name | | nodeSelector | object | `{}` | nodeSelector configuration | | podAnnotations | object | `{}` | Annotations for the Deployment Pods | diff --git a/charts/srsran-project/CHANGELOG.md b/charts/srsran-project/CHANGELOG.md index 8e5783a..a899ff9 100644 --- a/charts/srsran-project/CHANGELOG.md +++ b/charts/srsran-project/CHANGELOG.md @@ -1,4 +1,10 @@ ## 0.1.0 (September 29, 2023) ### Added - Initial release of the srsRAN Project Helm chart. - - This chart facilitates the deployment of srsRAN Project's CU/DU as a unified, single-binary solution for ORAN. \ No newline at end of file + - This chart facilitates the deployment of srsRAN Project's CU/DU as a unified, single-binary solution for ORAN. + +## 1.0.0 (Dezember 20, 2023) +### Log +- All config options are configurable over values.yaml or cli. +- Moved config over to values.yaml +- Added autostart metrics diff --git a/charts/srsran-project/Chart.yaml b/charts/srsran-project/Chart.yaml index 6b20390..d1d49a7 100644 --- a/charts/srsran-project/Chart.yaml +++ b/charts/srsran-project/Chart.yaml @@ -22,5 +22,5 @@ keywords: - gnb - mobile type: application -version: 0.1.0 +version: 1.0.0 appVersion: "1.16.0" diff --git a/charts/srsran-project/README.md b/charts/srsran-project/README.md index 4133441..a3e8224 100644 --- a/charts/srsran-project/README.md +++ b/charts/srsran-project/README.md @@ -1,7 +1,5 @@ # srsran-project-cudu -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) - A Helm chart for srsRAN Project CU/DU ## Node Requirements @@ -61,7 +59,7 @@ The command removes all the Kubernetes components associated with the chart and | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | image.pullSecrets | list | `[]` | Image pull secrets | | image.repository | string | `"srsran/linuxptp-agent"` | Image repository | -| image.tag | string | `"v0.1.0"` | Image tag | +| image.tag | string | `""` | Image tag | | nameOverride | string | `""` | Overrides the chart's name | | nodeSelector | object | `{}` | nodeSelector configuration | | podAnnotations | object | `{}` | Annotations for the Deployment Pods |