Skip to content

Commit a253b38

Browse files
committed
doc: add CherryPickApproved filter to Release History links
Not all closed issues in a given minor milestone are included in that release, only the ones that have been labeled as CherryPickApproved are. Update the links to the GitHub issue tracker to include a filter on the CherryPickApproved label, so that the default view shows only the backports that were included in a given release. This should more useful to most people than seeing all backports (considered and approved). Do this only for Go 1.9.1 and newer releases, as that is when we started using the CherryPickCandidate and CherryPickApproved labels. Fixes #35988 Change-Id: I51e07c1bc3ab9c4a5744e8f668c5470adf78bffe Reviewed-on: https://go-review.googlesource.com/c/go/+/209918 Reviewed-by: Alexander Rakoczy <[email protected]>
1 parent 50535e6 commit a253b38

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

doc/devel/release.html

+39-39
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ <h3 id="go1.13.minor">Minor revisions</h3>
3535
<p>
3636
go1.13.1 (released 2019/09/25) includes security fixes to the
3737
<code>net/http</code> and <code>net/textproto</code> packages.
38-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.1">Go
38+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.1+label%3ACherryPickApproved">Go
3939
1.13.1 milestone</a> on our issue tracker for details.
4040
</p>
4141

4242
<p>
4343
go1.13.2 (released 2019/10/17) includes security fixes to the
4444
<code>crypto/dsa</code> package and the compiler.
45-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.2">Go
45+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.2+label%3ACherryPickApproved">Go
4646
1.13.2 milestone</a> on our issue tracker for details.
4747
</p>
4848

4949
<p>
5050
go1.13.3 (released 2019/10/17) includes fixes to the go command,
5151
the toolchain, the runtime, <code>syscall</code>, <code>net</code>,
5252
<code>net/http</code>, and <code>crypto/ecdsa</code> packages.
53-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.3">Go
53+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.3+label%3ACherryPickApproved">Go
5454
1.13.3 milestone</a> on our issue tracker for details.
5555
</p>
5656

@@ -59,14 +59,14 @@ <h3 id="go1.13.minor">Minor revisions</h3>
5959
<code>syscall</code> packages. It also fixes an issue on macOS 10.15 Catalina
6060
where the non-notarized installer and binaries were being
6161
<a href="https://golang.org/issue/34986">rejected by Gatekeeper</a>.
62-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.4">Go
62+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.4+label%3ACherryPickApproved">Go
6363
1.13.4 milestone</a> on our issue tracker for details.
6464
</p>
6565

6666
<p>
6767
go1.13.5 (released 2019/12/04) includes fixes to the go command, the runtime,
6868
the linker, and the <code>net/http</code> package. See the
69-
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.5">Go
69+
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.13.5+label%3ACherryPickApproved">Go
7070
1.13.5 milestone</a> on our issue tracker for details.
7171
</p>
7272

@@ -83,15 +83,15 @@ <h3 id="go1.12.minor">Minor revisions</h3>
8383
go1.12.1 (released 2019/03/14) includes fixes to cgo, the compiler, the go
8484
command, and the <code>fmt</code>, <code>net/smtp</code>, <code>os</code>,
8585
<code>path/filepath</code>, <code>sync</code>, and <code>text/template</code>
86-
packages. See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.1">Go
86+
packages. See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.1+label%3ACherryPickApproved">Go
8787
1.12.1 milestone</a> on our issue tracker for details.
8888
</p>
8989

9090
<p>
9191
go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go
9292
command, the runtime, and the <code>doc</code>, <code>net</code>,
9393
<code>net/http/httputil</code>, and <code>os</code> packages. See the
94-
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.2">Go
94+
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.2+label%3ACherryPickApproved">Go
9595
1.12.2 milestone</a> on our issue tracker for details.
9696
</p>
9797

