From 0ab8d29148146e2da2b1c985f612478cb9e3352d Mon Sep 17 00:00:00 2001 From: Mohamed Osman Date: Thu, 1 Feb 2024 02:25:18 -0500 Subject: [PATCH 1/2] update new release --- charts/lightstepsatellite/CHANGELOG.md | 4 ++++ charts/lightstepsatellite/Chart.yaml | 4 ++-- charts/lightstepsatellite/README.md | 4 ++-- charts/lightstepsatellite/values.yaml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/charts/lightstepsatellite/CHANGELOG.md b/charts/lightstepsatellite/CHANGELOG.md index 9acca09..02d2d31 100644 --- a/charts/lightstepsatellite/CHANGELOG.md +++ b/charts/lightstepsatellite/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.21 + +* Update microsatellite image tag to `2024-01-22_17-52-59Z` to fix security vulnerabilites. + ## 2.0.19 * Update microsatellite image tag to `2023-07-31_19-36-12Z`. diff --git a/charts/lightstepsatellite/Chart.yaml b/charts/lightstepsatellite/Chart.yaml index 5eba6dd..7881a5d 100644 --- a/charts/lightstepsatellite/Chart.yaml +++ b/charts/lightstepsatellite/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: lightstep -version: 2.0.20 -appVersion: "2023-07-31_19-36-12Z" +version: 2.0.21 +appVersion: "2024-01-22_17-52-59Z" description: Lightstep microsatellite to collect telemetry data. home: https://lightstep.com/ icon: https://go.lightstep.com/rs/260-KGM-472/images/logo-medium-color-400x100.jpg diff --git a/charts/lightstepsatellite/README.md b/charts/lightstepsatellite/README.md index 7e38fb3..234c2a5 100644 --- a/charts/lightstepsatellite/README.md +++ b/charts/lightstepsatellite/README.md @@ -1,6 +1,6 @@ # lightstep -![Version: 2.0.20](https://img.shields.io/badge/Version-2.0.20-informational?style=flat-square) ![AppVersion: 2023-07-31_19-36-12Z](https://img.shields.io/badge/AppVersion-2023--07--31_19--36--12Z-informational?style=flat-square) +![Version: 2.0.21](https://img.shields.io/badge/Version-2.0.20-informational?style=flat-square) ![AppVersion: 2024-01-22_17-52-59Z](https://img.shields.io/badge/AppVersion-2024--01--22_17--52--59Z-informational?style=flat-square) Lightstep microsatellite to collect telemetry data. @@ -21,7 +21,7 @@ Lightstep microsatellite to collect telemetry data. | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"lightstep/microsatellite"` | | -| image.version | string | `"2023-07-31_19-36-12Z"` | | +| image.version | string | `"2024-01-22_17-52-59Z"` | | | imagePullSecrets | list | `[]` | | | lightstep.admin_plain_port | int | `8180` | | | lightstep.admin_secure_port | int | `9090` | | diff --git a/charts/lightstepsatellite/values.yaml b/charts/lightstepsatellite/values.yaml index 200d1b4..177f155 100644 --- a/charts/lightstepsatellite/values.yaml +++ b/charts/lightstepsatellite/values.yaml @@ -8,7 +8,7 @@ replicaCount: 1 image: repository: lightstep/microsatellite - version: 2023-07-31_19-36-12Z + version: 2024-01-22_17-52-59Z pullPolicy: IfNotPresent imagePullSecrets: [] From 435b2cc04343f366df62114cb0cf2751a1988343 Mon Sep 17 00:00:00 2001 From: Mohamed Osman Date: Thu, 1 Feb 2024 02:32:43 -0500 Subject: [PATCH 2/2] fix lint --- charts/lightstepsatellite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lightstepsatellite/README.md b/charts/lightstepsatellite/README.md index 234c2a5..66659c5 100644 --- a/charts/lightstepsatellite/README.md +++ b/charts/lightstepsatellite/README.md @@ -1,6 +1,6 @@ # lightstep -![Version: 2.0.21](https://img.shields.io/badge/Version-2.0.20-informational?style=flat-square) ![AppVersion: 2024-01-22_17-52-59Z](https://img.shields.io/badge/AppVersion-2024--01--22_17--52--59Z-informational?style=flat-square) +![Version: 2.0.21](https://img.shields.io/badge/Version-2.0.21-informational?style=flat-square) ![AppVersion: 2024-01-22_17-52-59Z](https://img.shields.io/badge/AppVersion-2024--01--22_17--52--59Z-informational?style=flat-square) Lightstep microsatellite to collect telemetry data.