Skip to content

Commit e09a0e9

Browse files
committed
releasing 11.1.3 11.0.8 10.2.19
1 parent 7264e5f commit e09a0e9

File tree

4 files changed

+128
-3
lines changed

4 files changed

+128
-3
lines changed

release-notes-10.2

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,27 @@ HTML header: <title>dCache 10.2 Release Notes</title>
8383
- We want to thank Anton Schwarz for his contribution.
8484

8585

86+
## Release 10.2.19
87+
88+
### pool
89+
90+
The current release fixed the typo `local` vs. `remote` as a resukt the
91+
correct endpoint is reported in the billing.
92+
93+
94+
### Changelog 10.2.18..10.2.19
95+
96+
<!-- git log 10.2.18..10.2.19 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
97+
98+
[30545f8bb4](https://github.com/dcache/dcache/commit/30545f8bb429c8764150bd841b2084c09121de54)
99+
: [maven-release-plugin] prepare release 10.2.19
100+
101+
[143b91ffbe](https://github.com/dcache/dcache/commit/143b91ffbe1774e668fa6c42df66f25990ff5958)
102+
: pool: fix mover's local endpoint reported by a mover
103+
104+
[9508123083](https://github.com/dcache/dcache/commit/950812308311932c3d0a34c8b9488d7c044fc7f9)
105+
: [maven-release-plugin] prepare for next development iteration
106+
86107
## Release 10.2.18
87108

88109
### documentation

release-notes-11.0

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,34 @@ 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.8
79+
80+
### documentation
81+
82+
Update cleaner cell name to replace obsolete references to `cleaner` with `cleaner-disk`.
83+
84+
### pool
85+
86+
The current release fixed the typo `local` vs. `remote` as a resukt the
87+
correct endpoint is reported in the billing.
88+
89+
90+
### Changelog 11.0.7..11.0.8
91+
92+
<!-- git log 11.0.7..11.0.8 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
93+
94+
[eda01b1a7d](https://github.com/dcache/dcache/commit/eda01b1a7d3b9501e5ec4baa7470bc4868640bf2)
95+
: [maven-release-plugin] prepare release 11.0.8
96+
97+
[8364d2c774](https://github.com/dcache/dcache/commit/8364d2c774486f49e63b753fd564e607e424f46a)
98+
: docs: fix references to old 'cleaner' service
99+
100+
[9afe6ba454](https://github.com/dcache/dcache/commit/9afe6ba454aab1db754f10f9d5f869fd5f6d78bc)
101+
: pool: fix mover's local endpoint reported by a mover
102+
103+
[cc15320a7b](https://github.com/dcache/dcache/commit/cc15320a7bb8fb7af1ccd487f2899573e672e727)
104+
: [maven-release-plugin] prepare for next development iteration
105+
78106
## Release 11.0.7
79107

80108
### pool

release-notes-11.1

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

8181

82+
## Release 11.1.3
83+
84+
### documentation
85+
86+
Update cleaner cell name to replace obsolete references to `cleaner` with `cleaner-disk`.
87+
88+
### pool
89+
90+
The current release fixed the typo `local` vs. `remote` as a resukt the
91+
correct endpoint is reported in the billing.
92+
93+
94+
### Changelog 11.1.2..11.1.3
95+
96+
<!-- git log 11.1.2..11.1.3 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
97+
98+
[fe9989829c](https://github.com/dcache/dcache/commit/fe9989829c7ecdc47e803d8c3785c2ceaf32598e)
99+
: [maven-release-plugin] prepare release 11.1.3
100+
101+
[98317cd869](https://github.com/dcache/dcache/commit/98317cd869380933becc25f3fc6b1b500aa47f0e)
102+
: docs: fix references to old 'cleaner' service
103+
104+
[effed4b2cc](https://github.com/dcache/dcache/commit/effed4b2cc9c3650bdb2f2971b8a683d0e7bffaa)
105+
: pool: fix mover's local endpoint reported by a mover
106+
107+
[863dabb338](https://github.com/dcache/dcache/commit/863dabb338de574a1c2568e8fcc9e48d068dc106)
108+
: [maven-release-plugin] prepare for next development iteration
109+
82110
## Release 11.1.2
83111

84112
### pool

releases.xml

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,23 @@
197197
<notes-url>release-notes-11.1.shtml</notes-url>
198198
<version-prefix>11.1.</version-prefix>
199199

200-
<release version="2" recommended="1">
200+
<release version="3" recommended="1">
201+
<date>6.11.2025</date>
202+
<package name="Debian package">
203+
<download-url>_VERSION-1_all.deb</download-url>
204+
<md5sum>6e102e62ae0135e7fa8917a5e0035e9a</md5sum>
205+
</package>
206+
<package name="rpm">
207+
<download-url>-VERSION-1.noarch.rpm</download-url>
208+
<md5sum>e4a29215f5389ff00b2134d2a005abc4</md5sum>
209+
</package>
210+
<package name="tgz">
211+
<download-url>-VERSION.tar.gz</download-url>
212+
<md5sum>a7cedf30f1a11a939c4bf3bd5c68cb5e</md5sum>
213+
</package>
214+
</release>
215+
216+
<release version="2">
201217
<date>16.10.2025</date>
202218
<package name="Debian package">
203219
<download-url>_VERSION-1_all.deb</download-url>
@@ -271,7 +287,23 @@
271287
<notes-url>release-notes-11.0.shtml</notes-url>
272288
<version-prefix>11.0.</version-prefix>
273289

274-
<release version="7" recommended="1">
290+
<release version="8" recommended="1">
291+
<date>06.11.2025</date>
292+
<package name="Debian package">
293+
<download-url>_VERSION-1_all.deb</download-url>
294+
<md5sum>8a0d68016ecb388b39d91d2c190aa543</md5sum>
295+
</package>
296+
<package name="rpm">
297+
<download-url>-VERSION-1.noarch.rpm</download-url>
298+
<md5sum>e874a553db63882f13af0151bbe80dcd</md5sum>
299+
</package>
300+
<package name="tgz">
301+
<download-url>-VERSION.tar.gz</download-url>
302+
<md5sum>ae9ed5311d64d215a6a553283a582625</md5sum>
303+
</package>
304+
</release>
305+
306+
<release version="7">
275307
<date>16.10.2025</date>
276308
<package name="Debian package">
277309
<download-url>_VERSION-1_all.deb</download-url>
@@ -411,7 +443,23 @@
411443
<notes-url>release-notes-10.2.shtml</notes-url>
412444
<version-prefix>10.2.</version-prefix>
413445

414-
<release version="18" recommended="1">
446+
<release version="19" recommended="1">
447+
<date>06.11.2025</date>
448+
<package name="Debian package">
449+
<download-url>_VERSION-1_all.deb</download-url>
450+
<md5sum>7439da721d969c404a5768b864b613bf</md5sum>
451+
</package>
452+
<package name="rpm">
453+
<download-url>-VERSION-1.noarch.rpm</download-url>
454+
<md5sum>14b77af9918cc2689b216dfc8f1f1dff</md5sum>
455+
</package>
456+
<package name="tgz">
457+
<download-url>-VERSION.tar.gz</download-url>
458+
<md5sum>adbe08d9024c04735028793eb9fb2aa3</md5sum>
459+
</package>
460+
</release>
461+
462+
<release version="18">
415463
<date>16.10.2025</date>
416464
<package name="Debian package">
417465
<download-url>_VERSION-1_all.deb</download-url>

0 commit comments

Comments
 (0)