Skip to content

Commit 328d414

Browse files
committed
Releasing 9.2.42, 10.0.26, 10.1.20, 10.2.17, 11.0.6 and 11.1.1
1 parent 8f66b59 commit 328d414

File tree

7 files changed

+294
-11
lines changed

7 files changed

+294
-11
lines changed

release-notes-10.0

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,32 @@ HTML header: <title>dCache 10.0 Release Notes</title>
7676

7777
Many Thanks to Petter A. Urkedal and Lukas Mansour for their contributions.
7878

79+
## Release 10.0.26
80+
81+
### poolmanager
82+
83+
Motivation:
84+
This fix takes care of the infinite loop conflict in wrandom partition which was introduced by commit 778f97.
85+
86+
### qos
87+
88+
89+
### Changelog 10.0.25..10.0.26
90+
91+
<!-- git log 10.0.25..10.0.26 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
92+
93+
[64b1a3a33e](https://github.com/dcache/dcache/commit/64b1a3a33eb7d6399c2bb34b5105f347e0894584)
94+
: [maven-release-plugin] prepare release 10.0.26
95+
96+
[4dda091d29](https://github.com/dcache/dcache/commit/4dda091d293037d9a71d384c920c4b5257a39539)
97+
: poolmanager: fix wrandom partition
98+
99+
[a37d10bc13](https://github.com/dcache/dcache/commit/a37d10bc13fc75733a0fe2e6538f3c480e75aab8)
100+
: qos: disable dynamic replica reduction
101+
102+
[ee923f7495](https://github.com/dcache/dcache/commit/ee923f74955267fabb10e5b20a83211e61ac0d22)
103+
: [maven-release-plugin] prepare for next development iteration
104+
79105
## Release 10.0.25
80106

81107
### pool

release-notes-10.1

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,32 @@ HTML header: <title>dCache 10.1 Release Notes</title>
7575
(tbd, this section uses markdown formatting)
7676

7777

78+
## Release 10.1.20
79+
80+
### poolmanager
81+
82+
Motivation:
83+
This fix takes care of the infinite loop conflict in wrandom partition which was introduced by commit 778f97.
84+
85+
### qos
86+
87+
88+
### Changelog 10.1.19..10.1.20
89+
90+
<!-- git log 10.1.19..10.1.20 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
91+
92+
[549541cc0f](https://github.com/dcache/dcache/commit/549541cc0f144f59fc020cd32d6ef7969bdbad89)
93+
: [maven-release-plugin] prepare release 10.1.20
94+
95+
[0a585b50d6](https://github.com/dcache/dcache/commit/0a585b50d6398ccb23196658282e154f500e3ede)
96+
: poolmanager: fix wrandom partition
97+
98+
[887d582f97](https://github.com/dcache/dcache/commit/887d582f97a3be891c76af34d83f7a87cb30bd4d)
99+
: qos: disable dynamic replica reduction
100+
101+
[7282c84a25](https://github.com/dcache/dcache/commit/7282c84a258f15e491f145fd7e80f0dc241f950d)
102+
: [maven-release-plugin] prepare for next development iteration
103+
78104
## Release 10.1.19
79105

80106
### pool

release-notes-10.2

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,46 @@ HTML header: <title>dCache 10.2 Release Notes</title>
8383
- Anton Schwarz, Heidelberg University, DESY Summer Student Program
8484

8585

86+
## Release 10.2.17
87+
88+
### gplazma
89+
90+
To ensure consistent role enforcement across dCache, GPlazma will now set the RolePrincipal whenever the role attribute is present.
91+
92+
### nfs
93+
94+
To reduce log clutter for our admins, the NFS client workaround message was downgraded in severity.
95+
96+
### poolmanager
97+
98+
Motivation:
99+
This fix takes care of the infinite loop conflict in wrandom partition which was introduced by commit 778f97.
100+
101+
### qos
102+
103+
104+
### Changelog 10.2.16..10.2.17
105+
106+
<!-- git log 10.2.16..10.2.17 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
107+
108+
[f742ac9eda](https://github.com/dcache/dcache/commit/f742ac9eda5178f57376a5c20d03ad53ca242d6d)
109+
: [maven-release-plugin] prepare release 10.2.17
110+
111+
[45d78ca891](https://github.com/dcache/dcache/commit/45d78ca891866c406d5fc472be8e024b1580513f)
112+
: gplazma: enforce RolePrincipal if Role attribute is set
113+
114+
[ca9e08f92f](https://github.com/dcache/dcache/commit/ca9e08f92f242de4dfe792d65c7b8760211048a6)
115+
: nfs: lower nfs-client workaround message
116+
117+
[7f4861c335](https://github.com/dcache/dcache/commit/7f4861c335b2868b649bbc7d80375873fff8c24b)
118+
: poolmanager: fix wrandom partition
119+
120+
[d8dd3a5c69](https://github.com/dcache/dcache/commit/d8dd3a5c69ba6b57c3873d6454f31162b8d1ea65)
121+
: qos: disable dynamic replica reduction
122+
123+
[5810f231ec](https://github.com/dcache/dcache/commit/5810f231ec9357dc46092611195fea7c772e42c5)
124+
: [maven-release-plugin] prepare for next development iteration
125+
86126
## Release 10.2.16
87127

88128
### pool

release-notes-11.0

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,46 @@ HTML header: <title>dCache 11.0 Release Notes</title>
7575

7676
We want to thank Marian Babik and Onno Zweers for their contributions.
7777

78+
## Release 11.0.6
79+
80+
### gplazma
81+
82+
To ensure consistent role enforcement across dCache, GPlazma will now set the RolePrincipal whenever the role attribute is present.
83+
84+
### nfs
85+
86+
To reduce log clutter for our admins, the NFS client workaround message was downgraded in severity.
87+
88+
### poolmanager
89+
90+
Motivation:
91+
This fix takes care of the infinite loop conflict in wrandom partition which was introduced by commit 778f97.
92+
93+
### qos
94+
95+
96+
### Changelog 11.0.5..11.0.6
97+
98+
<!-- git log 11.0.5..11.0.6 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
99+
100+
[ca8fdebe64](https://github.com/dcache/dcache/commit/ca8fdebe6462f47cc801111b0e8c261eef0835e8)
101+
: [maven-release-plugin] prepare release 11.0.6
102+
103+
[1b06d87030](https://github.com/dcache/dcache/commit/1b06d870307a31fc568571b1f2de40b315a7baca)
104+
: gplazma: enforce RolePrincipal if Role attribute is set
105+
106+
[2bb9009d0d](https://github.com/dcache/dcache/commit/2bb9009d0db760928889895e90cfd5ecc4862d34)
107+
: nfs: lower nfs-client workaround message
108+
109+
[483205b799](https://github.com/dcache/dcache/commit/483205b79947ed05541c1a9cf6757f28cbfb1254)
110+
: poolmanager: fix wrandom partition
111+
112+
[d6417ee2a9](https://github.com/dcache/dcache/commit/d6417ee2a97f8c8279857d593dd5f8dcd0ed808b)
113+
: qos: disable dynamic replica reduction
114+
115+
[1a6bdea51d](https://github.com/dcache/dcache/commit/1a6bdea51dd9697963221f38f266b80d36d484ed)
116+
: [maven-release-plugin] prepare for next development iteration
117+
78118
## Release 11.0.5
79119

80120
### pool

release-notes-11.1

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,41 @@ HTML header: <title>dCache 11.1 Release Notes</title>
7979
We thank Tino Reichardt for his contribution.
8080

8181

82+
## Release 11.1.1
83+
84+
### gplazma
85+
86+
To ensure consistent role enforcement across dCache, GPlazma will now set the RolePrincipal whenever the role attribute is present.
87+
88+
### nfs
89+
90+
To reduce log clutter for our admins, the NFS client workaround message was downgraded in severity.
91+
92+
### poolmanager
93+
94+
Motivation:
95+
This fix takes care of the infinite loop conflict in wrandom partition which was introduced by commit 778f97.
96+
97+
98+
### Changelog 11.1.0..11.1.1
99+
100+
<!-- git log 11.1.0..11.1.1 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
101+
102+
[36c1ef7007](https://github.com/dcache/dcache/commit/36c1ef70072db42d029f992959c4b0cc8a31bda8)
103+
: [maven-release-plugin] prepare release 11.1.1
104+
105+
[3880ee9414](https://github.com/dcache/dcache/commit/3880ee9414ecccd927b552bcb50185b4682bcc61)
106+
: gplazma: enforce RolePrincipal if Role attribute is set
107+
108+
[3d56b4a07c](https://github.com/dcache/dcache/commit/3d56b4a07c9a10def847f0f6a54e43df2e816763)
109+
: nfs: lower nfs-client workaround message
110+
111+
[7fa54b3bbc](https://github.com/dcache/dcache/commit/7fa54b3bbc6501d66af74e84ae6ca5253d55a303)
112+
: poolmanager: fix wrandom partition
113+
114+
[ad13fcc946](https://github.com/dcache/dcache/commit/ad13fcc946767808258d0fb51fdc7f7e9a3d459f)
115+
: [maven-release-plugin] prepare for next development iteration
116+
82117
## Release 11.1.0
83118

84119
### Admin

release-notes-9.2

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,32 @@ Many Thanks to Lars Jansse and Sandro Grizzo for their contributions.
7979
- If upgrading from 8.2, be sure to read also the release notes for 9.0 and 9.1, important changes are described there. See the [9.2 migration guide](https://github.com/dCache/upgrade-guide/blob/master/UPGRADE92.md) for more complete information
8080
- With version 9.2.8+, empty and non-existent banfiles will be treated the same
8181

82+
## Release 9.2.42
83+
84+
### poolmanager
85+
86+
Motivation:
87+
This fix takes care of the infinite loop conflict in wrandom partition which was introduced by commit 778f97.
88+
89+
### qos
90+
91+
92+
### Changelog 9.2.41..9.2.42
93+
94+
<!-- git log 9.2.41..9.2.42 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
95+
96+
[2c3863b284](https://github.com/dcache/dcache/commit/2c3863b284467755670522e6a198ea37a0cd27cf)
97+
: [maven-release-plugin] prepare release 9.2.42
98+
99+
[8283767071](https://github.com/dcache/dcache/commit/82837670719d047abf6e3ab1ca78aa80499b33c0)
100+
: poolmanager: fix wrandom partition
101+
102+
[a3572290bf](https://github.com/dcache/dcache/commit/a3572290bf3f6cd466d4fb9f1d612dca9e91e961)
103+
: qos: disable dynamic replica reduction
104+
105+
[45b0aeac69](https://github.com/dcache/dcache/commit/45b0aeac6928c36d27ba3ee186923224b26c3497)
106+
: [maven-release-plugin] prepare for next development iteration
107+
82108
## Release 9.2.41
83109

84110
### pool

releases.xml

Lines changed: 101 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,25 @@
195195
<name>dCache VERSION</name>
196196
<download-url-prefix>repo/11.1/dcache</download-url-prefix>
197197
<notes-url>release-notes-11.1.shtml</notes-url>
198-
<verision-prefix>11.1.</version-prefix>
198+
<version-prefix>11.1.</version-prefix>
199199

200-
<release>
201-
200+
<release version="1" recommended="1">
201+
<date>09.10.2025</date>
202+
<package name="Debian package">
203+
<download-url>_VERSION-1_all.deb</download-url>
204+
<md5sum>9b2e1203ae08cb109d8495508259bd8b</md5sum>
205+
</package>
206+
<package name="rpm">
207+
<download-url>-VERSION-1.noarch.rpm</download-url>
208+
<md5sum>b4f119d2f23e7a27168db36c65676266</md5sum>
209+
</package>
210+
<package name="tgz">
211+
<download-url>-VERSION.tar.gz</download-url>
212+
<md5sum>f750c17f84bc8c5c9568eef3536f92cd</md5sum>
213+
</package>
202214
</release>
203215

204-
205-
206-
<release version="0" recommended="1">
216+
<release version="0">
207217
<date>19.9.2025</date>
208218
<package name="Debian package">
209219
<download-url>_VERSION-1_all.deb</download-url>
@@ -245,7 +255,23 @@
245255
<notes-url>release-notes-11.0.shtml</notes-url>
246256
<version-prefix>11.0.</version-prefix>
247257

248-
<release version="5" recommended="1">
258+
<release version="6" recommended="1">
259+
<date>09.10.2025</date>
260+
<package name="Debian package">
261+
<download-url>_VERSION-1_all.deb</download-url>
262+
<md5sum>3cad64c7e14ba05bc65e14afdab10e96</md5sum>
263+
</package>
264+
<package name="rpm">
265+
<download-url>-VERSION-1.noarch.rpm</download-url>
266+
<md5sum>75c16accba2f26c633d78484c13cef22</md5sum>
267+
</package>
268+
<package name="tgz">
269+
<download-url>-VERSION.tar.gz</download-url>
270+
<md5sum>2c69987c579a8d3a7aa3f52afce8a4fd</md5sum>
271+
</package>
272+
</release>
273+
274+
<release version="5">
249275
<date>28.8.2025</date>
250276
<package name="Debian package">
251277
<download-url>_VERSION-1_all.deb</download-url>
@@ -353,7 +379,23 @@
353379
<notes-url>release-notes-10.2.shtml</notes-url>
354380
<version-prefix>10.2.</version-prefix>
355381

356-
<release version="16" recommended="1">
382+
<release version="17" recommended="1">
383+
<date>09.10.2025</date>
384+
<package name="Debian package">
385+
<download-url>_VERSION-1_all.deb</download-url>
386+
<md5sum>ec59e0d339a45970a10d68a501418888</md5sum>
387+
</package>
388+
<package name="rpm">
389+
<download-url>-VERSION-1.noarch.rpm</download-url>
390+
<md5sum>25afa95c87338a6ff580c264a43248a7</md5sum>
391+
</package>
392+
<package name="tgz">
393+
<download-url>-VERSION.tar.gz</download-url>
394+
<md5sum>6c43c64d915fb391d307fd71fa93569d</md5sum>
395+
</package>
396+
</release>
397+
398+
<release version="16">
357399
<date>28.08.2025</date>
358400
<package name="Debian package">
359401
<download-url>_VERSION-1_all.deb</download-url>
@@ -666,7 +708,23 @@
666708
</package>
667709
</release>
668710
-->
669-
<release version="19" recommended="1">
711+
<release version="20" recommended="1">
712+
<date>09.10.2025</date>
713+
<package name="Debian package">
714+
<download-url>_VERSION-1_all.deb</download-url>
715+
<md5sum>ce97547cdf3de67a82edc12342cdcb24</md5sum>
716+
</package>
717+
<package name="rpm">
718+
<download-url>-VERSION-1.noarch.rpm</download-url>
719+
<md5sum>06b432b25701b7282216e921e9837117</md5sum>
720+
</package>
721+
<package name="tgz">
722+
<download-url>-VERSION.tar.gz</download-url>
723+
<md5sum>52325c76e4d65690432008aa4cf4d2dc</md5sum>
724+
</package>
725+
</release>
726+
727+
<release version="19">
670728
<date>28.08.2025</date>
671729
<package name="Debian package">
672730
<download-url>_VERSION-1_all.deb</download-url>
@@ -1013,7 +1071,23 @@
10131071
</package>
10141072
</release>
10151073
-->
1016-
<release version="25" recommended="1">
1074+
<release version="26" recommended="1">
1075+
<date>09.10.2025</date>
1076+
<package name="Debian package">
1077+
<download-url>_VERSION-1_all.deb</download-url>
1078+
<md5sum>7dbb7ee3833272b6ca147715a90bbb34</md5sum>
1079+
</package>
1080+
<package name="rpm">
1081+
<download-url>-VERSION-1.noarch.rpm</download-url>
1082+
<md5sum>f6d3307fe97792244d05011c6a018d66</md5sum>
1083+
</package>
1084+
<package name="tgz">
1085+
<download-url>-VERSION.tar.gz</download-url>
1086+
<md5sum>af225dbc5cbdc1c702b6506721428fd1</md5sum>
1087+
</package>
1088+
</release>
1089+
1090+
<release version="25">
10171091
<date>28.08.2025</date>
10181092
<package name="Debian package">
10191093
<download-url>_VERSION-1_all.deb</download-url>
@@ -1459,7 +1533,23 @@
14591533
</release>
14601534
-->
14611535

1462-
<release version="41" recommended="1">
1536+
<release version="42" recommended="1">
1537+
<date>9.10.2025</date>
1538+
<package name="Debian package">
1539+
<download-url>_VERSION-1_all.deb</download-url>
1540+
<md5sum>64a5579f9705331ffea886a21ec3fd32</md5sum>
1541+
</package>
1542+
<package name="rpm">
1543+
<download-url>-VERSION-1.noarch.rpm</download-url>
1544+
<md5sum>87dc655ae7cca6b002adc695a3f64153</md5sum>
1545+
</package>
1546+
<package name="tgz">
1547+
<download-url>-VERSION.tar.gz</download-url>
1548+
<md5sum>c08e87fa4ce41cd45624ecc321f7fa52</md5sum>
1549+
</package>
1550+
</release>
1551+
1552+
<release version="41">
14631553
<date>28.08.2025</date>
14641554
<package name="Debian package">
14651555
<download-url>_VERSION-1_all.deb</download-url>

0 commit comments

Comments
 (0)