@@ -112,29 +112,29 @@ <h3 id="go1.12.minor">Minor revisions</h3>
112112
<p>
113113
go1.12.5 (released 2019/05/06) includes fixes to the compiler, the linker,
114114
the go command, the runtime, and the <code>os</code> package. See the
115-
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.5">Go
115+
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.5+label%3ACherryPickApproved">Go
116116
1.12.5 milestone</a> on our issue tracker for details.
117117
</p>
118118

119119
<p>
120120
go1.12.6 (released 2019/06/11) includes fixes to the compiler, the linker,
121121
the go command, and the <code>crypto/x509</code>, <code>net/http</code>, and
122122
<code>os</code> packages. See the
123-
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.6">Go
123+
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.6+label%3ACherryPickApproved">Go
124124
1.12.6 milestone</a> on our issue tracker for details.
125125
</p>
126126

127127
<p>
128128
go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler,
129129
and the linker.
130-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.7">Go
130+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.7+label%3ACherryPickApproved">Go
131131
1.12.7 milestone</a> on our issue tracker for details.
132132
</p>
133133

134134
<p>
135135
go1.12.8 (released 2019/08/13) includes security fixes to the
136136
<code>net/http</code> and <code>net/url</code> packages.
137-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.8">Go
137+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.8+label%3ACherryPickApproved">Go
138138
1.12.8 milestone</a> on our issue tracker for details.
139139
</p>
140140

@@ -148,21 +148,21 @@ <h3 id="go1.12.minor">Minor revisions</h3>
148148
<p>
149149
go1.12.10 (released 2019/09/25) includes security fixes to the
150150
<code>net/http</code> and <code>net/textproto</code> packages.
151-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.10">Go
151+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.10+label%3ACherryPickApproved">Go
152152
1.12.10 milestone</a> on our issue tracker for details.
153153
</p>
154154

155155
<p>
156156
go1.12.11 (released 2019/10/17) includes security fixes to the
157157
<code>crypto/dsa</code> package.
158-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.11">Go
158+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.11+label%3ACherryPickApproved">Go
159159
1.12.11 milestone</a> on our issue tracker for details.
160160
</p>
161161

162162
<p>
163163
go1.12.12 (released 2019/10/17) includes fixes to the go command,
164164
runtime, <code>syscall</code> and <code>net</code> packages.
165-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.12">Go
165+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.12+label%3ACherryPickApproved">Go
166166
1.12.12 milestone</a> on our issue tracker for details.
167167
</p>
168168

@@ -175,7 +175,7 @@ <h3 id="go1.12.minor">Minor revisions</h3>
175175

176176
<p>
177177
go1.12.14 (released 2019/12/04) includes a fix to the runtime. See
178-
the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.14">Go
178+
the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.12.14+label%3ACherryPickApproved">Go
179179
1.12.14 milestone</a> on our issue tracker for details.
180180
</p>
181181

@@ -193,22 +193,22 @@ <h3 id="go1.11.minor">Minor revisions</h3>
193193
command, runtime, and the <code>crypto/x509</code>, <code>encoding/json</code>,
194194
<code>go/types</code>, <code>net</code>, <code>net/http</code>, and
195195
<code>reflect</code> packages.
196-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.1">Go
196+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.1+label%3ACherryPickApproved">Go
197197
1.11.1 milestone</a> on our issue tracker for details.
198198
</p>
199199

200200
<p>
201201
go1.11.2 (released 2018/11/02) includes fixes to the compiler, linker,
202202
documentation, go command, and the <code>database/sql</code> and
203203
<code>go/types</code> packages.
204-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.2">Go
204+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.2+label%3ACherryPickApproved">Go
205205
1.11.2 milestone</a> on our issue tracker for details.
206206
</p>
207207

208208
<p>
209209
go1.11.3 (released 2018/12/12) includes three security fixes to "go get" and
210210
the <code>crypto/x509</code> package.
211-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.3">Go
211+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.3+label%3ACherryPickApproved">Go
212212
1.11.3 milestone</a> on our issue tracker for details.
213213
</p>
214214

