Skip to content

Commit 62a3fea

Browse files
author
Felix Zieger
committed
Release v1.7.2
1 parent a2c2fd5 commit 62a3fea

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
## vNext
44

5+
### CLI
6+
- no changes
7+
8+
### OSB
9+
- no changes
10+
11+
### Terraform Runner
12+
- no changes
13+
14+
## v1.7.2
15+
516
### CLI
617
- new command unipipe generate terraform-runner-hello-world will generate a sample catalog + terraform files for use with unipipe terraform command
718

819
### Terraform Runner
920
- Improve runner script robustness
1021
- Abort cron job if Git repo setup fails
1122

23+
### OSB
24+
- no changes
25+
1226
## v1.7.1
1327

1428
### Terraform Runner

cli/unipipe/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const VERSION = "1.7.1";
1+
export const VERSION = "1.7.2";
22
export const FLAGS = "--unstable --allow-read --allow-write --allow-env --allow-net --allow-run --no-check";
33
export const GITHUB_REPO = "meshcloud/unipipe-service-broker";

0 commit comments

Comments
 (0)