Skip to content

Commit f734964

Browse files
authored
release: v1.4.0 (#163)
1 parent e5e6a92 commit f734964

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Changes since 1.3.0
1+
# Changes since 1.4.0
2+
3+
# 1.4.0
24
- chore(deps): bump to golang 1.24
35
- feat: add full environment substitution
46

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is requirement to use helm v3.10.0+.
1515
Install a specific version of helm compose (recommended). Click [here](https://github.com/seacrew/helm-compose/releases/latest) for the latest version.
1616

1717
```
18-
helm plugin install https://github.com/seacrew/helm-compose --version 1.3.0
18+
helm plugin install https://github.com/seacrew/helm-compose --version 1.4.0
1919
```
2020

2121
Install the latest version.

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Install a specific version (recommended). Click [here](https://github.com/seacrew/helm-compose/releases/latest) for the latest version.
66

77
```
8-
helm plugin install https://github.com/seacrew/helm-compose --version 1.3.0
8+
helm plugin install https://github.com/seacrew/helm-compose --version 1.4.0
99
```
1010

1111
Install latest version.

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: compose
2-
version: 1.3.0
2+
version: 1.4.0
33
usage: Compose is a helm plugin to define and manage multiple helm releases as single entity.
44
command: $HELM_PLUGIN_DIR/bin/compose
55
hooks:

0 commit comments

Comments
 (0)