@@ -225,22 +225,22 @@ <h3 id="go1.11.minor">Minor revisions</h3>
225225
<p>
226226
go1.11.5 (released 2019/01/23) includes a security fix to the
227227
<code>crypto/elliptic</code> package. See
228-
the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.5">Go
228+
the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.5+label%3ACherryPickApproved">Go
229229
1.11.5 milestone</a> on our issue tracker for details.
230230
</p>
231231

232232
<p>
233233
go1.11.6 (released 2019/03/14) includes fixes to cgo, the compiler, linker,
234234
runtime, go command, and the <code>crypto/x509</code>, <code>encoding/json</code>,
235235
<code>net</code>, and <code>net/url</code> packages. See the
236-
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.6">Go
236+
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.6+label%3ACherryPickApproved">Go
237237
1.11.6 milestone</a> on our issue tracker for details.
238238
</p>
239239

240240
<p>
241241
go1.11.7 (released 2019/04/05) includes fixes to the runtime and the
242242
<code>net</code> packages. See the
243-
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.7">Go
243+
<a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.7+label%3ACherryPickApproved">Go
244244
1.11.7 milestone</a> on our issue tracker for details.
245245
</p>
246246

@@ -260,26 +260,26 @@ <h3 id="go1.11.minor">Minor revisions</h3>
260260

261261
<p>
262262
go1.11.10 (released 2019/05/06) includes fixes to the runtime and the linker.
263-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.10">Go
263+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.10+label%3ACherryPickApproved">Go
264264
1.11.10 milestone</a> on our issue tracker for details.
265265
</p>
266266

267267
<p>
268268
go1.11.11 (released 2019/06/11) includes a fix to the <code>crypto/x509</code> package.
269-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.11">Go
269+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.11+label%3ACherryPickApproved">Go
270270
1.11.11 milestone</a> on our issue tracker for details.
271271
</p>
272272

273273
<p>
274274
go1.11.12 (released 2019/07/08) includes fixes to the compiler and the linker.
275-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.12">Go
275+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.12+label%3ACherryPickApproved">Go
276276
1.11.12 milestone</a> on our issue tracker for details.
277277
</p>
278278

279279
<p>
280280
go1.11.13 (released 2019/08/13) includes security fixes to the
281281
<code>net/http</code> and <code>net/url</code> packages.
282-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.13">Go
282+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.11.13+label%3ACherryPickApproved">Go
283283
1.11.13 milestone</a> on our issue tracker for details.
284284
</p>
285285

@@ -297,14 +297,14 @@ <h3 id="go1.10.minor">Minor revisions</h3>
297297
<code>archive/zip</code>, <code>crypto/tls</code>, <code>crypto/x509</code>,
298298
<code>encoding/json</code>, <code>net</code>, <code>net/http</code>, and
299299
<code>net/http/pprof</code> packages.
300-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.1">Go
300+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.1+label%3ACherryPickApproved">Go
301301
1.10.1 milestone</a> on our issue tracker for details.
302302
</p>
303303

304304
<p>
305305
go1.10.2 (released 2018/05/01) includes fixes to the compiler, linker, and go
306306
command.
307-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.2">Go
307+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.2+label%3ACherryPickApproved">Go
308308
1.10.2 milestone</a> on our issue tracker for details.
309309
</p>
310310

@@ -313,30 +313,30 @@ <h3 id="go1.10.minor">Minor revisions</h3>
313313
<code>crypto/tls</code>, <code>crypto/x509</code>, and <code>strings</code> packages.
314314
In particular, it adds <a href="https://go.googlesource.com/go/+/d4e21288e444d3ffd30d1a0737f15ea3fc3b8ad9">
315315
minimal support to the go command for the vgo transition</a>.
316-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.3">Go
316+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.3+label%3ACherryPickApproved">Go
317317
1.10.3 milestone</a> on our issue tracker for details.
318318
</p>
319319

320320
<p>
321321
go1.10.4 (released 2018/08/24) includes fixes to the go command, linker, and the
322322
<code>net/http</code>, <code>mime/multipart</code>, <code>ld/macho</code>,
323323
<code>bytes</code>, and <code>strings</code> packages.
324-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.4">Go
324+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.4+label%3ACherryPickApproved">Go
325325
1.10.4 milestone</a> on our issue tracker for details.
326326
</p>
327327

