Skip to content

Commit b60fe8b

Browse files
committed
Release v1.8.1
1 parent e17355e commit b60fe8b

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
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v1.8.1
4+
5+
### CLI
6+
7+
- no changes
8+
9+
### OSB
10+
11+
- Maintain usability with Azure repositories after "End of SSH-RSA support" https://devblogs.microsoft.com/devops/ssh-rsa-deprecation/
12+
13+
### Terraform Runner
14+
15+
- no changes
16+
317
## v1.8.0
418

519
### OSB

cli/unipipe/info.ts

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

0 commit comments

Comments
 (0)