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 e17355e commit b60fe8bCopy full SHA for b60fe8b
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog
2
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
16
17
## v1.8.0
18
19
### OSB
cli/unipipe/info.ts
@@ -1,4 +1,4 @@
-export const VERSION = "1.7.6";
+export const VERSION = "1.8.1";
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 commit comments