forked from pivotal-cf/docs-google
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-notes.html.md.erb
206 lines (111 loc) · 4.65 KB
/
release-notes.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
---
breadcrumb: PCF Services
title: Release Notes
---
### v3.5.2
**Release Date:** October 19, 2017
**Fixed in this release:**
- Fixed issue where, during user account creation, the SQL account manager did not wait for SSL
certificates to finish generating before returning credential information to the client.
- Fixed PostgreSQL connection URL
### v3.5.1
**Release Date:** September 11, 2017
**Features included in this release:**
- Added PostgreSQL support to CloudSQL (and migrated existing plans)
- Added Datastore support
### v3.4.1
**Release Date:** May 22, 2017
**Fixed in this release:**
- Fixed uninitialized security group
### v3.4.0
**Release Date:** May 16, 2017
**Fixed in this release:**
- Added Stackdriver services to tile.yml
### v3.3.2
**Release Date:** May 11, 2017
**Fixed in this release:**
- Security updates to address CVE-2017-4975
- Added buildpack setting
### v3.3.1
**Release Date:** May 11, 2017
**Fixed in this release:**
- Security updates to address CVE-2017-4975
**Features included in this release:**
- Database name is configurable by setting `DB_NAME`
### v3.3.0
**Release Date:** March 31, 2017
**Features included in this release:**
- Added Stackdriver Debugger and Trace support
### v3.2.1
**Release Date:** March 31, 2017
**Fixed in this release:**
- Fixed a bug where Spanner instances could be deleted from Google but not deprovisioned in CF
- Fixed a bug where Cloud SQL instances were not being marked as deleted in the Service Broker database
### v3.2.0
**Release Date:** March 22, 2017
**Features included in this release:**
- Added Spanner support
- Added a Golang example application
- Added Concourse CI pipeline
- Added integration testing for async services
### v3.1.2
**Release Date:** February 15, 2017
**Fixed in this release:**
- fixed a bug where supplying a custom name for Bigtable would cause an error
### v3.1.1
**Release Date:** February 9, 2017
**Fixed in this release:**
- Fixed a bug where custom plans were not being handled properly.
### v3.1.0
**Release Date:** February 7, 2017
**Fixed in this release:**
- Updated vendored packages so that custom UserAgent string gets propagated for storage provision calls
**Features included in this release:**
- Added Bigtable as a service
### v3.0.1
**Release Date:** January 23, 2017
**Features included in this release:**
- Updated default user agent string so that bogus data will not be collected during testing
- Updated service account bindings to include ProjectId
### v3.0.0
**Release Date:** January 12, 2017
**Features included in this release:**
- Updated pubsub library so that User Agent string gets propagated correctly
- Updated dependency management system
- Changed org to system (Broker will need to be uninstalled and reinstalled for this change to take effect)
### v2.1.3
**Release Date:** January 5, 2017
**Fixed in this release:** a bug where bind calls to ml-api service instances were failing because these service instances don't save
any extra access details
### v2.1.2
**Release Date:** December 21, 2016
**Fixed in this release:** A bug where anything that triggered another application of
**Apply Changes** after installing v2.1.0 or v2.1.1 caused the installation to fail.
### v2.1.1
**Release Date:** December 2, 2016
**Feature included in this release:** Added new URI parameter to Cloud SQL bind credentials.
### v2.1.0
**Release Date:** December 2, 2016
**Features included in this release:**
- Remove need for service name for PubSub (topic\_name), BigQuery (name), Cloud Storage (name), and Cloud SQL (instance\_name).
- Instance details are now surfaced in bind requests for Pubsub (topic\_name and subscription\_name),
Cloud Storage (bucket\_name), BigQuery (dataset\_id), and Cloud SQL (instance\_name, database\_name, and host).
### v2.0.2
**Release Date:** November 16, 2016
**Fixed in this release:** Bug where CloudSQL was returning 400s for all second generation instance provision requests.
### v2.0.1
**Release Date:** October 28, 2016
**Feature included in this release:** CloudSQL generates a username/password on bind if one is not provided.
**Fixed in this release:**
- CloudSQL custom plans are now optional.
- Fixed username and password env var names in docs.
- Fixed CloudSQL custom plan names and/or features not updating.
### v2.0.0
**Release Date:** October 10, 2016
**Fixed in this release:**
- Fixed CloudSQL docs link in README.
- Updated credentials type returned by bind call to be a mapstringstring instead of a string.
### v1.0.1
**Release Date:** October 7, 2016
**Fixed in this release:**
Removed specified stemcell version from `tile.yml` so that the most recent stemcell is used by default.