chore(release): 1.0.0
# 1.0.0 (2023-03-11) ### Bug Fixes * CI ([5b2ec3f
](5b2ec3f0a3
)) ### Features * Init poc ([44fd3e9
](44fd3e9100
))
This commit is contained in:
parent
5b2ec3f0a3
commit
03cb077a17
2 changed files with 18 additions and 20 deletions
16
CHANGELOG.md
Normal file
16
CHANGELOG.md
Normal file
|
@ -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))
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue