Skip to content

Commit 05cd565

Browse files
committed
Standardize links to release milestones
For versions 1.9.0 and later, where GitHub projects were used to track issues for a release milestone, update the release notes to standardize how the links are presented, so they can be easily changed to milestones after GitHub is updated to use milestones instead of projects for version planning. See mailing list discussion about GitHub classic projects sunsetting: https://lists.apache.org/thread/x52hpy64jmbkwoq8lx8hw5h9yjozo78q
1 parent 9c8ba5d commit 05cd565

17 files changed

+83
-46
lines changed

_posts/release/2018-04-18-accumulo-1.9.0.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ be considered a maintenance release on 1.8 branch except there are some API
99
additions which resulted in a new minor release. Users of 1.8.x versions of
1010
Accumulo should upgrade to 1.9.0. There will be no more bug fix releases on the
1111
1.8 branch. This release contains changes for nearly a hundred issues. See
12-
[GitHub] and [JIRA] for a list of changes.
12+
[GitHub][milestone] and [JIRA] for a list of changes.
1313

1414
Below are resources for this release:
1515

@@ -110,7 +110,13 @@ Continuous ingest, random walk, and all integration test were run against RC1.
110110
Randomwalk was run for 2 days with 7 walkers. Continuous ingest was run with 9
111111
nodes for 24 hours followed by a successful verification.
112112

113-
[GitHub]: https://github.com/apache/accumulo/issues?q=project%3Aapache%2Faccumulo%2F4
113+
## Useful Links
114+
115+
* [All tickets on GitHub related to this release.][milestone]
116+
* [All tickets on JIRA related to this release.][JIRA]
117+
118+
119+
[milestone]: https://github.com/apache/accumulo/projects/4
114120
[JIRA]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312121&version=12339245
115121
[upgrade]: {{ site.baseurl }}/docs/2.x/administration/upgrading
116122
[user_manual]: {{ site.baseurl }}/1.9/accumulo_user_manual.html

_posts/release/2018-05-14-accumulo-1.9.1.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ A less serious bug than the above critical bugs was discovered and fixed,
3737
pertaining to write-ahead log recovery. This bug involved recovery files not
3838
being removed properly when no longer required and was fixed in [#432].
3939

40-
## Other Changes
41-
42-
* [GitHub] - List of issues tracked on GitHub corresponding to this release
43-
4440
## Upgrading
4541

4642
View the [Upgrading Accumulo documentation][upgrade] for guidance.
@@ -52,12 +48,17 @@ version. Continuous ingest was run with 9 nodes for 24 hours followed by a
5248
successful verification. The integration tests were run against both Hadoop
5349
2.6.4 and Hadoop 3.0.0.
5450

51+
## Useful Links
52+
53+
* [All tickets related to this release.][milestone]
54+
55+
5556
[#432]: https://github.com/apache/accumulo/issues/432
5657
[#441]: https://github.com/apache/accumulo/issues/441
5758
[#443]: https://github.com/apache/accumulo/issues/443
5859
[#449]: https://github.com/apache/accumulo/issues/449
5960
[#458]: https://github.com/apache/accumulo/issues/458
60-
[GitHub]: https://github.com/apache/accumulo/issues?q=project%3Aapache%2Faccumulo%2F5
61+
[milestone]: https://github.com/apache/accumulo/projects/5
6162
[examples]: {{ site.baseurl }}/1.9/examples/
6263
[javadoc]: {{ site.baseurl }}/1.9/apidocs/
6364
[upgrade]: {{ site.baseurl }}/docs/2.x/administration/upgrading

_posts/release/2018-07-19-accumulo-1.9.2.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ those pertaining to bulk imports) in incorrect time units.
6262

6363
This bug was fixed in [#553].
6464

65-
## Other Changes
66-
67-
* [GitHub] - List of issues tracked on GitHub corresponding to this release
68-
6965
## Upgrading
7066

7167
View the [Upgrading Accumulo documentation][upgrade] for guidance.
@@ -82,6 +78,11 @@ View the [Upgrading Accumulo documentation][upgrade] for guidance.
8278
* Ran a single-node cluster with [Uno] and created a table, ingested data,
8379
flushed, compacted, scanned, and deleted the table.
8480

81+
## Useful Links
82+
83+
* [All tickets related to this release.][milestone]
84+
85+
8586
[#441]: https://github.com/apache/accumulo/issues/441
8687
[#467]: https://github.com/apache/accumulo/issues/467
8788
[#537]: https://github.com/apache/accumulo/issues/537
@@ -90,7 +91,7 @@ View the [Upgrading Accumulo documentation][upgrade] for guidance.
9091
[#546]: https://github.com/apache/accumulo/issues/546
9192
[#553]: https://github.com/apache/accumulo/issues/553
9293
[#559]: https://github.com/apache/accumulo/issues/559
93-
[GitHub]: https://github.com/apache/accumulo/issues?q=project%3Aapache%2Faccumulo%2F6
94+
[milestone]: https://github.com/apache/accumulo/projects/6
9495
[Uno]: https://github.com/apache/fluo-uno
9596
[examples]: {{ site.baseurl }}/1.9/examples/
9697
[fluo]: https://fluo.apache.org

_posts/release/2018-10-14-accumulo-2.0.0-alpha-1.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ still occur before a final 2.0.0 release.
1919
changes coming in 2.0.0, many of which are either complete, or nearly
2020
complete in this alpha release.
2121

22+
This release also includes bug fixes from 1.9.2 and earlier.
23+
2224
[javadoc]: {{ site.baseurl }}/docs/2.x/apidocs/
2325
[user_manual]: {{ site.baseurl }}/docs/2.x/
2426
[draft_notes]: {{ site.baseurl }}/release/accumulo-2.0.0

_posts/release/2019-04-10-accumulo-1.9.3.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,16 @@ HostRegexTableLoadBalancer configuration setting
138138
The packaged, binary tarball contains updated version of libthrift to version 0.9.3-1 to
139139
address thrift CVE. Issue [#1029]
140140

141+
## Upgrading
142+
143+
View the [Upgrading Accumulo documentation][upgrade] for guidance.
144+
141145
## Useful links
142146

143147
* [Release VOTE email thread][vote-emails]
144148
* [All Changes since 1.9.2][all-changes]
145-
* [GitHub] - List of issues tracked on GitHub corresponding to this release
149+
* [All tickets related to this release.][milestone]
146150

147-
## Upgrading
148-
149-
View the [Upgrading Accumulo documentation][upgrade] for guidance.
150151

151152
[#559]: https://github.com/apache/accumulo/issues/559
152153
[#596]: https://github.com/apache/accumulo/issues/596
@@ -212,7 +213,7 @@ View the [Upgrading Accumulo documentation][upgrade] for guidance.
212213
[#1055]: https://github.com/apache/accumulo/issues/1055
213214
[#1057]: https://github.com/apache/accumulo/issues/1057
214215
[all-changes]: https://github.com/apache/accumulo/compare/rel/1.9.2...apache:rel/1.9.3
215-
[GitHub]: https://github.com/apache/accumulo/issues?q=project%3Aapache%2Faccumulo%2F7
216+
[milestone]: https://github.com/apache/accumulo/projects/7
216217
[Uno]: https://github.com/apache/fluo-uno
217218
[examples]: {{ site.baseurl }}/1.9/examples/
218219
[fluo]: https://fluo.apache.org

_posts/release/2019-08-02-accumulo-2.0.0.md

+8
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,19 @@ at table creation time can be much faster than adding splits after creation.
196196
* Many performance improvements mentioned in the 1.9.X release notes are also available in 2.0.
197197
* Scanners close server side sessions on close {% ghi 813 %} {% ghi 905 %}
198198

199+
This release also includes bug fixes from 1.9.3 which was released after
200+
2.0.0-alpha-1 and 2.0.0-alpha-2.
201+
199202
## Upgrading
200203

201204
View the [Upgrading Accumulo documentation][upgrade] for guidance.
202205

206+
## Useful Links
207+
208+
* [All tickets on GitHub related to this release.][milestone]
209+
203210

211+
[milestone]: https://github.com/apache/accumulo/projects/9
204212
[#634]: https://github.com/apache/accumulo/issues/634
205213
[ACCUMULO-3652]: https://issues.apache.org/jira/browse/ACCUMULO-3652
206214
[ACCUMULO-4449]: https://issues.apache.org/jira/browse/ACCUMULO-4449

_posts/release/2020-09-03-accumulo-1.10.0.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,10 @@ properly.
179179

180180
* [Release VOTE email thread][vote-emails]
181181
* [All Changes since 1.9.3][all-changes]
182-
* [GitHub] - List of issues tracked on GitHub corresponding to this release
182+
* [All tickets related to this release.][milestone]
183183

184-
[GitHub]: https://github.com/apache/accumulo/issues?q=project%3Aapache%2Faccumulo%2F8
184+
185+
[milestone]: https://github.com/apache/accumulo/projects/8
185186
[LTM]: {{ site.baseurl }}/contributor/versioning#LTM
186187
[all-changes]: https://github.com/apache/accumulo/compare/rel/1.9.3...apache:rel/1.10.0
187188
[contact]: {{ site.baseurl }}/contact-us

_posts/release/2020-12-22-accumulo-1.10.1.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ with `-Denforcer.skip`, as a workaround.
5454

5555
* [Release VOTE email thread][vote-emails]
5656
* [All Changes since 1.10.0][all-changes]
57-
* [GitHub] - List of issues tracked on GitHub corresponding to this release
57+
* [All tickets related to this release.][milestone]
58+
5859

5960
[CVE-2020-17533]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-17533
60-
[GitHub]: https://github.com/apache/accumulo/issues?q=project%3Aapache%2Faccumulo%2F16
61+
[milestone]: https://github.com/apache/accumulo/projects/16
6162
[all-changes]: https://github.com/apache/accumulo/compare/rel/1.10.0...apache:rel/1.10.1
6263
[contact]: {{ site.baseurl }}/contact-us
6364
[vote-emails]: https://lists.apache.org/thread.html/r90ac3cc0d2356c86a94abf2b6859965e9659b8bcdb6cfd18b69941ac%40%3Cdev.accumulo.apache.org%3E

_posts/release/2020-12-24-accumulo-2.0.1.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,13 @@ View the [Upgrading Accumulo documentation][upgrade] for guidance.
7070

7171
* [Release VOTE email thread][vote-emails]
7272
* [All Changes since 2.0.0][all-changes]
73-
* [GitHub] - List of issues tracked on GitHub corresponding to this release
73+
* [All tickets related to this release.][milestone]
74+
75+
This release does not include other bug fixes from 1.10.0 and 1.10.1, which
76+
were released after 2.0.0.
7477

7578
[CVE-2020-17533]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-17533
76-
[GitHub]: https://github.com/apache/accumulo/issues?q=project%3Aapache%2Faccumulo%2F19
79+
[milestone]: https://github.com/apache/accumulo/projects/19
7780
[all-changes]: https://github.com/apache/accumulo/compare/rel/2.0.0...apache:rel/2.0.1
7881
[contact]: {{ site.baseurl }}/contact-us
7982
[upgrade]: /docs/2.x/administration/upgrading

_posts/release/2022-02-13-accumulo-1.10.2.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ applicable to this version.
5959

6060
* [Release VOTE email thread][vote-emails]
6161
* [All Changes since 1.10.1][all-changes]
62-
* [GitHub] - List of issues tracked on GitHub corresponding to this release
62+
* [All tickets related to this release.][milestone]
6363

64-
[GitHub]: https://github.com/apache/accumulo/issues?q=project%3Aapache%2Faccumulo%2F18
64+
65+
[milestone]: https://github.com/apache/accumulo/projects/18
6566
[all-changes]: https://github.com/apache/accumulo/compare/rel/1.10.1...apache:rel/1.10.2
6667
[contact]: {{ site.baseurl }}/contact-us
6768
[vote-emails]: https://lists.apache.org/thread/bq424vnov27nwnkb471oxg5nd7m6xwn9

_posts/release/2022-11-01-accumulo-2.1.0.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -408,10 +408,6 @@ file, cluster.yaml, in the conf directory instead of multiple files (tserver, ma
408408

409409
View the [Upgrading Accumulo documentation][upgrade] for guidance.
410410

411-
## 2.1.0 GitHub Project
412-
413-
[All tickets related to 2.1.0.][project]
414-
415411
## Known Issues
416412

417413
At the time of release, the following issues were known:
@@ -422,10 +418,17 @@ At the time of release, the following issues were known:
422418
* {% ghi 3057 %} - The monitor may have an annoying popup on the external compactions page if the
423419
coordinator is offline
424420

421+
## Useful Links
422+
423+
* [All tickets related to this release.][milestone]
424+
425+
This release also includes bug fixes from 1.10.2 and earlier, which were
426+
released after 2.0.0.
427+
425428

426429
[LTM]: {{ site.baseurl }}/contributor/versioning#LTM
427430
[upgrade]: /docs/2.x/administration/upgrading
428-
[project]: https://github.com/apache/accumulo/projects/3
431+
[milestone]: https://github.com/apache/accumulo/projects/3
429432
[ext_comp_blog]: /blog/2021/07/08/external-compactions.html
430433
[ext_comp_project]: https://github.com/apache/accumulo/projects/20
431434
[vfs_system_classloader]: https://github.com/apache/accumulo-classloaders/tree/main/modules/vfs-class-loader

_posts/release/2023-04-13-accumulo-1.10.3.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ applicable to all 1.10 releases.
6060

6161
* [Release VOTE email thread][vote-emails]
6262
* [All Changes since 1.10.2][all-changes]
63-
* [GitHub] - List of issues tracked on GitHub corresponding to this release
63+
* [All tickets related to this release.][milestone]
6464

65-
[GitHub]: https://github.com/apache/accumulo/issues?q=%20project%3Aapache%2Faccumulo%2F23
65+
66+
[milestone]: https://github.com/apache/accumulo/projects/23
6667
[all-changes]: https://github.com/apache/accumulo/compare/rel/1.10.2...apache:rel/1.10.3
6768
[contact]: {{ site.baseurl }}/contact-us
6869
[vote-emails]: https://lists.apache.org/thread/zl8xoogzqnbcw75vcmvqmwlrf8djfcb5

_posts/release/2023-06-19-accumulo-2.1.1.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,15 @@ Other notable changes:
9696

9797
View the [Upgrading Accumulo documentation][upgrade] for guidance.
9898

99-
## 2.1.1 GitHub Project
99+
## Useful Links
100100

101-
[All tickets related to 2.1.1.][project]
101+
* [All tickets related to this release.][milestone]
102+
103+
This release also includes bug fixes from 1.10.3, which was released after
104+
2.1.0.
102105

103106

104107
[upgrade]: /docs/2.x/administration/upgrading
105-
[project]: https://github.com/apache/accumulo/projects/25
108+
[milestone]: https://github.com/apache/accumulo/projects/25
106109
[HDFS-16864]: https://issues.apache.org/jira/browse/HDFS-16864
107110
[CVE-2023-34340]: https://www.cve.org/CVERecord?id=CVE-2023-34340

_posts/release/2023-08-21-accumulo-2.1.2.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Improvements that help with administration:
6969

7070
View the [Upgrading Accumulo documentation][upgrade] for guidance.
7171

72-
## 2.1.2 GitHub Project
72+
## Useful Links
7373

74-
[All tickets related to 2.1.2.][project]
74+
* [All tickets related to this release.][milestone]
7575

7676

7777
[upgrade]: /docs/2.x/administration/upgrading
78-
[project]: https://github.com/apache/accumulo/projects/29
78+
[milestone]: https://github.com/apache/accumulo/projects/29

_posts/release/2023-08-21-accumulo-3.0.0.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,13 @@ improvements. It also contains a few other minor improvements.
8282

8383
View the [Upgrading Accumulo documentation][upgrade] for guidance.
8484

85-
## 3.0.0 GitHub Project
85+
## Useful Links
8686

87-
[All tickets related to 3.0.0.][project]
87+
* [All tickets related to this release.][milestone]
88+
89+
This release also includes bug fixes from 2.1.2 and earlier.
8890

8991

9092
[upgrade]: /docs/2.x/administration/upgrading
9193
[bulk import release notes]: https://accumulo.apache.org/release/accumulo-2.0.0/#new-bulk-import-api
92-
[project]: https://github.com/apache/accumulo/projects/11
94+
[milestone]: https://github.com/apache/accumulo/projects/11

_posts/release/2023-11-16-accumulo-1.10.4.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ applicable to all 1.10 releases.
5454
## Useful Links
5555

5656
* [All Changes since 1.10.3][all-changes]
57-
* [GitHub] - List of issues tracked on GitHub corresponding to this release
57+
* [All tickets related to this release.][milestone]
5858

59-
[GitHub]: https://github.com/apache/accumulo/issues?q=%20project%3Aapache%2Faccumulo%2F27
59+
60+
[milestone]: https://github.com/apache/accumulo/projects/27
6061
[all-changes]: https://github.com/apache/accumulo/compare/rel/1.10.3...apache:rel/1.10.4
6162
[contact]: {{ site.baseurl }}/contact-us
6263
[VFS683]: https://issues.apache.org/jira/projects/VFS/issues/VFS-683

_posts/release/2024-07-10-accumulo-2.1.3.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ Improvements that affect performance:
5757

5858
View the [Upgrading Accumulo documentation][upgrade] for guidance.
5959

60-
## 2.1.3 GitHub Project
60+
## Useful Links
6161

62-
[All tickets related to 2.1.3.][project]
62+
* [All tickets related to this release.][milestone]
63+
64+
This release also contains bug fixes from 1.10.4, which was released after 2.1.2.
6365

6466

6567
[upgrade]: /docs/2.x/administration/upgrading
66-
[project]: https://github.com/apache/accumulo/projects/30
68+
[milestone]: https://github.com/apache/accumulo/projects/30

0 commit comments

Comments
 (0)