From 3ca2de00e4f27634a50fe57ce441671b1419c792 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Wed, 8 Sep 2021 21:58:02 +0000 Subject: [PATCH] Update chart/.helmignore, chart/Chart.yaml, CHANGELOG.md files --- CHANGELOG.md | 6 ++++++ chart/.helmignore | 2 +- chart/Chart.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12bf347..de3b960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,9 @@ ## chart/templates/tests/* - add templates for helm tests +## chart/.helmignore +- change `scripts/` to `/scripts/` so that the helm test scripts are not ignored + ## fixes for flux helmrelease errors - chart/charts/gitlab/charts/geo-logcursor/templates/deployment.yaml #24-25 remove duplicate hard coded ```app:``` and ```realm:``` labels @@ -66,6 +69,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.12.9-bb.4] - 2021-09-08 +- Fix helmignore issue with scripts/ folder + ## [4.12.9-bb.3] - 2021-08-31 - VirtualService modifications to optionally allow use of multiple hosts diff --git a/chart/.helmignore b/chart/.helmignore index 9ee9147..9ae6894 100644 --- a/chart/.helmignore +++ b/chart/.helmignore @@ -33,7 +33,7 @@ doc/ examples/ images/ certs/ -scripts/ +/scripts/ spec/ build/ changelogs/ diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 41ea083..5cf562e 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v1 name: gitlab -version: 4.12.9-bb.3 +version: 4.12.9-bb.4 appVersion: 13.12.9 description: Web-based Git-repository manager with wiki and issue-tracking features. keywords: -- GitLab