From d8516225a9dc6e4def99c17071cf8118fc2c425b Mon Sep 17 00:00:00 2001 From: Leonid Mirsky Date: Wed, 27 Jan 2021 14:59:00 +0200 Subject: [PATCH] Bump Helm chart's version and add initial Changelog --- CHANGELOG.md | 17 +++++++++++++++++ tip-wlan/Chart.yaml | 4 ++-- 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5e76ec8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +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). + +## [Unreleased] + + + +## [0.4.0](https://github.com/Telecominfraproject/wlan-cloud-helm/compare/f7c67645736e3dac498e2caec8c267f04d08b7bc...v0.4) - 2021-01-28 + +### Added + +- Initial changelog entry. This is the first versioned release. Next releases will include a detailed overview of all the major changes introduced since the last version. + diff --git a/tip-wlan/Chart.yaml b/tip-wlan/Chart.yaml index 993d2dd..f994411 100644 --- a/tip-wlan/Chart.yaml +++ b/tip-wlan/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.0 +version: 0.4.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. @@ -76,4 +76,4 @@ dependencies: condition: cassandra.enabled - name: postgresql version: 8.9.6 - condition: postgresql.enabled \ No newline at end of file + condition: postgresql.enabled