You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
62
73
etc to the configured git repository. Using this `UniPipe Terraform Runner` together with the
63
74
`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
65
76
in the Service column and plans are shown in the Plan column.
66
77
- 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
69
80
networking service, if no IPAM solution is in place. The operator just needs to put a `params.yml` in
70
81
the according instance folder. Once this file is available the `unipipe terraform` command will apply Terraform.
71
82
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.
88
99
## v1.6.0
89
100
### CLI
90
101
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
92
103
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
94
105
that will be provided to it via the unipipe terraform command. These variables are determined dynamically via the parameters
95
106
and bindResource information provided by the UniPipe Service Broker.
96
107
@@ -111,7 +122,7 @@ and bindResource information provided by the UniPipe Service Broker.
111
122
- you can now search for service instances and bindings in `unipipe browse`. This greatly enhances the usability of
112
123
the browse mode for large repositories. Also the list now shows a summary info at the bottom how many instances
113
124
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
115
126
116
127
## v1.4.0
117
128
@@ -141,7 +152,7 @@ This release comes with quite a bunch of new features
141
152
- 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.
142
153
- 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)
143
154
- Add an official windows installation script for unipipe cli
144
-
155
+
145
156
## v1.2.2
146
157
147
158
- integrate cli into unipipe-service-broker repository
0 commit comments