Skip to content

Commit

Permalink
docs: release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuunit committed Dec 4, 2023
1 parent 2fee6bd commit 85d2c6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changes since 1.2.0
# Changes since 1.3.0
# 1.3.0
- feat: add templating command

# 1.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 85d2c6f

Please sign in to comment.