Skip to content

Commit 699fd6d

Browse files
chore: prepare release 2.0.0-beta.1
1 parent 25594d7 commit 699fd6d

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## v2.0.0beta-1
4+
5+
This release contains two breaking changes to the OSB:
6+
7+
- removed support for emitting consumption metrics for billing
8+
- we will no longer publish terraform-runner images
9+
10+
As an OSS project it's important that we focus our resources on
11+
maintaining widely used functionality and keeping up with the
12+
terraform/opentofu ecosystem requires constant maintenance which we are
13+
not able to offer at this point. Users that still want to leverage
14+
the docker image are welcome to fork the Dockerfile and maintain their
15+
own build. The "unipipe terraform" command in unipipe cli continues
16+
to be supported at this point.
17+
18+
### CLI
19+
20+
- no changes
21+
22+
### OSB
23+
24+
- Added status update for to be updated instances by @spetzold in https://github.com/meshcloud/unipipe-service-broker/pull/129
25+
- feat: remove support for metrics extensions by @JohannesRudolph in https://github.com/meshcloud/unipipe-service-broker/pull/133
26+
- fix: local commit detection not thread safe by @tracemeyers in https://github.com/meshcloud/unipipe-service-broker/pull/120
27+
- update to JDK 17 and Spring 2.7.16 by @JohannesRudolph in https://github.com/meshcloud/unipipe-service-broker/pull/135
28+
- feature/ensure git operations locked by @JohannesRudolph in https://github.com/meshcloud/unipipe-service-broker/pull/134
29+
30+
### New Contributors
31+
* @spetzold made their first contribution in https://github.com/meshcloud/unipipe-service-broker/pull/129
32+
* @tracemeyers made their first contribution in https://github.com/meshcloud/unipipe-service-broker/pull/120
33+
34+
**Full Changelog**: https://github.com/meshcloud/unipipe-service-broker/compare/v1.8.1...v2.0.0-beta.1
35+
36+
### Terraform Runner
37+
38+
- no changes
39+
40+
341
## v1.8.1
442

543
### CLI

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.8.1";
1+
export const VERSION = "2.0.0-beta.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)