From a8bc4abafdeca961ca23fabf7553d2a458241579 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 28 Jun 2024 02:32:42 +0000 Subject: [PATCH] chore(release): 1.5.1 [skip ci] ## [1.5.1](https://github.com/csye7125-su24-team7/helm-webapp-cve-processor/compare/v1.5.0...v1.5.1) (2024-06-28) ### Bug Fixes * changed port to env variable ([61eff0a](https://github.com/csye7125-su24-team7/helm-webapp-cve-processor/commit/61eff0aef7fd4fd63ec4a28b20d8b5e0d72b18ae)) --- CHANGELOG.md | 7 +++++++ Chart.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e2f2a..ac05d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.1](https://github.com/csye7125-su24-team7/helm-webapp-cve-processor/compare/v1.5.0...v1.5.1) (2024-06-28) + + +### Bug Fixes + +* changed port to env variable ([61eff0a](https://github.com/csye7125-su24-team7/helm-webapp-cve-processor/commit/61eff0aef7fd4fd63ec4a28b20d8b5e0d72b18ae)) + # [1.5.0](https://github.com/csye7125-su24-team7/helm-webapp-cve-processor/compare/v1.4.2...v1.5.0) (2024-06-28) diff --git a/Chart.yaml b/Chart.yaml index cee2e3a..89062bb 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: . description: A Helm chart for Kubernetes type: application -version: 1.5.0 +version: 1.5.1 appVersion: 1.16.0