328328
<p>
329329
go1.10.5 (released 2018/11/02) includes fixes to the go command, linker, runtime
330330
and the <code>database/sql</code> package.
331-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.5">Go
331+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.5+label%3ACherryPickApproved">Go
332332
1.10.5 milestone</a> on our issue tracker for details.
333333
</p>
334334

335335
<p>
336336
go1.10.6 (released 2018/12/12) includes three security fixes to "go get" and
337337
the <code>crypto/x509</code> package.
338338
It contains the same fixes as Go 1.11.3 and was released at the same time.
339-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.6">Go
339+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.6+label%3ACherryPickApproved">Go
340340
1.10.6 milestone</a> on our issue tracker for details.
341341
</p>
342342

@@ -351,7 +351,7 @@ <h3 id="go1.10.minor">Minor revisions</h3>
351351
<p>
352352
go1.10.8 (released 2019/01/23) includes a security fix to the
353353
<code>crypto/elliptic</code> package. See
354-
the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.8">Go
354+
the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.10.8+label%3ACherryPickApproved">Go
355355
1.10.8 milestone</a> on our issue tracker for details.
356356
</p>
357357

@@ -366,7 +366,7 @@ <h3 id="go1.9.minor">Minor revisions</h3>
366366

367367
<p>
368368
go1.9.1 (released 2017/10/04) includes two security fixes.
369-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.1">Go
369+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.1+label%3ACherryPickApproved">Go
370370
1.9.1 milestone</a> on our issue tracker for details.
371371
</p>
372372

@@ -377,34 +377,34 @@ <h3 id="go1.9.minor">Minor revisions</h3>
377377
and <code>net/smtp</code> packages.
378378
It includes a fix to a bug introduced in Go 1.9.1 that broke <code>go</code> <code>get</code>
379379
of non-Git repositories under certain conditions.
380-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.2">Go
380+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.2+label%3ACherryPickApproved">Go
381381
1.9.2 milestone</a> on our issue tracker for details.
382382
</p>
383383

384384
<p>
385385
go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime,
386386
and the <code>database/sql</code>, <code>math/big</code>, <code>net/http</code>,
387387
and <code>net/url</code> packages.
388-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.3">Go
388+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.3+label%3ACherryPickApproved">Go
389389
1.9.3 milestone</a> on our issue tracker for details.
390390
</p>
391391

392392
<p>
393393
go1.9.4 (released 2018/02/07) includes a security fix to “go get”.
394-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.4">Go
394+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.4+label%3ACherryPickApproved">Go
395395
1.9.4</a> milestone on our issue tracker for details.
396396
</p>
397397

398398
<p>
399399
go1.9.5 (released 2018/03/28) includes fixes to the compiler, go command, and
400400
<code>net/http/pprof</code> package.
401-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.5">Go
401+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.5+label%3ACherryPickApproved">Go
402402
1.9.5 milestone</a> on our issue tracker for details.
403403
</p>
404404

405405
<p>
406406
go1.9.6 (released 2018/05/01) includes fixes to the compiler and go command.
407-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.6">Go
407+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.6+label%3ACherryPickApproved">Go
408408
1.9.6 milestone</a> on our issue tracker for details.
409409
</p>
410410

@@ -413,7 +413,7 @@ <h3 id="go1.9.minor">Minor revisions</h3>
413413
<code>crypto/x509</code>, and <code>strings</code> packages.
414414
In particular, it adds <a href="https://go.googlesource.com/go/+/d4e21288e444d3ffd30d1a0737f15ea3fc3b8ad9">
415415
minimal support to the go command for the vgo transition</a>.
416-
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.7">Go
416+
See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.9.7+label%3ACherryPickApproved">Go
417417
1.9.7 milestone</a> on our issue tracker for details.
418418
</p>
419419

0 commit comments

Comments
 (0)