Skip to content

Commit 359ddc9

Browse files
committed
releasing 11.0.5 10.2.16 10.1.19 10.0.25 9.2.41
1 parent ef64b93 commit 359ddc9

6 files changed

Lines changed: 329 additions & 5 deletions

File tree

release-notes-10.0

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,50 @@ 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.25
80+
81+
### pool
82+
83+
The wrandom partition ignored pool gap, thus can select a full pull.
84+
This is now fixed and full pulls are skipped by wrandom partition.
85+
86+
87+
Correct lastAccess and creationTime are now displayed by sweeper ls and thus replica lifetimes reported by dCache REST Api.
88+
89+
90+
### tape
91+
92+
REST API Reponse checks the `error` field
93+
and considers request failed if the field is present (ignoring that it has null value).
94+
95+
This is now fixed and no null error is reported.
96+
97+
98+
### Changelog 10.0.24..10.0.25
99+
100+
<!-- git log 10.0.24..10.0.25 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
101+
102+
[74868ebf36](https://github.com/dcache/dcache/commit/74868ebf36bfcb66213eab3ca4a8787fd74d3d22)
103+
: [maven-release-plugin] prepare release 10.0.25
104+
105+
[38885de045](https://github.com/dcache/dcache/commit/38885de0455390a0090935014a35c0e2c4cbf1ef)
106+
: poolmanager: update wrandom partition to respect gap
107+
108+
[a59c6bb6f2](https://github.com/dcache/dcache/commit/a59c6bb6f2fe7156939aba7e2dcb72b2f17c9ab5)
109+
: WLCG tape API: do not report empty fields in json responses
110+
111+
[f20b403e13](https://github.com/dcache/dcache/commit/f20b403e136a5bdc03ea36898fd8680044ee7b34)
112+
: bulk: remove residual code having to do with delay_clear
113+
114+
[ef6774c154](https://github.com/dcache/dcache/commit/ef6774c1547172b01c7b0c7d6680262bbd393cf6)
115+
: pool: define replocas' lastAccessTime and creationTime on start up when repository is not present
116+
117+
[1c147af66d](https://github.com/dcache/dcache/commit/1c147af66d30270f8dada09156bd3d6ee12a81a9)
118+
: ci: stop using bitnami images
119+
120+
[82e3223d1e](https://github.com/dcache/dcache/commit/82e3223d1e444f420f84cfd0680af13236727122)
121+
: [maven-release-plugin] prepare for next development iteration
122+
79123
## Release 10.0.24
80124

81125
### quota

release-notes-10.1

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

7777

78+
## Release 10.1.19
79+
80+
### pool
81+
82+
The wrandom partition ignored pool gap, thus can select a full pull.
83+
This is now fixed and full pulls are skipped by wrandom partition.
84+
85+
86+
Correct lastAccess and creationTime are now displayed by sweeper ls and thus replica lifetimes reported by dCache REST Api.
87+
88+
89+
### tape
90+
91+
REST API Reponse checks the `error` field
92+
and considers request failed if the field is present (ignoring that it has null value).
93+
94+
This is now fixed and no null error is reported.
95+
96+
97+
### Changelog 10.1.18..10.1.19
98+
99+
<!-- git log 10.1.18..10.1.19 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
100+
101+
[a2487bf7f9](https://github.com/dcache/dcache/commit/a2487bf7f973018faabf7e6e57ec93e3555d9d56)
102+
: [maven-release-plugin] prepare release 10.1.19
103+
104+
[3cb487a1c0](https://github.com/dcache/dcache/commit/3cb487a1c0f7f75a22f59bf9ce0bac8f8f1ecae3)
105+
: poolmanager: update wrandom partition to respect gap
106+
107+
[97018e144c](https://github.com/dcache/dcache/commit/97018e144c0d934844223624c0e951c1087ef612)
108+
: WLCG tape API: do not report empty fields in json responses
109+
110+
[bcedae5368](https://github.com/dcache/dcache/commit/bcedae5368c40ff082e78681ba81da4d9ec6f7c0)
111+
: bulk: remove residual code having to do with delay_clear
112+
113+
[1b34b33e23](https://github.com/dcache/dcache/commit/1b34b33e23c82f245e6ebf2b59098dea9df482e5)
114+
: pool: define replocas' lastAccessTime and creationTime on start up when repository is not present
115+
116+
[103bde6627](https://github.com/dcache/dcache/commit/103bde6627134f77b8247d78af8ca27bf7b3515e)
117+
: ci: stop using bitnami images
118+
119+
[240add297a](https://github.com/dcache/dcache/commit/240add297a276f84ee032ec3d3912a7921f433e4)
120+
: [maven-release-plugin] prepare for next development iteration
121+
78122
## Release 10.1.18
79123

80124
### quota

release-notes-10.2

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

8585

86+
## Release 10.2.16
87+
88+
### pool
89+
90+
The wrandom partition ignored pool gap, thus can select a full pull.
91+
This is now fixed and full pulls are skipped by wrandom partition.
92+
93+
94+
Correct lastAccess and creationTime are now displayed by sweeper ls and thus replica lifetimes reported by dCache REST Api.
95+
96+
97+
### tape
98+
99+
REST API Reponse checks the `error` field
100+
and considers request failed if the field is present (ignoring that it has null value).
101+
102+
This is now fixed and no null error is reported.
103+
104+
105+
### Changelog 10.2.15..10.2.16
106+
107+
<!-- git log 10.2.15..10.2.16 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
108+
109+
[af5ac47434](https://github.com/dcache/dcache/commit/af5ac474343c5434f074dbd1d10e9b1c96f6e91b)
110+
: [maven-release-plugin] prepare release 10.2.16
111+
112+
[7a01d6ea35](https://github.com/dcache/dcache/commit/7a01d6ea356d9493ea2707da99e4090e029a1330)
113+
: poolmanager: update wrandom partition to respect gap
114+
115+
[a399884291](https://github.com/dcache/dcache/commit/a399884291888d1766205130d34666ffb6340e4d)
116+
: WLCG tape API: do not report empty fields in json responses
117+
118+
[85257e21b7](https://github.com/dcache/dcache/commit/85257e21b7b35414ca83618278bb6eb753e4ab70)
119+
: bulk: remove residual code having to do with delay_clear
120+
121+
[cc0fd8e92d](https://github.com/dcache/dcache/commit/cc0fd8e92d63460c461f687bea3e3f81f744ba14)
122+
: pool: define replocas' lastAccessTime and creationTime on start up when repository is not present
123+
124+
[76de62c054](https://github.com/dcache/dcache/commit/76de62c054db93ecf925ea2fb40a877969c80d1b)
125+
: ci: consume billing kafka messages from the beginning
126+
127+
[b6c97e004b](https://github.com/dcache/dcache/commit/b6c97e004b9f5dcbcc0372704542121d821e6022)
128+
: ci: use minio helm chart from charts.min.io
129+
130+
[28729d341e](https://github.com/dcache/dcache/commit/28729d341e565d415800e9a04b26e099c018c466)
131+
: ci: don't use bitnami helm charts for kafka and zookeeper
132+
133+
[aba8351537](https://github.com/dcache/dcache/commit/aba83515370784b1a71fa90bdde5726d13c99d7d)
134+
: ci: don't use bitnami helm chart for postgresql
135+
136+
[26f7f4ec7b](https://github.com/dcache/dcache/commit/26f7f4ec7b1dccaff65c0db1e902c642fee94e67)
137+
: ci: don't use bitnami images for kubectl commands
138+
139+
[72bbb8f489](https://github.com/dcache/dcache/commit/72bbb8f4894dd51768b28efd1ebcd1953ab54f20)
140+
: [maven-release-plugin] prepare for next development iteration
141+
86142
## Release 10.2.15
87143

88144
### gplazma

release-notes-11.0

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,62 @@ 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.5
79+
80+
### pool
81+
82+
The wrandom partition ignored pool gap, thus can select a full pull.
83+
This is now fixed and full pulls are skipped by wrandom partition.
84+
85+
86+
Correct lastAccess and creationTime are now displayed by sweeper ls and thus replica lifetimes reported by dCache REST Api.
87+
88+
89+
### tape
90+
91+
REST API Reponse checks the `error` field
92+
and considers request failed if the field is present (ignoring that it has null value).
93+
94+
This is now fixed and no null error is reported.
95+
96+
97+
### Changelog 11.0.4..11.0.5
98+
99+
<!-- git log 11.0.4..11.0.5 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
100+
101+
[e207a29289](https://github.com/dcache/dcache/commit/e207a29289f84181f6840bd1316e4c045900a5df)
102+
: [maven-release-plugin] prepare release 11.0.5
103+
104+
[4167885444](https://github.com/dcache/dcache/commit/4167885444a941d055a3bcf559b53497d11c8847)
105+
: poolmanager: update wrandom partition to respect gap
106+
107+
[3b10266eb9](https://github.com/dcache/dcache/commit/3b10266eb982d9d7d224ec569e3a868545cbd3ee)
108+
: WLCG tape API: do not report empty fields in json responses
109+
110+
[afcaa9843f](https://github.com/dcache/dcache/commit/afcaa9843f2d08dcec0f6130fdf7d22de39ccf04)
111+
: bulk: remove residual code having to do with delay_clear
112+
113+
[a569bc68e8](https://github.com/dcache/dcache/commit/a569bc68e87775ce3fa15f77fc322a1c3c91dddc)
114+
: pool: define replocas' lastAccessTime and creationTime on start up when repository is not present
115+
116+
[0c2246a627](https://github.com/dcache/dcache/commit/0c2246a627c5765552583fb9d7be18ea4644f44d)
117+
: ci: consume billing kafka messages from the beginning
118+
119+
[eb3034f315](https://github.com/dcache/dcache/commit/eb3034f315822bd28c3c8435b0b891a21cb0acb7)
120+
: ci: use minio helm chart from charts.min.io
121+
122+
[1a1e6b300f](https://github.com/dcache/dcache/commit/1a1e6b300fad748afa81ddc307727b953978a575)
123+
: ci: don't use bitnami helm charts for kafka and zookeeper
124+
125+
[1e90a14eca](https://github.com/dcache/dcache/commit/1e90a14ecab049aaca8616776765da1919ff8633)
126+
: ci: don't use bitnami helm chart for postgresql
127+
128+
[ee5ec1ba7a](https://github.com/dcache/dcache/commit/ee5ec1ba7a091258fe044d9f9a90cc7809f43ce2)
129+
: ci: don't use bitnami images for kubectl commands
130+
131+
[c87be5deb0](https://github.com/dcache/dcache/commit/c87be5deb0dd5eb9c1a05c6c3b902ade8d169f9d)
132+
: [maven-release-plugin] prepare for next development iteration
133+
78134
## Release 11.0.4
79135

80136
### qos

release-notes-9.2

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,50 @@ 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.41
83+
84+
### pool
85+
86+
The wrandom partition ignored pool gap, thus can select a full pull.
87+
This is now fixed and full pulls are skipped by wrandom partition.
88+
89+
90+
Correct lastAccess and creationTime are now displayed by sweeper ls and thus replica lifetimes reported by dCache REST Api.
91+
92+
93+
### tape
94+
95+
REST API Reponse checks the `error` field
96+
and considers request failed if the field is present (ignoring that it has null value).
97+
98+
This is now fixed and no null error is reported.
99+
100+
101+
### Changelog 9.2.40..9.2.41
102+
103+
<!-- git log 9.2.40..9.2.41 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
104+
105+
[f1a384ef85](https://github.com/dcache/dcache/commit/f1a384ef851d61898f99dd17e4b1498aedc5c3ac)
106+
: [maven-release-plugin] prepare release 9.2.41
107+
108+
[596f42548c](https://github.com/dcache/dcache/commit/596f42548c37284ad53bed333c6a403be2f5308c)
109+
: poolmanager: update wrandom partition to respect gap
110+
111+
[aaecf869f0](https://github.com/dcache/dcache/commit/aaecf869f0afe940fe1da2be24089368b0f90760)
112+
: WLCG tape API: do not report empty fields in json responses
113+
114+
[13805e7213](https://github.com/dcache/dcache/commit/13805e72130d74fa8ddade30d5ab30c67591c632)
115+
: bulk: remove residual code having to do with delay_clear
116+
117+
[6e42da17cd](https://github.com/dcache/dcache/commit/6e42da17cd1a60fe21159d2a44c81520d2ed7064)
118+
: pool: define replocas' lastAccessTime and creationTime on start up when repository is not present
119+
120+
[dbfec1c005](https://github.com/dcache/dcache/commit/dbfec1c005e478563e3620534e2f976d3f848e26)
121+
: ci: stop using bitnami images
122+
123+
[8ef66c7c93](https://github.com/dcache/dcache/commit/8ef66c7c93bc6d7d99e916286bd5efb7574d3714)
124+
: [maven-release-plugin] prepare for next development iteration
125+
82126
## Release 9.2.40
83127

84128
### quota

0 commit comments

Comments
 (0)