We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b695e commit d5519e0Copy full SHA for d5519e0
CHANGELOG.md
@@ -11,6 +11,11 @@
11
### Terraform Runner
12
- Configure known hosts via environment variable
13
14
+## v1.7.4
15
+
16
+### Terraform Runner
17
+- Configure known hosts via environment variable
18
19
## v1.7.3
20
21
### CLI
cli/unipipe/info.ts
@@ -1,3 +1,3 @@
1
-export const VERSION = "1.7.3";
+export const VERSION = "1.7.4";
2
export const FLAGS = "--unstable --allow-read --allow-write --allow-env --allow-net --allow-run --no-check";
3
export const GITHUB_REPO = "meshcloud/unipipe-service-broker";
0 commit comments