From 03cb077a178fe7bbab5dba9606ddef886220dcde Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 11 Mar 2023 20:16:03 +0000 Subject: [PATCH] chore(release): 1.0.0 # 1.0.0 (2023-03-11) ### Bug Fixes * CI ([5b2ec3f](https://github.com/stenic/well-known/commit/5b2ec3f0a36473f09cbd3d661b00ccbf1185fd1e)) ### Features * Init poc ([44fd3e9](https://github.com/stenic/well-known/commit/44fd3e91001db132d52019efe2b6c674025f5f23)) --- CHANGELOG.md | 16 ++++++++++++++++ charts/well-known/Chart.yaml | 22 ++-------------------- 2 files changed, 18 insertions(+), 20 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ad38664 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.0.0 (2023-03-11) + + +### Bug Fixes + +* CI ([5b2ec3f](https://github.com/stenic/well-known/commit/5b2ec3f0a36473f09cbd3d661b00ccbf1185fd1e)) + + +### Features + +* Init poc ([44fd3e9](https://github.com/stenic/well-known/commit/44fd3e91001db132d52019efe2b6c674025f5f23)) diff --git a/charts/well-known/Chart.yaml b/charts/well-known/Chart.yaml index cf91a63..0d4b84c 100644 --- a/charts/well-known/Chart.yaml +++ b/charts/well-known/Chart.yaml @@ -1,24 +1,6 @@ apiVersion: v2 name: well-known description: A Helm chart for Kubernetes - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. 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. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.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. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "1.16.0" +version: 0.2.0 +appVersion: 1.0.0