Skip to content

Commit b5a0a3f

Browse files
author
meshkodiak[bot]
authored
Merge pull request #106 from meshcloud/feature/release-1-7-3
Release v1.7.3
2 parents 93a63dc + aeeff40 commit b5a0a3f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,25 @@
33
## vNext
44

55
### CLI
6-
- New command `unipipe git` runs Git pull/push commands resiliently. It takes care of retrying and rebasing if needed to make sure a push will be successful.
6+
- no changes
77

88
### OSB
99
- no changes
1010

1111
### Terraform Runner
1212
- no changes
1313

14+
## v1.7.3
15+
16+
### CLI
17+
- New command `unipipe git` runs Git pull/push commands resiliently. It takes care of retrying and rebasing if needed to make sure a push will be successful.
18+
19+
### OSB
20+
- no changes
21+
22+
### Terraform Runner
23+
- Improve terraform-runner to use the new `unipipe git` command for Git operations.
24+
1425
## v1.7.2
1526

1627
### CLI

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.2";
1+
export const VERSION = "1.7.3";
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)