Skip to content

Commit 153ac90

Browse files
committed
Release v1.7.5
1 parent fef5416 commit 153ac90

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@
88
### OSB
99
- no changes
1010

11+
### Terraform Runner
12+
- no changes
13+
14+
## v1.7.5
15+
16+
### CLI
17+
- no changes
18+
19+
### OSB
20+
- Fixed a bug that prevented a ServiceInstance update request to get executed if planId was null
21+
1122
### Terraform Runner
1223
- Configure known hosts via environment variable
1324

@@ -55,17 +66,17 @@
5566

5667
- Fixed zsh completions
5768
- `unipipe terraform` updates status.yml to succeeded for service instances without any binding
58-
- A `UniPipe Terraform Runner` docker container is now available. You can find the versioned containers
69+
- A `UniPipe Terraform Runner` docker container is now available. You can find the versioned containers
5970
[here](https://github.com/meshcloud/unipipe-service-broker/pkgs/container/unipipe-terraform-runner).
60-
It can be configured via a few environment variables and executes `unipipe terraform` every minute
61-
for the configured git repository. It also pulls changes from and pushes updated status.yml files,
71+
It can be configured via a few environment variables and executes `unipipe terraform` every minute
72+
for the configured git repository. It also pulls changes from and pushes updated status.yml files,
6273
etc to the configured git repository. Using this `UniPipe Terraform Runner` together with the
6374
`UniPipe Service Broker` results in a fully functional service broker.
64-
- Fixed mixed up plan and service column in `unipipe list` command. Service names are now shown
75+
- Fixed mixed up plan and service column in `unipipe list` command. Service names are now shown
6576
in the Service column and plans are shown in the Plan column.
6677
- Added manual parameter input to `unipipe terraform` processing. This can be used if before executing
67-
Terraform for a Service Instance, an operator needs to take some manual action and provide additional
68-
input to the Terraform module. This can be used to e.g. provide an IP range for a service instance of a
78+
Terraform for a Service Instance, an operator needs to take some manual action and provide additional
79+
input to the Terraform module. This can be used to e.g. provide an IP range for a service instance of a
6980
networking service, if no IPAM solution is in place. The operator just needs to put a `params.yml` in
7081
the according instance folder. Once this file is available the `unipipe terraform` command will apply Terraform.
7182
Whether a service requires this manual input can be defined in the metadata of a Service Plan in the service catalog.
@@ -88,9 +99,9 @@ No status.yml is updated in this case.
8899
## v1.6.0
89100
### CLI
90101

91-
- Added a new `unipipe terraform` command to execute Terraform modules easily. For several service brokers execution
102+
- Added a new `unipipe terraform` command to execute Terraform modules easily. For several service brokers execution
92103
of a Terraform Module is the central task they have to execute. The Terraform module must exist in the git repository
93-
that also contains the instances in a terraform/<serviceId> folder. It must be compatible with a specific set of variables
104+
that also contains the instances in a terraform/<serviceId> folder. It must be compatible with a specific set of variables
94105
that will be provided to it via the unipipe terraform command. These variables are determined dynamically via the parameters
95106
and bindResource information provided by the UniPipe Service Broker.
96107

@@ -111,7 +122,7 @@ and bindResource information provided by the UniPipe Service Broker.
111122
- you can now search for service instances and bindings in `unipipe browse`. This greatly enhances the usability of
112123
the browse mode for large repositories. Also the list now shows a summary info at the bottom how many instances
113124
where found vs. how many exist in total.
114-
- generate ECDSA key instead of RSA key in templated deployment
125+
- generate ECDSA key instead of RSA key in templated deployment
115126

116127
## v1.4.0
117128

@@ -141,7 +152,7 @@ This release comes with quite a bunch of new features
141152
- add a new `unipipe browse` command to interactively explore and update service instances. This is very useful for "semi-automated" services where operators want to manually update service instance status.
142153
- add a new `unipipe upgrade` command that allows upgrading unipipe-cli versions when unipipe was installed via `deno install`. See [installation instructions](https://github.com/meshcloud/unipipe-service-broker/wiki/How-To-Guides#deno-install)
143154
- Add an official windows installation script for unipipe cli
144-
155+
145156
## v1.2.2
146157

147158
- integrate cli into unipipe-service-broker repository

cli/unipipe/info.ts

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

0 commit comments

Comments
 (0)