Skip to content

Commit

Permalink
Merge pull request #114 from meshcloud/v1.7.6
Browse files Browse the repository at this point in the history
Release v1.7.6
  • Loading branch information
meshkodiak[bot] authored Jan 17, 2023
2 parents 1456207 + df42d12 commit a0ef9b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
### CLI
- no changes

### OSB
- no changes

### Terraform Runner
- no changes

## v1.7.6

### CLI
- no changes

### OSB
- fix getServiceInstanceBinding endpoint to return a 404, if binding does not exist

Expand Down
2 changes: 1 addition & 1 deletion cli/unipipe/info.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const VERSION = "1.7.5";
export const VERSION = "1.7.6";
export const FLAGS = "--unstable --allow-read --allow-write --allow-env --allow-net --allow-run --no-check";
export const GITHUB_REPO = "meshcloud/unipipe-service-broker";

0 comments on commit a0ef9b3

Please sign in to comment.