diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bdae28..df2d2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -# Changes since 1.2.0 +# Changes since 1.3.0 +# 1.3.0 - feat: add templating command # 1.2.0 diff --git a/README.md b/README.md index 40e1cb0..2b8a780 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It is requirement to use helm v3.10.0+. Install a specific version of helm compose (recommended). Click [here](https://github.com/seacrew/helm-compose/releases/latest) for the latest version. ``` -helm plugin install https://github.com/seacrew/helm-compose --version 1.2.0 +helm plugin install https://github.com/seacrew/helm-compose --version 1.3.0 ``` Install the latest version. diff --git a/docs/quick-start.md b/docs/quick-start.md index 1297798..c911130 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -5,7 +5,7 @@ Install a specific version (recommended). Click [here](https://github.com/seacrew/helm-compose/releases/latest) for the latest version. ``` -helm plugin install https://github.com/seacrew/helm-compose --version 1.2.0 +helm plugin install https://github.com/seacrew/helm-compose --version 1.3.0 ``` Install latest version. diff --git a/plugin.yaml b/plugin.yaml index 0b06294..45cbbad 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: compose -version: 1.2.0 +version: 1.3.0 usage: Compose is a helm plugin to define and manage multiple helm releases as single entity. command: $HELM_PLUGIN_DIR/bin/compose hooks: