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 1456207 commit df42d12Copy full SHA for df42d12
CHANGELOG.md
@@ -5,6 +5,17 @@
5
### CLI
6
- no changes
7
8
+### OSB
9
+- no changes
10
+
11
+### Terraform Runner
12
13
14
+## v1.7.6
15
16
+### CLI
17
18
19
### OSB
20
- fix getServiceInstanceBinding endpoint to return a 404, if binding does not exist
21
cli/unipipe/info.ts
@@ -1,3 +1,3 @@
1
-export const VERSION = "1.7.5";
+export const VERSION = "1.7.6";
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